Home
last modified time | relevance | path

Searched defs:onEvent (Results 1 – 25 of 37) sorted by relevance

12

/aosp14/frameworks/base/core/java/android/app/backup/
H A DIBackupManagerMonitor.aidl34 void onEvent(in Bundle event); in onEvent() method
H A DBackupManagerMonitorWrapper.java45 public void onEvent(final Bundle event) throws RemoteException { in onEvent() method in BackupManagerMonitorWrapper
H A DBackupManagerMonitor.java259 public void onEvent(Bundle event) { in onEvent() method in BackupManagerMonitor
/aosp14/frameworks/base/media/java/android/media/tv/tuner/
H A DLnbCallback.java34 void onEvent(@EventType int lnbEventType); in onEvent() method
H A DLnb.java216 private void onEvent(int eventType) { in onEvent() method in Lnb
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallEventCallback.java75 void onEvent(@NonNull String event, @NonNull Bundle extras); in onEvent() method
/aosp14/frameworks/base/tests/Codegen/src/com/android/codegentest/
H A DStaleDataclassDetectorFalsePositivesTest.java40 void onEvent(); in onEvent() method
/aosp14/frameworks/base/media/java/android/media/session/
H A DISessionControllerCallback.aidl28 void onEvent(String event, in Bundle extras); in onEvent() method
/aosp14/frameworks/base/core/tests/coretests/src/android/os/
H A DFileObserverTest.java45 public void onEvent(int event, String path) { in onEvent() method in FileObserverTest.Observer
/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionListener.java155 void onEvent(int eventType, Bundle params); in onEvent() method
H A DIRecognitionListener.aidl115 void onEvent(in int eventType, in Bundle params); in onEvent() method
H A DSpeechRecognizer.java1130 public void onEvent(final int eventType, final Bundle params) { in onEvent() method in SpeechRecognizer.InternalRecognitionListener
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dock/
H A DDockManager.java103 void onEvent(int event); in onEvent() method
/aosp14/frameworks/base/core/java/android/os/
H A DFileObserver.java149 public void onEvent(int wfd, @NotifyEventType int mask, String path) { in onEvent() method in FileObserver.ObserverThread
300 public abstract void onEvent(int event, @Nullable String path); in onEvent() method in FileObserver
/aosp14/frameworks/base/media/jni/tuner/
H A DLnbClient.cpp96 Status TunerLnbCallback::onEvent(LnbEventType lnbEventType) { in onEvent() function in android::TunerLnbCallback
H A DFrontendClient.cpp185 Status TunerFrontendCallback::onEvent(FrontendEventType frontendEventType) { in onEvent() function in android::TunerFrontendCallback
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
H A DDozeDockHandler.java86 public void onEvent(int dockState) { in onEvent() method in DozeDockHandler.DockEventListener
H A DDozeTriggers.java668 public void onEvent(int event) { in onEvent() method in DozeTriggers.DockEventListener
/aosp14/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DICallEventCallback.aidl49 void onEvent(String callId, String event, in Bundle extras); in onEvent() method
/aosp14/frameworks/base/services/people/java/com/android/server/people/data/
H A DUsageStatsQueryHelper.java50 void onEvent(PackageData packageData, ConversationInfo conversationInfo, Event event); in onEvent() method
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvRecordingClient.java469 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent() method in TvRecordingClient.RecordingCallback
/aosp14/frameworks/base/services/core/java/com/android/server/os/
H A DNativeTombstoneManager.java569 public void onEvent(int event, @Nullable String path) { in onEvent() method in NativeTombstoneManager.TombstoneWatcher
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DRemoteSpeechRecognitionService.java433 public void onEvent(int eventType, Bundle params) throws RemoteException { in onEvent() method in RemoteSpeechRecognitionService.DelegatingListener
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DDeviceStorageMonitorService.java599 public void onEvent(int event, String path) { in onEvent() method in DeviceStorageMonitorService.CacheFileDeletedObserver
/aosp14/frameworks/base/packages/LocalTransport/src/com/android/localtransport/
H A DLocalTransport.java903 public void onEvent(Bundle event) { in onEvent() method in LocalTransport.TestBackupManagerMonitor

12