Home
last modified time | relevance | path

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

12

/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0953/src/android/security/cts/CVE_2021_0953/
DDeviceTest.java50 RemoteCallback cb = new RemoteCallback((Bundle result) -> { in testMutablePendingIntent() local
71 private void launchActivity(Class<? extends Activity> clazz, RemoteCallback cb) { in launchActivity()
76 intent.putExtra(context.getResources().getString(R.string.callback_key), cb); in launchActivity() local
/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.java602 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testCapabilitiesRequestAllowed() argument
688 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testCapabilitiesRequestWithCmdError() argument
766 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testCapabilitiesRequestRetry() argument
787 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testCapabilitiesRequestRetry() argument
910 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testCapabilitiesRequestWithResponseError() argument
946 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testCapabilitiesRequestWithResponseError() argument
987 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testCapabilitiesRequestWithResponseError() argument
1089 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testRequestCapabilitiesWithPresenceMechanism() argument
1128 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testRequestCapabilitiesWithPresenceMechanism() argument
1156 capabilityExchangeImpl.setSubscribeOperation((uris, cb) -> { in testRequestCapabilitiesWithPresenceMechanism() argument
[all …]
DImsServiceTest.java1555 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsDeviceCapabilitiesPublish() argument
1676 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsDeviceCapabilitiesPublish() argument
1770 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsAttributesPublish() argument
1888 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsAttributesPublish() argument
1976 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testPublishImsReg() argument
2111 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testPublishWithImsAssociatedUri() argument
2263 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsCapabilitiesPublishNetworkResponseWithReasonHeader() argument
2303 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsCapabilitiesPublishNetworkResponseWithReasonHeader() argument
2364 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsPublishThrottle() argument
2495 capExchangeImpl.setPublishOperator((listener, pidfXml, cb) -> { in testRcsPublishWithSipOptions() argument
[all …]
/cts/tests/tests/security/src/android/security/cts/
DCVE_2021_0339.java54 private void launchActivity(Class<? extends Activity> clazz, RemoteCallback cb) { in launchActivity()
71 RemoteCallback cb = new RemoteCallback((Bundle result) -> in testPocCVE_2021_0339() local
94 private RemoteCallback cb; field in CVE_2021_0339.FirstActivity
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20004/test-app/src/android/security/cts/CVE_2022_20004_test/
DDeviceTest.java54 RemoteCallback cb = new RemoteCallback((Bundle result) -> { in testCVE_2022_20004() local
63 intent.putExtra(res.getString(R.string.callback_key), cb); in testCVE_2022_20004() local
DPocActivity.java121 RemoteCallback cb = (RemoteCallback) extras.get(getString(R.string.callback_key)); in sendTestResult() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAnimatedImageDrawableTest.java192 Callback cb = new Callback(drawable); in testRegisterWithoutLooper() local
203 Callback cb = new Callback(drawable); in testRegisterCallback() local
247 Callback cb = new Callback(drawable); in testUnregisterCallback() local
273 Callback cb = new Callback(drawable); in testLifeCycle() local
308 Callback cb = new Callback(drawable); in testLifeCycleSoftware() local
350 Callback cb = new Callback(drawable); in testAddCallbackAfterStart() local
371 Callback cb = new Callback(drawable); in testStop() local
403 Callback cb = new Callback(drawable); in testRepeatCounts() local
433 Callback cb = new Callback(drawable); in testRepeatCountInfinite() local
755 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.java147 Drawable.Callback cb = mock(Drawable.Callback.class); in testSetColor() local
/cts/tests/surfacecontrol/jni/
DChoreographerTestUtils.h106 Callback* cb = static_cast<Callback*>(data); in vsyncCallback() local
116 VsyncCallback* cb = static_cast<VsyncCallback*>(data); in vsyncCallback() local
133 static void verifyCallback(JNIEnv* env, const Callback& cb, int expectedCount, in verifyCallback()
Dandroid_view_surfacecontrol_cts_ChoreographerNativeTest.cpp72 RefreshRateCallback* cb = static_cast<RefreshRateCallback*>(data); in refreshRateCallback() local
79 RefreshRateCallbackWithDisplayManager* cb = in refreshRateCallbackWithDisplayManager() local
99 static void verifyRefreshRateCallback(JNIEnv* env, const T& cb, int expectedMin) { in verifyRefreshRateCallback()
116 static void resetRefreshRateCallback(RefreshRateCallback& cb) { in resetRefreshRateCallback()
409 RefreshRateCallback cb("cb"); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testRefreshRateCallback() local
494 RefreshRateCallback cb("cb"); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testRefreshRateCallbackMixedWithFrameCallbacks() local
537 RefreshRateCallbackWithDisplayManager cb("cb", env, clazz); in android_view_surfacecontrol_cts_ChoreographerNativeTest_testRefreshRateCallbacksAreSyncedWithDisplayManager() local
/cts/tests/apppredictionservice/src/android/apppredictionservice/cts/
DAppPredictionServiceTest.java149 RequestVerifier cb = new RequestVerifier(mReporter); in testRegisterPredictionUpdatesLifecycle() local
150 client.registerPredictionUpdates(Executors.newSingleThreadExecutor(), cb); in testRegisterPredictionUpdatesLifecycle() local
233 RequestVerifier cb = new RequestVerifier(mReporter); in testSortTargets() local
251 RequestServiceFeaturesVerifier cb = new RequestServiceFeaturesVerifier(); in testRequestServiceFeatures() local
DServiceReporter.java67 void setPredictionsProvider(PredictionsProvider cb) { in setPredictionsProvider()
75 void setSortedPredictionsProvider(SortedPredictionsProvider cb) { in setSortedPredictionsProvider()
83 void setServiceFeaturesProvider(Supplier<Bundle> cb) { in setServiceFeaturesProvider()
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DStartActivityAsUserActivity.java36 RemoteCallback cb = (RemoteCallback) extra.get(EXTRA_CALLBACK); in onCreate() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0963/src/android/security/cts/CVE_2021_0963/
DPocActivity.java52 RemoteCallback cb = in sendTestResult() local
DDeviceTest.java127 RemoteCallback cb = in testOverlayButtonPresence() local
137 intent.putExtra(mContext.getString(R.string.callback), cb); in testOverlayButtonPresence() local
DPocService.java89 RemoteCallback cb = in sendTestResult() local
/cts/tests/tests/telephony/current/src/android/telephony/gba/cts/
DGbaServiceTest.java122 TelephonyManager.BootstrapAuthenticationCallback cb = new in testAuthSuccess() local
185 TelephonyManager.BootstrapAuthenticationCallback cb = new in runGbaFailCase() local
/cts/tests/tests/transition/src/android/transition/cts/
DSharedElementCallbackTest.java57 Callback cb = new Callback(); in testSnapshot() local
/cts/tests/tests/security/src/android/security/cts/CVE_2022_20358/
DCVE_2022_20358.java65 RemoteCallback cb = new RemoteCallback((Bundle result) -> { in testPocCVE_2022_20358() local
/cts/tests/tests/systemui/src/android/systemui/cts/
DColorUtils.java50 final float cb = (V - b) / vtemp; in hue() local
/cts/tests/tests/nfc/src/android/nfc/cts/
DNfcAdapterTest.java528 NfcVendorNciCallback cb = in testSendVendorCmd() local
532 Executors.newSingleThreadExecutor(), cb); in testSendVendorCmd() local
558 NfcOemExtensionCallback cb = in testOemExtension() local
562 Executors.newSingleThreadExecutor(), cb); in testOemExtension() local
/cts/tests/tests/content/src/android/content/cts/
DMockSyncAdapter.java81 public void onUnsyncableAccount(ISyncAdapterUnsyncableAccountCallback cb) in onUnsyncableAccount()

12