Home
last modified time | relevance | path

Searched refs:SIMPLE_APP_ACTIVITY (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DBasicTest.java36 private static final ComponentName SIMPLE_APP_ACTIVITY = field in BasicTest
63 intent.setComponent(SIMPLE_APP_ACTIVITY); in testLaunchAppInstalledInProfileOnly()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DUserControlDisabledPackagesTest.java41 private static final String SIMPLE_APP_ACTIVITY = field in UserControlDisabledPackagesTest
54 intent.setClassName(SIMPLE_APP_PKG, SIMPLE_APP_ACTIVITY); in testLaunchActivity()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceOwnerTest.java59 private static final String SIMPLE_APP_ACTIVITY = SIMPLE_APP_PKG + ".SimpleActivity"; field in DeviceOwnerTest
956 startActivityAsUser(userId, SIMPLE_APP_PKG, SIMPLE_APP_ACTIVITY); in startProtectedPackage()