Home
last modified time | relevance | path

Searched refs:onEvent (Results 1 – 25 of 52) sorted by relevance

123

/packages/apps/Launcher3/tests/src/com/android/launcher3/util/
DRaceConditionReproducerTest.java42 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/
DSimulatorConference.java88 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 …]
DSimulatorConnection.java90 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 …]
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
DNonSimulatorConnectionListener.java31 public void onEvent(@NonNull SimulatorConnection connection, @NonNull Event event) { in onEvent() method in NonSimulatorConnectionListener
DSimulatorVideoProvider.java100 connection.onEvent( in onSendSessionModifyRequest()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputLogicTestsDeadKeys.java59 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/Email/tests/src/com/android/email/
DThrottleTest.java58 mTarget.onEvent(); in testSingleCalls()
77 mTarget.onEvent(); in testSingleCalls()
102 mTarget.onEvent(); in testMultiCalls()
104 mTarget.onEvent(); in testMultiCalls()
106 mTarget.onEvent(); in testMultiCalls()
108 mTarget.onEvent(); in testMultiCalls()
110 mTarget.onEvent(); in testMultiCalls()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DRaceConditionTracker.java31 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()
DFlingBlockCheck.java42 public void onEvent() { in onEvent() method in FlingBlockCheck
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java207 RaceConditionTracker.onEvent(DOWN_EVT, ENTER); in onMotionEvent()
219 RaceConditionTracker.onEvent(DOWN_EVT, EXIT); in onMotionEvent()
366 RaceConditionTracker.onEvent(UP_EVT, ENTER); in finishTouchTracking()
401 RaceConditionTracker.onEvent(UP_EVT, EXIT); in finishTouchTracking()
/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/apps/TV/common/src/com/android/tv/common/compat/
DTvViewCompat.java80 public void onEvent(String inputId, String eventType, Bundle eventArgs) { in onEvent() method in TvViewCompat.TvInputCallbackCompat
83 super.onEvent(inputId, eventType, eventArgs); in onEvent()
DTvRecordingClientCompat.java80 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/
DCarPropertyService.java226 listener.onEvent(events); in registerListener()
384 p.first.onEvent(p.second); in onPropertyChange()
401 c.getListener().onEvent(eventList); in onPropertySetError()
/packages/services/Car/tools/keventreader/common/com/android/car/keventreader/
DIEventCallback.aidl22 void onEvent(in KeypressEvent event); in onEvent() method
/packages/services/Car/car-lib/src/android/car/hardware/property/
DICarPropertyEventListener.aidl31 void onEvent(in List<CarPropertyEvent> events) = 0;
/packages/services/Car/car-lib/src/android/car/cluster/renderer/
DNavigationRenderer.java43 public void onEvent(int eventType, Bundle bundle) {} in onEvent() method in NavigationRenderer
/packages/services/Car/tools/keventreader/server/
Deventprovider.cpp33 cb->onEvent(event); in startLoop()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardSwitcher.java407 public void onEvent(final Event event, final int currentAutoCapsState, in onEvent() method in KeyboardSwitcher
409 mState.onEvent(event, currentAutoCapsState, currentRecapitalizeState); in onEvent()
/packages/apps/Camera2/src/android/util/
DCameraPerformanceTracker.java62 public static void onEvent(int eventType) { in onEvent() method in CameraPerformanceTracker
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java290 RaceConditionTracker.onEvent(ON_CREATE_EVT, ENTER); in onCreate()
387 RaceConditionTracker.onEvent(ON_CREATE_EVT, EXIT); in onCreate()
896 RaceConditionTracker.onEvent(ON_START_EVT, ENTER); in onStart()
902 RaceConditionTracker.onEvent(ON_START_EVT, EXIT); in onStart()
947 RaceConditionTracker.onEvent(ON_RESUME_EVT, ENTER); in onResume()
969 RaceConditionTracker.onEvent(ON_RESUME_EVT, EXIT); in onResume()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DMessageWebView.java105 mThrottle.onEvent(); in onSizeChanged()
/packages/apps/Car/Cluster/src/android/car/cluster/
DLoggingClusterRenderingService.java51 public void onEvent(int eventType, Bundle bundle) { in getNavigationRenderer()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DThrottle.java133 public void onEvent() { in onEvent() method in Throttle

123