Home
last modified time | relevance | path

Searched refs:registerCallback (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConnectionTest.java179 mRemoteConnectionObject.registerCallback(callback, handler); in testRemoteConnectionCallbacks_StateChange()
205 mRemoteConnectionObject.registerCallback(callback, handler); in testRemoteConnectionCallbacks_RingbackRequest()
233 mRemoteConnectionObject.registerCallback(callback, handler); in testRemoteConnectionCallbacks_ConnectionCapabilities()
262 mRemoteConnectionObject.registerCallback(callback, handler); in testRemoteConnectionCallbacks_ConnectionProperties()
291 mRemoteConnectionObject.registerCallback(callback, handler); in testRemoteConnectionCallbacks_PostDialWait()
318 mRemoteConnectionObject.registerCallback(callback, handler); in testRemoteConnectionCallbacks_PostDialChar()
345 mRemoteConnectionObject.registerCallback(callback, handler); in testRemoteConnectionCallbacks_VoipAudio()
371 mRemoteConnectionObject.registerCallback(callback, handler); in testRemoteConnectionCallbacks_StatusHints()
399 mRemoteConnectionObject.registerCallback(callback, handler); in testRemoteConnectionCallbacks_AddressChange()
428 mRemoteConnectionObject.registerCallback(callback, handler); in testRemoteConnectionCallbacks_CallerDisplayName()
[all …]
DRemoteConferenceTest.java219 mRemoteConferenceObject.registerCallback(callback, handler); in testRemoteConferenceCallbacks_StateChange()
246 mRemoteConferenceObject.registerCallback(callback, handler); in testRemoteConferenceCallbacks_Disconnect()
273 mRemoteConferenceObject.registerCallback(callback, handler); in testRemoteConferenceCallbacks_ConnectionAdd()
304 mRemoteConferenceObject.registerCallback(callback, handler); in testRemoteConferenceCallbacks_ConnectionRemove()
337 mRemoteConferenceObject.registerCallback(callback, handler); in testRemoteConferenceCallbacks_ConnectionCapabilities()
365 mRemoteConferenceObject.registerCallback(callback, handler); in testRemoteConferenceCallbacks_ConnectionProperties()
394 mRemoteConferenceObject.registerCallback(callback, handler); in testRemoteConferenceCallbacks_ConferenceableConnections()
427 mRemoteConferenceObject.registerCallback(callback, handler); in testRemoteConferenceCallbacks_Destroy()
452 mRemoteConferenceObject.registerCallback(callback, handler); in testRemoteConferenceCallbacks_Extras()
DMockInCallService.java162 videoCall.registerCallback(listener); in saveVideoCall()
186 call.registerCallback(mCallCallback); in onCallAdded()
191 call.registerCallback(mCallCallback); in onCallAdded()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DAbstractAutoFillActivity.java69 protected MyAutofillCallback registerCallback() { in registerCallback() method in AbstractAutoFillActivity
72 getAutofillManager().registerCallback(mCallback); in registerCallback()
DVirtualContainerActivityTest.java280 final MyAutofillCallback callback = mActivity.registerCallback(); in testAutofillCallbacks()
306 final MyAutofillCallback callback = mActivity.registerCallback(); in testAutofillCallbackDisabled()
330 final MyAutofillCallback callback = mActivity.registerCallback(); in callbackUnavailableTest()
DLoginActivityTest.java426 final MyAutofillCallback callback = mActivity.registerCallback(); in testAutofillCallbacks()
464 final MyAutofillCallback callback = mActivity.registerCallback(); in testAutofillCallbackDisabled()
489 final MyAutofillCallback callback = mActivity.registerCallback(); in callbackUnavailableTest()
1502 final MyAutofillCallback callback = mActivity.registerCallback(); in fillResponseAuthBothFields()
1591 final MyAutofillCallback callback = mActivity.registerCallback(); in testFillResponseAuthJustOneField()
1655 final MyAutofillCallback callback = mActivity.registerCallback(); in testFillResponseAuthServiceHasNoData()
1700 final MyAutofillCallback callback = mActivity.registerCallback(); in datasetAuthTwoFields()
1779 final MyAutofillCallback callback = mActivity.registerCallback(); in testDatasetAuthTwoFieldsReplaceResponse()
1840 final MyAutofillCallback callback = mActivity.registerCallback(); in testDatasetAuthTwoFieldsNoValues()
1888 final MyAutofillCallback callback = mActivity.registerCallback(); in testDatasetAuthTwoDatasets()
[all …]
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerSpoofingTest.java87 runWithCaller(mLauncherContext1, () -> getLauncherApps().registerCallback(c0_1, h)); in testSpoofingLauncher()
88 runWithCaller(mLauncherContext2, () -> getLauncherApps().registerCallback(c0_2, h)); in testSpoofingLauncher()
89 runWithCaller(mLauncherContext3, () -> getLauncherApps().registerCallback(c0_3, h)); in testSpoofingLauncher()
DShortcutManagerSpoofDetectionTest.java90 getLauncherApps().registerCallback(c, new Handler(Looper.getMainLooper())); in testLauncherSpoofing()
DShortcutManagerLauncherCallbackTest.java129 getLauncherApps().registerCallback(c, handler); in testRegisterAndUnRegister()
149 getLauncherApps().registerCallback(c, handler); in testCallbacks()
/cts/tests/tests/tv/src/android/media/tv/cts/
DTvInputManagerTest.java143 mManager.registerCallback(mCallback, new Handler()); in testRegisterUnregisterCallback()
160 mManager.registerCallback(mCallback, new Handler()); in testInputAddedAndRemoved()
209 mManager.registerCallback(mCallback, new Handler()); in testTvInputInfoUpdated()
/cts/hostsidetests/tv/app2/src/com/android/cts/tv/hostside/app2/
DTvViewMonitorActivity.java43 mManager.registerCallback(mCallback, new Handler()); in onCreate()
/cts/tests/tests/telecom3/src/android/telecom/cts/
DSelfManagedAwareInCallService.java110 call.registerCallback(callback); in onCallAdded()
/cts/hostsidetests/devicepolicy/app/LauncherTestsSupport/src/com/android/cts/launchertests/support/
DLauncherCallbackTestsService.java151 launcherApps.registerCallback(mCallback, new Handler(mCallbackThread.getLooper())); in setup()
/cts/tests/tests/view/src/android/view/cts/surfacevalidator/
DCapturedActivity.java145 mMediaProjection.registerCallback(new MediaProjectionCallback(), null); in onActivityResult()
/cts/tests/tests/media/src/android/media/cts/
DMediaSessionTest.java114 controller.registerCallback(mCallback, mHandler); in testConfigureSession()
255 controller.registerCallback(mCallback, mHandler); in testPlaybackToLocalAndRemote()