Home
last modified time | relevance | path

Searched defs:cb (Results 1 – 25 of 32) sorted by relevance

12

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DTestRcsCapabilityExchangeImpl.java37 void execute(DeviceCapPublishListener listener, String pidfXml, PublishResponseCallback cb) in execute()
43 void execute(Collection<Uri> uris, SubscribeResponseCallback cb) throws ImsException; in execute()
83 public void publishCapabilities(String pidfXml, PublishResponseCallback cb) { in publishCapabilities()
92 public void subscribeForCapabilities(Collection<Uri> uris, SubscribeResponseCallback cb) { in subscribeForCapabilities()
DRcsUceAdapterTest.java590 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testCapabilitiesRequestAllowed() argument
672 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testCapabilitiesRequestWithCmdError() argument
807 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testCapabilitiesRequestWithResponseError() argument
839 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testCapabilitiesRequestWithResponseError() argument
876 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testCapabilitiesRequestWithResponseError() argument
971 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testRequestCapabilitiesWithPresenceMechanism() argument
1005 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testRequestCapabilitiesWithPresenceMechanism() argument
1034 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testRequestCapabilitiesWithPresenceMechanism() argument
1128 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testRequestCapabilitiesFromCacheWithPresenceMechanism() argument
1161 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testRequestCapabilitiesFromCacheWithPresenceMechanism() argument
[all …]
DImsServiceTest.java1151 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsDeviceCapabilitiesPublish() argument
1294 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testPublishImsReg() argument
1406 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testPublishWithImsAssociatedUri() argument
1520 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsCapabilitiesPublishNetworkResponseWithReasonHeader() argument
1558 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsCapabilitiesPublishNetworkResponseWithReasonHeader() argument
1615 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsPublishThrottle() argument
1740 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsPublishWithSipOptions() argument
1818 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsPublishWithSipOptions() argument
1895 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsPublishWithAuthorizedErrorResponse() argument
1936 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsPublishWithAuthorizedErrorResponse() argument
[all …]
DTestSipDelegate.java58 public TestSipDelegate(int sub, DelegateRequest request, DelegateStateCallback cb, in TestSipDelegate()
DEabControllerTest.java464 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in fakeNetworkResult() argument
/cts/tests/tests/security/src/android/security/cts/
DCVE_2021_0339.java51 private void launchActivity(Class<? extends Activity> clazz, RemoteCallback cb) { in launchActivity()
68 RemoteCallback cb = new RemoteCallback((Bundle result) -> in testPocCVE_2021_0339() local
90 private RemoteCallback cb; field in CVE_2021_0339.FirstActivity
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedImageDrawableTest.java184 Callback cb = new Callback(drawable); in testRegisterWithoutLooper() local
195 Callback cb = new Callback(drawable); in testRegisterCallback() local
239 Callback cb = new Callback(drawable); in testUnregisterCallback() local
265 Callback cb = new Callback(drawable); in testLifeCycle() local
300 Callback cb = new Callback(drawable); in testLifeCycleSoftware() local
342 Callback cb = new Callback(drawable); in testAddCallbackAfterStart() local
363 Callback cb = new Callback(drawable); in testStop() local
395 Callback cb = new Callback(drawable); in testRepeatCounts() local
425 Callback cb = new Callback(drawable); in testRepeatCountInfinite() local
747 final Callback cb = new Callback(drawable); in decodeInBackground() local
DTransitionDrawableTest.java84 Drawable.Callback cb = mock(Drawable.Callback.class); in testStartTransition() local
112 Drawable.Callback cb = mock(Drawable.Callback.class); in testResetTransition() local
138 Drawable.Callback cb = mock(Drawable.Callback.class); in testReverseTransition() local
DDrawableWrapperTest.java103 Drawable.Callback cb = mock(Drawable.Callback.class); in testInvalidateDrawable() local
123 Drawable.Callback cb = mock(Drawable.Callback.class); in testScheduleDrawable() local
143 Drawable.Callback cb = mock(Drawable.Callback.class); in testUnscheduleDrawable() local
DRippleDrawableTest.java146 Drawable.Callback cb = mock(Drawable.Callback.class); in testSetColor() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DStartActivityAsUserActivity.java36 RemoteCallback cb = (RemoteCallback) extra.get(EXTRA_CALLBACK); in onCreate() local
DStartActivityAsUserTests.java83 RemoteCallback cb = new RemoteCallback((Bundle result) -> { in startActivityValidUser() local
/cts/tests/tests/permission/AppThatRunsRationaleTests/src/android/permission/cts/appthatrunsrationaletests/
DTestActivity.java33 RemoteCallback cb = (RemoteCallback) getIntent().getExtras().get(CALLBACK_KEY); in onCreate() local
/cts/tests/tests/view/jni/
Dandroid_view_cts_ChoreographerNativeTest.cpp84 Callback* cb = static_cast<Callback*>(data); in frameCallback64() local
95 RefreshRateCallback* cb = static_cast<RefreshRateCallback*>(data); in refreshRateCallback() local
102 RefreshRateCallbackWithDisplayManager* cb = in refreshRateCallbackWithDisplayManager() local
130 static void verifyCallback(JNIEnv* env, const Callback& cb, int expectedCount, in verifyCallback()
153 static void verifyRefreshRateCallback(JNIEnv* env, const T& cb, int expectedMin) { in verifyRefreshRateCallback()
170 static void resetRefreshRateCallback(RefreshRateCallback& cb) { in resetRefreshRateCallback()
349 RefreshRateCallback cb("cb"); in android_view_cts_ChoreographerNativeTest_testRefreshRateCallback() local
434 RefreshRateCallback cb("cb"); in android_view_cts_ChoreographerNativeTest_testRefreshRateCallbackMixedWithFrameCallbacks() local
474 RefreshRateCallbackWithDisplayManager cb("cb", env, clazz); in android_view_cts_ChoreographerNativeTest_testRefreshRateCallbacksAreSyncedWithDisplayManager() local
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/
DAppPredictionServiceTest.java139 RequestVerifier cb = new RequestVerifier(mReporter); in testRegisterPredictionUpdatesLifecycle() local
140 client.registerPredictionUpdates(Executors.newSingleThreadExecutor(), cb); in testRegisterPredictionUpdatesLifecycle() local
223 RequestVerifier cb = new RequestVerifier(mReporter); in testSortTargets() local
DServiceReporter.java63 void setPredictionsProvider(PredictionsProvider cb) { in setPredictionsProvider()
71 void setSortedPredictionsProvider(SortedPredictionsProvider cb) { in setSortedPredictionsProvider()
/cts/tests/tests/transition/src/android/transition/cts/
DSharedElementCallbackTest.java57 Callback cb = new Callback(); in testSnapshot() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DColorUtils.java50 final float cb = (V - b) / vtemp; in hue() local
/cts/tests/tests/telephony/current/src/android/telephony/gba/cts/
DGbaServiceTest.java133 TelephonyManager.BootstrapAuthenticationCallback cb = new in testAuthSuccess() local
204 TelephonyManager.BootstrapAuthenticationCallback cb = new in runGbaFailCase() local
/cts/tests/tests/permission/src/android/permission/cts/
DActivityPermissionRationaleTest.java74 RemoteCallback cb = new RemoteCallback((Bundle result) -> in assertAppShowRationaleIs() local
/cts/tests/tests/content/src/android/content/cts/
DMockSyncAdapter.java81 public void onUnsyncableAccount(ISyncAdapterUnsyncableAccountCallback cb) in onUnsyncableAccount()
/cts/tests/tests/telephony/current/LocationAccessingApp/src/android/telephony/cts/locationaccessingapp/
DCtsLocationAccessService.java183 TelephonyManager.CellInfoCallback cb = new TelephonyManager.CellInfoCallback() { in requestCellInfoUpdate() local
/cts/tests/tests/os/src/android/os/cts/
DHandlerTest.java53 final Callback cb = new Callback() { in testConstructor() local
69 new Handler(Looper.getMainLooper(), cb); in testConstructor() local
/cts/hostsidetests/jvmti/base/jni/
Dredefine.cpp135 jvmtiEventCallbacks cb; in Java_android_jvmti_cts_JvmtiRedefineClassesTest_setTransformationEvent() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DAllocationTest.java315 float cb = yuvData[1] & 0xFF; // U channel in convertPixelYuvToRgb() local

12