Home
last modified time | relevance | path

Searched refs:EXTRA_REMOTE_CALLBACK (Results 1 – 22 of 22) sorted by relevance

/cts/tests/tests/app.usage/TestApp1/src/android/app/usage/cts/test1/
DTestBroadcastReceiver.java19 import static android.content.Intent.EXTRA_REMOTE_CALLBACK;
33 if (intent.hasExtra(EXTRA_REMOTE_CALLBACK)) { in onReceive()
34 final RemoteCallback remoteCallback = intent.getParcelableExtra(EXTRA_REMOTE_CALLBACK); in onReceive()
DSomeActivity.java18 import static android.content.Intent.EXTRA_REMOTE_CALLBACK;
46 if (intent.hasExtra(EXTRA_REMOTE_CALLBACK)) { in onResume()
47 final RemoteCallback remoteCallback = intent.getParcelableExtra(EXTRA_REMOTE_CALLBACK); in onResume()
/cts/tests/tests/assist/service/src/android/assist/service/
DDisableContextActivity.java33 RemoteCallback remoteCallback = getIntent().getParcelableExtra(Utils.EXTRA_REMOTE_CALLBACK); in onStart()
36 intent.putExtra(Utils.EXTRA_REMOTE_CALLBACK, remoteCallback); in onStart()
DMainInteractionService.java62 mRemoteCallback = mIntent.getParcelableExtra(Utils.EXTRA_REMOTE_CALLBACK); in onStartCommand()
100 bundle.putParcelable(Utils.EXTRA_REMOTE_CALLBACK, in maybeStart()
101 mIntent.getParcelableExtra(Utils.EXTRA_REMOTE_CALLBACK)); in maybeStart()
126 extras.putParcelable(Utils.EXTRA_REMOTE_CALLBACK, mRemoteCallback); in onReceive()
DDelayedAssistantActivity.java33 RemoteCallback remoteCallback = getIntent().getParcelableExtra(Utils.EXTRA_REMOTE_CALLBACK); in onCreate()
43 intent.putExtra(Utils.EXTRA_REMOTE_CALLBACK, remoteCallback); in onCreate()
DMainInteractionSession.java130 mRemoteCallback = args.getParcelable(Utils.EXTRA_REMOTE_CALLBACK); in onShow()
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleActivityImmediateExit.java19 import static android.content.Intent.EXTRA_REMOTE_CALLBACK;
38 mRemoteCallback = getIntent().getParcelableExtra(EXTRA_REMOTE_CALLBACK, in onCreate()
DSimpleActivityChainExit.java19 import static android.content.Intent.EXTRA_REMOTE_CALLBACK;
52 mRemoteCallback = getIntent().getParcelableExtra(EXTRA_REMOTE_CALLBACK, in onStart()
/cts/tests/tests/security/testdata/src/android/security/cts/packageinstallertestapp/
DBackgroundReceiver.java20 import static android.content.Intent.EXTRA_REMOTE_CALLBACK;
53 final RemoteCallback remoteCallback = intent.getParcelableExtra(EXTRA_REMOTE_CALLBACK, in onReceive()
/cts/tests/app/app/src/android/app/stubs/
DCommandReceiver.java223 Intent.EXTRA_REMOTE_CALLBACK, RemoteCallback.class)); in onReceive()
229 Intent.EXTRA_REMOTE_CALLBACK, RemoteCallback.class)); in onReceive()
235 Intent.EXTRA_REMOTE_CALLBACK, RemoteCallback.class)); in onReceive()
241 Intent.EXTRA_REMOTE_CALLBACK, RemoteCallback.class)); in onReceive()
246 Intent.EXTRA_REMOTE_CALLBACK, RemoteCallback.class)); in onReceive()
252 Intent.EXTRA_REMOTE_CALLBACK, RemoteCallback.class)); in onReceive()
258 Intent.EXTRA_REMOTE_CALLBACK, RemoteCallback.class)); in onReceive()
264 Intent.EXTRA_REMOTE_CALLBACK, RemoteCallback.class)); in onReceive()
270 Intent.EXTRA_REMOTE_CALLBACK, RemoteCallback.class)); in onReceive()
/cts/tests/tests/assist/common/src/android/assist/common/
DBaseRemoteCallbackActivity.java36 RemoteCallback callback = getIntent().getParcelableExtra(Utils.EXTRA_REMOTE_CALLBACK); in notify()
DUtils.java102 public static final String EXTRA_REMOTE_CALLBACK = "extra_remote_callback"; field in Utils
/cts/tests/tests/security/src/android/security/cts/
DPackageInstallerTest.java19 import static android.content.Intent.EXTRA_REMOTE_CALLBACK;
198 intent.putExtra(EXTRA_REMOTE_CALLBACK, remoteCallback); in sendActionToBackgroundReceiver()
/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTestsBase.java25 import static android.appenumeration.cts.Constants.EXTRA_REMOTE_CALLBACK;
132 intent.putExtra(EXTRA_REMOTE_CALLBACK, callback); in sendCommand()
/cts/tests/tests/assist/src/android/assist/cts/
DAssistTestBase.java222 intent.putExtra(Utils.EXTRA_REMOTE_CALLBACK, mRemoteCallback); in startTest()
237 intent.putExtra(Utils.EXTRA_REMOTE_CALLBACK, mRemoteCallback); in start3pApp()
283 intent.putExtra(Utils.EXTRA_REMOTE_CALLBACK, mRemoteCallback); in startTestActivity()
329 intent.putExtra(Utils.EXTRA_REMOTE_CALLBACK, mRemoteCallback); in startSession()
/cts/tests/tests/appenumeration/lib/src/android/appenumeration/cts/
DConstants.java338 public static final String EXTRA_REMOTE_CALLBACK = "remoteCallback"; field in Constants
DTestActivity.java53 import static android.appenumeration.cts.Constants.EXTRA_REMOTE_CALLBACK;
161 final RemoteCallback remoteCallback = intent.getParcelableExtra(EXTRA_REMOTE_CALLBACK, in handleIntent()
/cts/tests/tests/app.usage/BroadcastResponseStats/src/android/app/usage/brs/cts/
DBroadcastResponseStatsTest.java24 import static android.content.Intent.EXTRA_REMOTE_CALLBACK;
2071 intent.putExtra(EXTRA_REMOTE_CALLBACK, new RemoteCallback(result -> latch.countDown())); in sendBroadcastAndWaitForReceipt()
2172 intent.putExtra(EXTRA_REMOTE_CALLBACK, new RemoteCallback(result -> latch.countDown())); in launchTestActivityAndWaitToBeResumed()
/cts/tests/app/src/android/app/cts/
DActivityManagerTest.java29 import static android.content.Intent.EXTRA_REMOTE_CALLBACK;
876 intent.putExtra(EXTRA_REMOTE_CALLBACK, appEndReceiver.getRemoteCallback()); in testTimeTrackingAPI_SimpleStartExit()
1020 intent.putExtra(EXTRA_REMOTE_CALLBACK, appEndReceiver.getRemoteCallback()); in testTimeTrackingAPI_ChainedActivityExit()
DActivityManagerFgsDelegateTest.java759 Intent.EXTRA_REMOTE_CALLBACK, in sendCommandReceiverCommand()
DActivityManagerFgsBgStartTest.java2454 bundle.putParcelable(Intent.EXTRA_REMOTE_CALLBACK, in testStartMediaPlaybackFromBg()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt3907 field public static final String EXTRA_REMOTE_CALLBACK = "android.intent.extra.REMOTE_CALLBACK";