Home
last modified time | relevance | path

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

12345

/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConferenceTest.java229 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_StateChange() local
259 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_Disconnect() local
290 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_ConnectionAdd() local
325 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_ConnectionRemove() local
361 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_ConnectionCapabilities() local
393 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_ConnectionProperties() local
426 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_ConferenceableConnections() local
465 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_Destroy() local
494 Handler handler = setupRemoteConferenceCallbacksTest(); in testRemoteConferenceCallbacks_Extras() local
687 Handler handler = new Handler(workerThread.getLooper()); in setupRemoteConferenceCallbacksTest() local
DRemoteConnectionTest.java290 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_StateChange() local
316 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_RingbackRequest() local
342 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_ConnectionCapabilities() local
371 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_ConnectionProperties() local
401 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_PostDialWait() local
429 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_PostDialChar() local
456 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_VoipAudio() local
482 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_StatusHints() local
509 Handler handler = setupRemoteConnectionCallbacksTest(); in testRemoteConnectionCallbacks_AddressChange() local
538 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/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
DMessageQueueTest.java136 Handler handler = new Handler(thread.getLooper()); in testIsIdle() local
407 final Handler handler = new Handler(thread.getLooper()); in testPathologicalFileDescriptorReuseCallbacks1() local
486 final Handler handler = new Handler(thread.getLooper()); in testPathologicalFileDescriptorReuseCallbacks2() local
575 final Handler handler = new Handler(thread.getLooper()); in testPathologicalFileDescriptorReuseCallbacks3() local
663 final Handler handler = new Handler(thread.getLooper()); in testPathologicalFileDescriptorReuseCallbacks4() local
785 private void syncWait(Handler handler) throws InterruptedException { in syncWait()
/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/media/misc/src/android/media/misc/cts/
DMediaSessionManagerTest.java319 Handler handler = createHandler(); in testSetOnVolumeKeyLongPressListener() local
351 Handler handler = createHandler(); in testSetOnMediaKeyListener() local
417 Handler handler = createHandler(); in testRemoteUserInfo() local
470 Handler handler = createHandler(); in testGetSession2Tokens() local
491 Handler handler = createHandler(); in testGetSession2TokensWithTwoSessions() local
532 Handler handler = createHandler(); in testAddAndRemoveSession2TokensListener() local
560 Handler handler = createHandler(); in testSession2TokensNotChangedBySession1() local
638 private void removeHandler(Handler handler) { in removeHandler()
679 public VolumeKeyLongPressListener(int count, Handler handler) { in VolumeKeyLongPressListener()
699 public MediaKeyListener(int count, boolean consume, Handler handler) { in MediaKeyListener()
[all …]
DMediaCasTest.java337 Handler handler = new Handler(thread.getLooper()); in testClearKeyApis() local
574 Handler handler = new Handler(thread.getLooper()); in testResourceLostEvent() local
596 Handler handler = new Handler(thread.getLooper()); in testConstructWithEventListener() local
719 int arg, byte[] data, Handler handler) throws Exception { in testEventEcho()
728 int arg, byte[] data, Handler handler) throws Exception { in testSessionEventEcho()
745 Handler handler) throws Exception { in testOpenSessionEcho()
763 private void testForceResourceLost(MediaCas mediaCas, Handler handler) throws Exception { in testForceResourceLost()
/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/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()
DUnresponsiveActivity.java44 final Handler handler = new Handler(); in onResume() local
/cts/tests/fragment/src/android/fragment/cts/
DHostCallbacks.java25 public HostCallbacks(FragmentTestActivity activity, Handler handler, int windowAnimations) { in HostCallbacks()
/cts/tests/tests/display/src/android/display/cts/
DDefaultDisplayModeTest.java133 Handler handler = new Handler(Looper.getMainLooper()); in testSetAndClearUserPreferredDisplayModeGeneratesDisplayChangedEvents() local
205 Handler handler = new Handler(Looper.getMainLooper()); in testSetAndClearUserPreferredDisplayModeForSpecificDisplayGeneratesDisplayChangedEvents() local
453 Handler handler = new Handler(Looper.getMainLooper()); in waitUntil() local
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebViewSslTest.java501 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { in testInsecureSiteClearsCertificate()
531 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { in testSecureSiteSetsCertificate()
597 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { in testOnReceivedSslError()
630 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { in testOnReceivedSslErrorProceed()
651 public void onReceivedSslError(WebView view, SslErrorHandler handler, SslError error) { in testOnReceivedSslErrorCancel()
983 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/app/src/android/app/cts/
DBadProviderTest.java61 Handler handler = new Handler(worker.getLooper()); in testExitOnCreate() local
/cts/tests/framework/base/biometrics/src/android/server/biometrics/
DBiometricTestBase.java281 final Handler handler = new Handler(Looper.getMainLooper()); in showCredentialOnlyBiometricPromptWithContents() local
317 final Handler handler = new Handler(Looper.getMainLooper()); in showDeviceCredentialAllowedBiometricPrompt() local
348 final Handler handler = new Handler(Looper.getMainLooper()); in showDefaultBiometricPrompt() local
374 final Handler handler = new Handler(Looper.getMainLooper()); in showDefaultBiometricPromptWithContents() local
406 final Handler handler = new Handler(Looper.getMainLooper()); in showBiometricPromptWithAuthenticators() local
/cts/tests/tests/sensorprivacy/test-apps/CtsUseMicOrCameraAndOverlayForSensorPrivacy/src/android/sensorprivacy/cts/usemiccamera/overlay/
DUseMicCamera.kt60 val handler = Handler(mainLooper) in onCreate() constant
/cts/tests/tests/sensorprivacy/test-apps/CtsUseMicOrCameraForSensorPrivacy/src/android/sensorprivacy/cts/usemiccamera/
DUseMicCamera.kt60 val handler = Handler(mainLooper) in onCreate() constant
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java315 AccountManagerCallback<Bundle> callback, Handler handler) throws in addAccount()
516 private void testAddAccountWithCallbackAndHandler(Handler handler) throws IOException, in testAddAccountWithCallbackAndHandler()
1074 private void testGetAccountsByTypeAndFeaturesWithCallbackAndHandler(Handler handler) throws in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1492 private void testGetAuthTokenWithCallbackAndHandler(Handler handler) throws IOException, in testGetAuthTokenWithCallbackAndHandler()
1553 private void testGetAuthTokenWithOptionsAndCallbackAndHandler(Handler handler) throws in testGetAuthTokenWithOptionsAndCallbackAndHandler()
1789 private void testConfirmCredentialsWithCallbackAndHandler(Handler handler) { in testConfirmCredentialsWithCallbackAndHandler()
1863 private void testUpdateCredentialsWithCallbackAndHandler(Handler handler) throws IOException, in testUpdateCredentialsWithCallbackAndHandler()
1937 private void testEditPropertiesWithCallbackAndHandler(Handler handler) { in testEditPropertiesWithCallbackAndHandler()
1997 private void testAddOnAccountsUpdatedListenerWithHandler(Handler handler, in testAddOnAccountsUpdatedListenerWithHandler()
2052 private void testAddOnAccountsUpdatedListenerWithVisibility(Handler handler, in testAddOnAccountsUpdatedListenerWithVisibility()
[all …]

12345