Home
last modified time | relevance | path

Searched defs:homeIntent (Results 1 – 8 of 8) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/ui/
DUi.java51 Intent homeIntent = new Intent(Intent.ACTION_MAIN); in goHome() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DTurnOffWorkActivity.java97 final Intent homeIntent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME); in setupTests() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSecondaryLockscreenTest.java184 Intent homeIntent = new Intent(Intent.ACTION_MAIN).addCategory(Intent.CATEGORY_HOME); in getLauncherPackageName() local
/cts/tests/tests/packageinstaller/adminpackageinstaller/src/android/packageinstaller/admin/cts/
DSessionCommitBroadcastTest.java83 Intent homeIntent = new Intent(Intent.ACTION_MAIN) in testBroadcastNotReceivedForDifferentLauncher() local
/cts/tests/quicksettings/src/android/quicksettings/cts/
DBaseTileServiceTest.java73 private Intent homeIntent; field in BaseTileServiceTest
/cts/tests/app/src/android/app/cts/
DActivityManagerProcessStateTest.java1255 final Intent homeIntent = new Intent() in testBgRestrictedForegroundService() local
1337 final Intent homeIntent = new Intent(); in testCantSaveStateLaunchAndBackground() local
1486 final Intent homeIntent = new Intent(); in testCantSaveStateLaunchAndSwitch() local
2464 final Intent homeIntent = new Intent(); in testFgsStickyInternal() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/multidisplay/
DMultiDisplaySystemDecorationTests.java361 Intent homeIntent = createHomeIntent(category); in sendHomeIntentToDisplay() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java2184 final Intent homeIntent = new Intent(Intent.ACTION_MAIN) in testDefaultHomeActivity_doesntChange_whenInstallAnotherLauncher() local