public final void zza(final AncsNotificationParcelable paramAncsNotificationParcelable) { zza(new Runnable() { public final void run() {} }, "onNotificationReceived", paramAncsNotificationParcelable); }
@Override public void onNotificationReceived(final AncsNotificationParcelable notification) throws RemoteException { post(new Runnable() { @Override public void run() { WearableListenerService.this.onNotificationReceived(notification); } }); }
@Override public void injectAncsNotificationForTesting(IWearableCallbacks callbacks, AncsNotificationParcelable notification) throws RemoteException { Log.d(TAG, "unimplemented Method: injectAncsNotificationForTesting: " + notification); }