Searched refs:notifyClient (Results 1 – 11 of 11) sorted by relevance
537 @Nullable AutoFillUiCallback callback, boolean notifyClient) { in destroyAll() argument538 mHandler.post(() -> destroyAllUiThread(pendingSaveUi, callback, notifyClient)); in destroyAll()575 private void hideFillUiUiThread(@Nullable AutoFillUiCallback callback, boolean notifyClient) { in hideFillUiUiThread() argument577 mFillUi.destroy(notifyClient); in hideFillUiUiThread()605 private void destroySaveUiUiThread(@Nullable PendingUi pendingSaveUi, boolean notifyClient) { in destroySaveUiUiThread() argument618 if (pendingSaveUi != null && notifyClient) { in destroySaveUiUiThread()636 @Nullable AutoFillUiCallback callback, boolean notifyClient) { in destroyAllUiThread() argument637 hideFillUiUiThread(callback, notifyClient); in destroyAllUiThread()639 destroySaveUiUiThread(pendingSaveUi, notifyClient); in destroyAllUiThread()
479 public void destroy(boolean notifyClient) { in destroy() argument485 if (notifyClient) { in destroy()
246 sBinderProxyLimitListenerDelegate.notifyClient(uid); in binderProxyLimitCallbackFromNative()281 void notifyClient(final int uid) { in notifyClient() method in BinderInternal.BinderProxyLimitListenerDelegate
39 void notifyClient() { in notifyClient() method in NativeRoutingEventHandlerDelegate
1570 delegate.notifyClient(); in broadcastRoutingChange()3540 onDrmInfoHandlerDelegate.notifyClient(drmInfo); in handleMessage()4829 void notifyClient(DrmInfo drmInfo) { in notifyClient() method in MediaPlayer.OnDrmInfoHandlerDelegate4865 void notifyClient(int status) { in notifyClient() method in MediaPlayer.OnDrmPreparedHandlerDelegate5076 onDrmPreparedHandlerDelegate.notifyClient(PREPARE_DRM_STATUS_SUCCESS); in prepareDrm()5676 onDrmPreparedHandlerDelegate.notifyClient(status); in run()
1631 delegate.notifyClient(); in handleMessage()
2126 delegate.notifyClient(); in broadcastRoutingChange()
3954 delegate.notifyClient(); in broadcastRoutingChange()
467 connection.notifyClient(server); in setDeviceServer()533 connection.notifyClient(mServer); in addDeviceConnection()594 connection.notifyClient(null); in addDeviceConnection()762 public void notifyClient(IMidiDeviceServer deviceServer) { in notifyClient() method in MidiService.DeviceConnection
1722 boolean notifyClient = mClientNotificationsEnabled; in onCaptureCompleted()1797 notifyClient = false; in onCaptureCompleted()1805 if (notifyClient) { in onCaptureCompleted()1835 if (!notifyClient) { in onCaptureCompleted()
27520 Landroid/media/MediaPlayer$OnDrmInfoHandlerDelegate;->notifyClient(Landroid/media/MediaPlayer$DrmIn…27524 Landroid/media/MediaPlayer$OnDrmPreparedHandlerDelegate;->notifyClient(I)V29207 Landroid/media/NativeRoutingEventHandlerDelegate;->notifyClient()V