Home
last modified time | relevance | path

Searched refs:notifyClient (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java537 @Nullable AutoFillUiCallback callback, boolean notifyClient) { in destroyAll() argument
538 mHandler.post(() -> destroyAllUiThread(pendingSaveUi, callback, notifyClient)); in destroyAll()
575 private void hideFillUiUiThread(@Nullable AutoFillUiCallback callback, boolean notifyClient) { in hideFillUiUiThread() argument
577 mFillUi.destroy(notifyClient); in hideFillUiUiThread()
605 private void destroySaveUiUiThread(@Nullable PendingUi pendingSaveUi, boolean notifyClient) { in destroySaveUiUiThread() argument
618 if (pendingSaveUi != null && notifyClient) { in destroySaveUiUiThread()
636 @Nullable AutoFillUiCallback callback, boolean notifyClient) { in destroyAllUiThread() argument
637 hideFillUiUiThread(callback, notifyClient); in destroyAllUiThread()
639 destroySaveUiUiThread(pendingSaveUi, notifyClient); in destroyAllUiThread()
H A DFillUi.java479 public void destroy(boolean notifyClient) { in destroy() argument
485 if (notifyClient) { in destroy()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DBinderInternal.java246 sBinderProxyLimitListenerDelegate.notifyClient(uid); in binderProxyLimitCallbackFromNative()
281 void notifyClient(final int uid) { in notifyClient() method in BinderInternal.BinderProxyLimitListenerDelegate
/aosp14/frameworks/base/media/java/android/media/
H A DNativeRoutingEventHandlerDelegate.java39 void notifyClient() { in notifyClient() method in NativeRoutingEventHandlerDelegate
H A DMediaPlayer.java1570 delegate.notifyClient(); in broadcastRoutingChange()
3540 onDrmInfoHandlerDelegate.notifyClient(drmInfo); in handleMessage()
4829 void notifyClient(DrmInfo drmInfo) { in notifyClient() method in MediaPlayer.OnDrmInfoHandlerDelegate
4865 void notifyClient(int status) { in notifyClient() method in MediaPlayer.OnDrmPreparedHandlerDelegate
5076 onDrmPreparedHandlerDelegate.notifyClient(PREPARE_DRM_STATUS_SUCCESS); in prepareDrm()
5676 onDrmPreparedHandlerDelegate.notifyClient(status); in run()
H A DMediaRecorder.java1631 delegate.notifyClient(); in handleMessage()
H A DAudioRecord.java2126 delegate.notifyClient(); in broadcastRoutingChange()
H A DAudioTrack.java3954 delegate.notifyClient(); in broadcastRoutingChange()
/aosp14/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java467 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
/aosp14/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraExtensionSessionImpl.java1722 boolean notifyClient = mClientNotificationsEnabled; in onCaptureCompleted()
1797 notifyClient = false; in onCaptureCompleted()
1805 if (notifyClient) { in onCaptureCompleted()
1835 if (!notifyClient) { in onCaptureCompleted()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt27520 Landroid/media/MediaPlayer$OnDrmInfoHandlerDelegate;->notifyClient(Landroid/media/MediaPlayer$DrmIn…
27524 Landroid/media/MediaPlayer$OnDrmPreparedHandlerDelegate;->notifyClient(I)V
29207 Landroid/media/NativeRoutingEventHandlerDelegate;->notifyClient()V