Searched refs:firstPackage (Results 1 – 3 of 3) sorted by relevance
396 String firstPackage = "first"; in testSwitchingProvider() local437 String firstPackage = "first"; in checkChangingProviderDuringRelroCreation() local453 assertEquals(firstPackage, in checkChangingProviderDuringRelroCreation()487 assertEquals(firstPackage, in checkChangingProviderDuringRelroCreation()679 String firstPackage = "first"; in testNotifyRelroDoesntCrashIfNoPackages() local731 String firstPackage = "first"; in testTempRemovePackageDoesntSwitchProviderPermanently() local807 String firstPackage = "first"; in checkRecoverAfterFailListingWebviewPackages() local855 String firstPackage = "first"; in checkDontKillIfPackageRemoved() local885 String firstPackage = "first"; in testKillIfSettingChanged() local907 String firstPackage = "first"; in testKillIfChangeProviderIncorrectly() local[all …]
99 PackageStats firstPackage = new PackageStats("com.test.app"); in testAppsReported() local100 firstPackage.codeSize = 100; in testAppsReported()101 firstPackage.dataSize = 1000; in testAppsReported()102 firstPackage.cacheSize = 20; in testAppsReported()103 mPackages.add(firstPackage); in testAppsReported()
539 String firstPackage = aarPackages.get(0); in tryNdef() local549 Intent appLaunchIntent = pm.getLaunchIntentForPackage(firstPackage); in tryNdef()559 Intent marketIntent = getAppSearchIntent(firstPackage); in tryNdef()