Home
last modified time | relevance | path

Searched defs:handler (Results 1 – 25 of 125) sorted by relevance

12345

/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConferenceTest.java231 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_StateChange() local
261 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_Disconnect() local
292 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_ConnectionAdd() local
327 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_ConnectionRemove() local
363 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_ConnectionCapabilities() local
395 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_ConnectionProperties() local
428 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_ConferenceableConnections() local
467 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_Destroy() local
496 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_Extras() local
689 Handler handler = new Handler(workerThread.getLooper()); in setupRemoteConferenceCallbacksTest() local
DRemoteConnectionTest.java304 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_StateChange() local
330 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_RingbackRequest() local
356 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_ConnectionCapabilities() local
385 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_ConnectionProperties() local
415 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_PostDialWait() local
443 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_PostDialChar() local
470 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_VoipAudio() local
496 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_StatusHints() local
523 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_AddressChange() local
552 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_CallerDisplayName() local
[all …]
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraSessionUtils.java76 Handler handler) in getConfiguredSession()
117 CameraCaptureSession session, CaptureRequest request, Handler handler) in getCapturedResult()
175 Handler handler) in configureAndVerifySession()
213 CameraCaptureSession session, CaptureRequest request, Handler handler) in captureAndVerifyResult()
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DProxyVoiceInteractionService.java217 IProxyDetectorCallback callback, VoiceInteractionService service, Handler handler) { in create()
227 ), handler); in create() field in ProxyVoiceInteractionService.FakeAlwaysOnHotwordDetector
231 IProxyDetectorCallback callback, VoiceInteractionService service, Handler handler) { in create()
240 ), handler); in create() field in ProxyVoiceInteractionService
/cts/tests/camera/src/android/hardware/camera2/cts/
DIdleUidTest.java99 private void testCameraAccessForIdleUidByCamera(String cameraId, Handler handler) in testCameraAccessForIdleUidByCamera()
119 String cameraId, boolean hasAccess, Handler handler) { in assertCameraAccess()
156 private void testCameraAccessBecomingInactiveUidByCamera(String cameraId, Handler handler) in testCameraAccessBecomingInactiveUidByCamera()
/cts/tests/tests/os/src/android/os/cts/
DHandlerTest.java177 Handler handler = new Handler(looper); in testGetLooper() local
294 Handler handler = new Handler(Looper.getMainLooper()); in testObtainMessageWithInt() local
305 Handler handler = new Handler(Looper.getMainLooper()); in testObtainMessageWithIntObject() local
318 Handler handler = new Handler(Looper.getMainLooper()); in testObtainMessageWithMutiInt() local
333 Handler handler = new Handler(Looper.getMainLooper()); in testObtainMessageWithMutiIntObject() local
407 MockHandler handler = new MockHandler(); in testDispatchMessage1() local
419 MockHandler handler = new MockHandler(); in testDispatchMessage2() local
/cts/tests/tests/permission3/CreateNotificationChannelsApp33/src/android/permission3/cts/usepermission/
DCreateNotificationChannelsActivity.kt36 val handler = Handler(Looper.getMainLooper()) in onStart() constant
/cts/tests/tests/database/src/android/database/cts/
DContentObserverTest.java53 Handler handler = new Handler(looper); in testContentObserver() local
97 Handler handler = new Handler(looper); in testContentObserverWithUri() local
157 public MyContentObserver(Handler handler) { in MyContentObserver()
231 public MyContentObserverWithUri(Handler handler) { in MyContentObserverWithUri()
/cts/tests/tests/wifi/mockWifi/src/android/wifi/mockwifi/nl80211/
DIWifiScannerImp.java66 public void subscribeScanEvents(IScanEvent handler) { in subscribeScanEvents()
78 public void subscribePnoScanEvents(IPnoScanEvent handler) { in subscribePnoScanEvents()
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaSessionManagerTest.java323 Handler handler = createHandler(); in testSetOnVolumeKeyLongPressListener() local
356 Handler handler = createHandler(); in testSetOnMediaKeyListener() local
423 Handler handler = createHandler(); in testRemoteUserInfo() local
478 Handler handler = createHandler(); in testGetSession2Tokens() local
504 Handler handler = createHandler(); in testGetSession2TokensWithTwoSessions() local
555 Handler handler = createHandler(); in testAddAndRemoveSession2TokensListener() local
587 Handler handler = createHandler(); in testSession2TokensNotChangedBySession1() local
670 private void removeHandler(Handler handler) { in removeHandler()
711 VolumeKeyLongPressListener(int count, Handler handler) { in VolumeKeyLongPressListener()
731 MediaKeyListener(int count, boolean consume, Handler handler) { in MediaKeyListener()
[all …]
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DMediaCasTest.java358 Handler handler = new Handler(thread.getLooper()); in testClearKeyApis() local
612 Handler handler = new Handler(thread.getLooper()); in testResourceLostEvent() local
635 Handler handler = new Handler(thread.getLooper()); in testConstructWithEventListener() local
763 int arg, byte[] data, Handler handler) throws Exception { in testEventEcho()
772 int arg, byte[] data, Handler handler) throws Exception { in testSessionEventEcho()
789 Handler handler) throws Exception { in testOpenSessionEcho()
807 private void testForceResourceLost(MediaCas mediaCas, Handler handler) throws Exception { in testForceResourceLost()
/cts/tests/tests/attributionsource/src/android/attributionsource/cts/
DAttributionSourceActivity.kt42 val handler = Handler(mHandlerThread!!.getLooper()) in onCreate() constant
/cts/tests/framework/base/biometrics/apps/biometrics/src/android/server/biometrics/
DClass2BiometricOrCredentialActivity.java38 final Handler handler = new Handler(Looper.getMainLooper()); in onCreate() local
DClass2BiometricActivity.java41 final Handler handler = new Handler(Looper.getMainLooper()); in onCreate() local
DClass3BiometricActivity.java37 final Handler handler = new Handler(Looper.getMainLooper()); in onCreate() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21145/src/android/security/cts/CVE_2023_21145/
DPipActivity.java40 Handler handler = new Handler(handlerThread.getLooper()); in onResume() local
/cts/tests/tests/display/src/android/display/cts/
DDefaultDisplayModeTest.java134 Handler handler = new Handler(Looper.getMainLooper()); in testSetAndClearUserPreferredDisplayModeGeneratesDisplayChangedEvents() local
206 Handler handler = new Handler(Looper.getMainLooper()); in testSetAndClearUserPreferredDisplayModeForSpecificDisplayGeneratesDisplayChangedEvents() local
400 Handler handler = new Handler(Looper.getMainLooper()); in waitUntil() local
/cts/tests/fragment/src/android/fragment/cts/
DHostCallbacks.java25 public HostCallbacks(FragmentTestActivity activity, Handler handler, int windowAnimations) { in HostCallbacks()
/cts/tests/framework/base/windowmanager/app/src/android/server/wm/app/
DTopActivity.java36 Handler handler = new Handler(); in onCreate() local
DClickableToastActivity.java44 Handler handler = new Handler(); in onCreate() local
94 Context applicationContext, View toastView, long deadline, Handler handler) { in DetectToastRunnable()
/cts/hostsidetests/voiceinteraction/app/src/com/android/cts/voiceinteraction/
DProxyVoiceInteractionService.java236 Handler handler) { in createWithTrustedProcess()
246 }, handler); in createWithTrustedProcess() field in ProxyVoiceInteractionService.AlwaysOnHotwordDetectorAdapter
252 Handler handler) { in createWithoutTrustedProcess()
262 }, handler); in createWithoutTrustedProcess() field in ProxyVoiceInteractionService
270 Handler handler) { in create()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21088/src/android/security/cts/CVE_2023_21088/
DPocActivity.java49 Handler handler = new Handler(); in onResume() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewSslTest.java527 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { in testInsecureSiteClearsCertificate()
557 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { in testSecureSiteSetsCertificate()
619 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { in testOnReceivedSslError()
650 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { in testOnReceivedSslErrorProceed()
669 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { in testOnReceivedSslErrorCancel()
957 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { in onReceivedSslError()
/cts/hostsidetests/graphics/displaymode/app/src/com/android/cts/graphics/displaymode/
DBootDisplayModeTest.java182 Handler handler = new Handler(Looper.getMainLooper()); in setMode() local
214 Handler handler = new Handler(Looper.getMainLooper()); in waitUntil() local
/cts/tests/tests/sensorprivacy/test-apps/CtsUseMicOrCameraAndOverlayForSensorPrivacy/src/android/sensorprivacy/cts/usemiccamera/overlay/
DUseMicCamera.kt59 val handler = Handler(mainLooper) in onStart() constant

12345