Searched refs:AppSetup (Results 1 – 5 of 5) sorted by relevance
48 private AppSetup mAppSetup;58 mAppSetup = spy(new AppSetup()); in setUp()69 verify(mTestDevice).executeShellCommand(eq(AppSetup.DROP_CACHE_COMMAND)); in testDropCachesOption_set()76 verify(mTestDevice, never()).executeShellCommand(eq(AppSetup.DROP_CACHE_COMMAND)); in testDropCachesOption_notSet()87 startsWith(String.format(AppSetup.KILL_APP_COMMAND_TEMPLATE, ""))); in testKillAppsOption()89 .executeShellCommand(eq(String.format(AppSetup.KILL_APP_COMMAND_TEMPLATE, "app1"))); in testKillAppsOption()91 .executeShellCommand(eq(String.format(AppSetup.KILL_APP_COMMAND_TEMPLATE, "app2"))); in testKillAppsOption()108 mAppSetup.getPackageName(), AppSetup.DEFAULT_SCENARIOS_PACKAGE); in testDefaultsToUsingScenariosPackage()119 String packageName = "another." + AppSetup.DEFAULT_SCENARIOS_PACKAGE; in testSupportsExplicitPackageName()
59 private AppSetup mAppSetup;69 mAppSetup = new AppSetup(); in setUp()131 new AppSetup() { in testSetup_deviceApi34_forceQueryableIsFalse()187 new AppSetup() { in testSetup_noPackageName()223 new AppSetup() { in testSetup_checkMinSdk_failParsing()255 new AppSetup() { in testSetup_checkMinSdk_apiLow()287 new AppSetup() { in testSetup_checkMinSdk_apiOk()
65 AppSetup appSetup = new AppSetup(); in testSetupTeardown()
32 public class AppSetup extends AndroidJUnitTest { class57 public AppSetup() { in AppSetup() method in AppSetup
44 public class AppSetup extends BaseTargetPreparer { class