Searched refs:EventCallback (Results 1 – 3 of 3) sorted by relevance
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationManagerTest.java | 1097 EventCallback callback = new EventCallback(); in testRankingUpdateSentWithPressure() 2723 EventCallback callback = new EventCallback(); in testActivityStartFromRetrievedNotification_isBlocked() 2733 return callback.waitFor(EventCallback.NOTIFICATION_CLICKED, /* timeoutMs */ 1); in testActivityStartFromRetrievedNotification_isBlocked() 2737 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartFromRetrievedNotification_isBlocked() 2746 EventCallback callback = new EventCallback(); in testActivityStartOnBroadcastTrampoline_isBlocked() 2759 callback.waitFor(EventCallback.BROADCAST_RECEIVED, TIMEOUT_LONG_MS)); in testActivityStartOnBroadcastTrampoline_isBlocked() 2761 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnBroadcastTrampoline_isBlocked() 2770 EventCallback callback = new EventCallback(); in testActivityStartOnServiceTrampoline_isBlocked() 2783 callback.waitFor(EventCallback.SERVICE_STARTED, TIMEOUT_MS)); in testActivityStartOnServiceTrampoline_isBlocked() 2785 callback.waitFor(EventCallback.ACTIVITY_STARTED, TIMEOUT_MS)); in testActivityStartOnServiceTrampoline_isBlocked() [all …]
|
/cts/tests/tests/media/audio/src/android/media/audio/cts/ |
D | AudioTrackOffloadTest.java | 586 private final EventCallback mCallback = new EventCallback(); 588 private class EventCallback extends AudioTrack.StreamEventCallback { class in AudioTrackOffloadTest
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 20712 …ionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback); 20713 …tchKeyEvent(int, android.view.KeyEvent, android.view.inputmethod.InputMethodSession.EventCallback); 20714 …allEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback); 56419 …ionEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback); 56420 …tchKeyEvent(int, android.view.KeyEvent, android.view.inputmethod.InputMethodSession.EventCallback); 56421 …allEvent(int, android.view.MotionEvent, android.view.inputmethod.InputMethodSession.EventCallback); 56432 public static interface InputMethodSession.EventCallback {
|