Searched refs:SIMPLE_APP_ACTIVITY (Results 1 – 3 of 3) sorted by relevance
36 private static final ComponentName SIMPLE_APP_ACTIVITY = field in BasicTest63 intent.setComponent(SIMPLE_APP_ACTIVITY); in testLaunchAppInstalledInProfileOnly()
41 private static final String SIMPLE_APP_ACTIVITY = field in UserControlDisabledPackagesTest54 intent.setClassName(SIMPLE_APP_PKG, SIMPLE_APP_ACTIVITY); in testLaunchActivity()
59 private static final String SIMPLE_APP_ACTIVITY = SIMPLE_APP_PKG + ".SimpleActivity"; field in DeviceOwnerTest956 startActivityAsUser(userId, SIMPLE_APP_PKG, SIMPLE_APP_ACTIVITY); in startProtectedPackage()