Home
last modified time | relevance | path

Searched refs:EXTRA_CALLBACK (Results 1 – 10 of 10) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DStartActivityAsUserActivity.java20 import static android.server.wm.StartActivityAsUserTests.EXTRA_CALLBACK;
36 RemoteCallback cb = (RemoteCallback) extra.get(EXTRA_CALLBACK); in onCreate()
DStartActivityAsUserTests.java49 static final String EXTRA_CALLBACK = "callback"; field in StartActivityAsUserTests
90 intent.putExtra(EXTRA_CALLBACK, cb); in startActivityValidUser()
/cts/tests/app/CantSaveState1/src/com/android/test/cantsavestate2/
DCantSave1Activity.java29 public static final String EXTRA_CALLBACK = "android.app.stubs.extra.callback"; field in CantSave1Activity
41 mCallback = extras.getBinder(EXTRA_CALLBACK); in onCreate()
/cts/tests/app/StorageDelegator/src/com/android/test/storagedelegator/
DStorageDelegator.java37 private static final String EXTRA_CALLBACK = "callback"; field in StorageDelegator
73 getIntent().<RemoteCallback>getParcelableExtra(EXTRA_CALLBACK).sendResult(result); in sendResult()
/cts/tests/app/app/src/android/app/stubs/
DTrimMemService.java41 mCallback = extras.getBinder(CommandReceiver.EXTRA_CALLBACK); in onBind()
106 extras.putBinder(CommandReceiver.EXTRA_CALLBACK, in bindToTrimMemService()
DSimpleActivity.java39 mCallback = extras.getBinder(CommandReceiver.EXTRA_CALLBACK); in onCreate()
DCommandReceiver.java72 public static final String EXTRA_CALLBACK = "android.app.stubs.extra.callback"; field in CommandReceiver
311 final IBinder callback = extras.getBinder(EXTRA_CALLBACK); in doStartChildProcess()
333 final IBinder callback = extras.getBinder(EXTRA_CALLBACK); in doStopChildProcess()
340 final IBinder callback = extras.getBinder(EXTRA_CALLBACK); in doWaitForChildProcessGone()
/cts/tests/app/NotificationTrampolineBase/src/com/android/test/notificationtrampoline/
DNotificationTrampolineTestService.java51 private static final String EXTRA_CALLBACK = "callback"; field in NotificationTrampolineTestService
182 extras.putParcelable(EXTRA_CALLBACK, mCallback); in startTargetActivity()
209 Messenger callback = getIntent().getParcelableExtra(EXTRA_CALLBACK); in onResume()
/cts/tests/app/src/android/app/cts/
DDownloadManagerTestBase.java93 private static final String EXTRA_CALLBACK = "callback"; field in DownloadManagerTestBase
320 .putExtra(EXTRA_CALLBACK, new RemoteCallback(callbackResult::complete))); in writeToFileWithDelegator()
DActivityManagerTest.java1239 extras.putBinder(CommandReceiver.EXTRA_CALLBACK, binder); in startChildProcessInPackage()
1265 extras.putBinder(CommandReceiver.EXTRA_CALLBACK, binder); in stopChildProcess()
1291 extras.putBinder(CommandReceiver.EXTRA_CALLBACK, binder); in initWaitingForChildProcessGone()
1702 extras.putBinder(CommandReceiver.EXTRA_CALLBACK, binder); in initWaitingForTrimLevel()