Home
last modified time | relevance | path

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

12

/packages/apps/Dialer/java/com/android/dialer/simulator/impl/
DSimulatorConference.java154 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in SimulatorConference
173 void onEvent(@NonNull Event event) { in onEvent() method in SimulatorConference
182 void onEvent(@NonNull SimulatorConference conference, @NonNull Event event); in onEvent() method
DNonSimulatorConnectionListener.java31 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in NonSimulatorConnectionListener
DSimulatorConnection.java169 void onEvent(@NonNull Event event) { in onEvent() method in SimulatorConnection
187 void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event); in onEvent() method
DSimulatorConferenceCreator.java170 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in SimulatorConferenceCreator
191 public void onEvent(@NonNull SimulatorConference conference, @NonNull Event event) { in onEvent() method in SimulatorConferenceCreator
DSimulatorVideoCall.java115 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in SimulatorVideoCall
DSimulatorRttCall.java104 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in SimulatorRttCall
DSimulatorConnectionsBankImpl.java123 public void onEvent(@NonNull SimulatorConference conference, @NonNull Event event) { in onEvent() method in SimulatorConnectionsBankImpl
DSimulatorVoiceCall.java193 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in SimulatorVoiceCall
/packages/services/Car/tools/keventreader/common/com/android/car/keventreader/
DIEventCallback.aidl22 void onEvent(in KeypressEvent event); in onEvent() method
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/
DUsageStatistics.java51 public static void onEvent(String category, String action, String label) {}; in onEvent() method in UsageStatistics
52 … public static void onEvent(String category, String action, String label, long optional_value) {}; in onEvent() method in UsageStatistics
/packages/services/Car/car-lib/src/android/car/cluster/renderer/
DNavigationRenderer.java50 public void onEvent(int eventType, Bundle bundle) { in onEvent() method in NavigationRenderer
/packages/apps/Launcher3/src/com/android/launcher3/util/
DFlingBlockCheck.java42 public void onEvent() { in onEvent() method in FlingBlockCheck
/packages/apps/Camera2/src/android/util/
DCameraPerformanceTracker.java62 public static void onEvent(int eventType) { in onEvent() method in CameraPerformanceTracker
/packages/apps/TV/common/src/com/android/tv/common/compat/
DTvRecordingClientCompat.java80 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent() method in TvRecordingClientCompat.RecordingCallbackCompat
DTvViewCompat.java80 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent() method in TvViewCompat.TvInputCallbackCompat
/packages/services/Car/service/src/com/android/car/hal/
DEvsHalService.java77 void onEvent(@CarEvsServiceType int id, boolean on); in onEvent() method
/packages/apps/Car/Settings/src/com/android/car/settings/common/rotary/
DDirectManipulationHandler.java222 boolean onEvent(boolean inDirectManipulationMode); in onEvent() method
/packages/services/Car/car-test-lib/src/android/car/testapi/
DBlockingUserLifecycleListener.java186 public void onEvent(UserLifecycleEvent event) { in onEvent() method in BlockingUserLifecycleListener
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DCarPropertyServiceUnitTest.java229 public void onEvent(List<CarPropertyEvent> events) throws RemoteException { in onEvent() method in CarPropertyServiceUnitTest.EventListener
/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/
DCarUserManagerTest.java515 public void onEvent(UserLifecycleEvent event) { in onEvent() method in CarUserManagerTest.LifecycleListener
/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DRaceConditionReproducer.java261 public void onEvent(String event) { in onEvent() method in RaceConditionReproducer
/packages/services/Car/service/src/com/android/car/pm/
DVendorServiceController.java170 public void onEvent(UserLifecycleEvent event) { in onEvent() method in VendorServiceController
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java411 public void onEvent(final Event event, final int currentAutoCapsState, in onEvent() method in KeyboardSwitcher
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java621 public void onEvent(final Event event, final int autoCapsFlags, final int recapitalizeMode) { in onEvent() method in KeyboardState
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java190 void onEvent(List<CarPropertyEvent> events) throws RemoteException { in onEvent() method in CarPropertyService.Client

12