/packages/apps/Launcher3/tests/src/com/android/launcher3/util/ |
D | RaceConditionReproducerTest.java | 42 RaceConditionTracker.onEvent("B1"); in run3_3_TestAction() 43 RaceConditionTracker.onEvent("B2"); in run3_3_TestAction() 44 RaceConditionTracker.onEvent("B3"); in run3_3_TestAction() 48 RaceConditionTracker.onEvent("A1"); in run3_3_TestAction() 49 RaceConditionTracker.onEvent("A2"); in run3_3_TestAction() 50 RaceConditionTracker.onEvent("A3"); in run3_3_TestAction() 89 RaceConditionTracker.onEvent("B1:enter"); in test3_3_enter_exit() 90 RaceConditionTracker.onEvent("B1:exit"); in test3_3_enter_exit() 91 RaceConditionTracker.onEvent("B2"); in test3_3_enter_exit() 92 RaceConditionTracker.onEvent("B3:enter"); in test3_3_enter_exit() [all …]
|
/packages/apps/Dialer/java/com/android/dialer/simulator/impl/ |
D | SimulatorConference.java | 88 onEvent(new Event(Event.CALL_AUDIO_STATE_CHANGED)); in onCallAudioStateChanged() 94 onEvent( in onConnectionAdded() 103 onEvent(new Event(Event.DISCONNECT)); in onDisconnect() 109 onEvent(new Event(Event.HOLD)); in onHold() 115 onEvent(new Event(Event.MERGE, SimulatorSimCallManager.getConnectionTag(connection), null)); in onMerge() 121 onEvent(new Event(Event.MERGE)); in onMerge() 127 onEvent(new Event(Event.DTMF, Character.toString(c), null)); in onPlayDtmfTone() 133 onEvent(new Event(Event.SEPARATE, SimulatorSimCallManager.getConnectionTag(connection), null)); in onSeparate() 144 onEvent(new Event(Event.SWAP)); in onSwap() 150 onEvent(new Event(Event.UNHOLD)); in onUnhold() [all …]
|
D | SimulatorConnection.java | 90 onEvent(new Event(Event.ANSWER, Integer.toString(videoState), null)); in onAnswer() 97 onEvent(new Event(Event.REJECT)); in onReject() 103 onEvent(new Event(Event.HOLD)); in onHold() 109 onEvent(new Event(Event.UNHOLD)); in onUnhold() 116 onEvent(new Event(Event.DISCONNECT)); in onDisconnect() 133 onEvent(new Event(Event.STATE_CHANGE, stateToString(oldState), stateToString(newState))); in onStateChanged() 139 onEvent(new Event(Event.DTMF, Character.toString(c), null)); in onPlayDtmfTone() 151 onEvent(new Event(Event.START_RTT)); in onStartRtt() 160 onEvent(new Event(Event.STOP_RTT)); in onStopRtt() 166 onEvent(new Event(Event.HANDLE_RTT_UPGRADE_RESPONSE)); in handleRttUpgradeResponse() [all …]
|
D | SimulatorConferenceCreator.java | 170 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
|
D | NonSimulatorConnectionListener.java | 31 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in NonSimulatorConnectionListener
|
D | SimulatorVideoProvider.java | 100 connection.onEvent( in onSendSessionModifyRequest()
|
D | SimulatorRttCall.java | 104 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in SimulatorRttCall
|
D | SimulatorVideoCall.java | 115 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in SimulatorVideoCall
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/ |
D | InputLogicTestsDeadKeys.java | 59 mLatinIME.onEvent(event); in testDeadCircumflexSimple() 73 mLatinIME.onEvent(event); in testDeadCircumflexBackspace() 85 mLatinIME.onEvent(event); in testDeadCircumflexFeedback() 103 mLatinIME.onEvent(event); in testDeadDiaeresisSpace() 118 mLatinIME.onEvent(event); in testDeadAcuteLetterBackspace() 121 mLatinIME.onEvent(Event.createSoftwareKeypressEvent(Event.NOT_A_CODE_POINT, in testDeadAcuteLetterBackspace() 137 mLatinIME.onEvent(event); in testFinnishStroke() 160 mLatinIME.onEvent(event); in testDoubleDeadOgonek() 176 mLatinIME.onEvent(event); in testDeadCircumflexDeadDiaeresis() 193 mLatinIME.onEvent(event); in testDeadCircumflexDeadDiaeresisBackspace() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | RaceConditionTracker.java | 31 void onEvent(String eventName); in onEvent() method 40 public static void onEvent(String eventName) { in onEvent() method in RaceConditionTracker 41 if (sEventProcessor != null) sEventProcessor.onEvent(eventName); in onEvent() 44 public static void onEvent(String eventName, boolean isEnter) { in onEvent() method in RaceConditionTracker 46 sEventProcessor.onEvent(enterExitEvt(eventName, isEnter)); in onEvent()
|
D | FlingBlockCheck.java | 42 public void onEvent() { in onEvent() method in FlingBlockCheck
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/ |
D | OtherActivityInputConsumer.java | 197 RaceConditionTracker.onEvent(DOWN_EVT, ENTER); in onMotionEvent() 209 RaceConditionTracker.onEvent(DOWN_EVT, EXIT); in onMotionEvent() 356 RaceConditionTracker.onEvent(UP_EVT, ENTER); 391 RaceConditionTracker.onEvent(UP_EVT, EXIT);
|
/packages/apps/Gallery2/src_pd/com/android/gallery3d/util/ |
D | UsageStatistics.java | 51 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/apps/TV/common/src/com/android/tv/common/compat/ |
D | TvViewCompat.java | 80 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent() method in TvViewCompat.TvInputCallbackCompat 83 super.onEvent(inputId, eventType, eventArgs); in onEvent()
|
D | TvRecordingClientCompat.java | 80 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent() method in TvRecordingClientCompat.RecordingCallbackCompat 83 super.onEvent(inputId, eventType, eventArgs); in onEvent()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarPropertyService.java | 227 listener.onEvent(events); in registerListener() 389 p.first.onEvent(p.second); in onPropertyChange() 406 c.getListener().onEvent(eventList); in onPropertySetError()
|
/packages/services/Car/tools/keventreader/common/com/android/car/keventreader/ |
D | IEventCallback.aidl | 22 void onEvent(in KeypressEvent event); in onEvent() method
|
/packages/services/Car/car-lib/src/android/car/hardware/property/ |
D | ICarPropertyEventListener.aidl | 31 void onEvent(in List<CarPropertyEvent> events) = 0;
|
/packages/services/Car/car-lib/api/ |
D | system-removed.txt | 5 method public void onEvent(int, android.os.Bundle);
|
/packages/services/Car/car-lib/src/android/car/cluster/renderer/ |
D | NavigationRenderer.java | 42 public void onEvent(int eventType, Bundle bundle) {} in onEvent() method in NavigationRenderer
|
/packages/services/Car/tools/keventreader/server/ |
D | eventprovider.cpp | 33 cb->onEvent(event); in startLoop()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardSwitcher.java | 411 public void onEvent(final Event event, final int currentAutoCapsState, in onEvent() method in KeyboardSwitcher 413 mState.onEvent(event, currentAutoCapsState, currentRecapitalizeState); in onEvent()
|
/packages/apps/Camera2/src/android/util/ |
D | CameraPerformanceTracker.java | 62 public static void onEvent(int eventType) { in onEvent() method in CameraPerformanceTracker
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | Launcher.java | 299 RaceConditionTracker.onEvent(ON_CREATE_EVT, ENTER); in onCreate() 396 RaceConditionTracker.onEvent(ON_CREATE_EVT, EXIT); in onCreate() 908 RaceConditionTracker.onEvent(ON_START_EVT, ENTER); in onStart() 914 RaceConditionTracker.onEvent(ON_START_EVT, EXIT); in onStart() 974 RaceConditionTracker.onEvent(ON_RESUME_EVT, ENTER); in onResume() 996 RaceConditionTracker.onEvent(ON_RESUME_EVT, EXIT); in onResume()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 1435 onEvent(event); in onCodeInput() 1440 public void onEvent(@Nonnull final Event event) { in onEvent() method in LatinIME 1449 mKeyboardSwitcher.onEvent(event, getCurrentAutoCapsState(), getCurrentRecapitalizeState()); in onEvent() 1479 mKeyboardSwitcher.onEvent(event, getCurrentAutoCapsState(), getCurrentRecapitalizeState()); in onTextInput()
|