Searched refs:DEBUGGABLE_APP_PACKAGE (Results 1 – 1 of 1) sorted by relevance
45 private static final String DEBUGGABLE_APP_PACKAGE = "com.android.sdksandbox.debuggable"; field in SdkSandboxShellHostTest51 private static final String DEBUGGABLE_APP_SANDBOX_NAME = DEBUGGABLE_APP_PACKAGE77 for (String pkg : new String[]{APP_PACKAGE, DEBUGGABLE_APP_PACKAGE}) { in setUp()95 for (String pkg : new String[] {APP_PACKAGE, DEBUGGABLE_APP_PACKAGE}) { in tearDown()103 String.format("cmd sdk_sandbox start %s", DEBUGGABLE_APP_PACKAGE)); in testStartAndStopSdkSandboxSucceedsForDebuggableApp()110 String.format("cmd sdk_sandbox stop %s", DEBUGGABLE_APP_PACKAGE)); in testStartAndStopSdkSandboxSucceedsForDebuggableApp()132 otherUserId, DEBUGGABLE_APP_PACKAGE)); in testStartSdkSandboxFailsForIncorrectUser()141 startActivity(DEBUGGABLE_APP_PACKAGE, DEBUGGABLE_APP_ACTIVITY); in testStopSdkSandboxSucceedsForRunningDebuggableApp()145 String.format("cmd sdk_sandbox stop %s", DEBUGGABLE_APP_PACKAGE)); in testStopSdkSandboxSucceedsForRunningDebuggableApp()175 startActivity(DEBUGGABLE_APP_PACKAGE, DEBUGGABLE_APP_ACTIVITY); in testStopSdkSandboxFailsForIncorrectUser()[all …]