Home
last modified time | relevance | path

Searched defs:activityIntent (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/packageinstaller/nopermission/src/android.packageinstaller.nopermission.cts/
DNoPermissionTests.kt74 val activityIntent = intent.getParcelableExtra<Intent>(Intent.EXTRA_INTENT) in <lambda>() constant
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/
DCameraEvictionTest.java453 Intent activityIntent = new Intent(a, CameraCtsActivity.class); in forceCtsActivityToTop() local
516 Intent activityIntent = new Intent(a, klass); in startRemoteProcess() local
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPackageInstallerTestBase.kt80 val activityIntent = intent.getParcelableExtra<Intent>(EXTRA_INTENT) in <lambda>() constant
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java902 final Intent activityIntent = new Intent(); in testBackgroundCheckActivityService() local
1145 final Intent activityIntent = new Intent() in testBgRestrictedForegroundService() local
1239 final Intent activityIntent = new Intent(); in testCantSaveStateLaunchAndBackground() local
DNotificationManagerTest.java2008 final Intent activityIntent = new Intent(); in testNotificationDelegate_grantAndPost() local
2035 final Intent activityIntent = new Intent(); in testNotificationDelegate_grantAndReadChannels() local
2061 final Intent activityIntent = new Intent(); in testNotificationDelegate_grantAndReadChannel() local
2087 final Intent activityIntent = new Intent(); in testNotificationDelegate_grantAndRevoke() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java120 Intent activityIntent = new Intent(ACTIVITY_ACTION_NAME); in testQuery() local