Home
last modified time | relevance | path

Searched defs:packageName (Results 1 – 15 of 15) sorted by relevance

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DSystemPackageUninstaller.java49 public static void uninstallPackage(String packageName, ITestDevice device) in uninstallPackage()
229 private static void removePackageUpdates(String packageName, ITestDevice device) in removePackageUpdates()
250 private static void removePackageData(String packageName, ITestDevice device) in removePackageData()
266 private static boolean isPackageInstalled(String packageName, ITestDevice device) in isPackageInstalled()
284 private static String getPackageInstallDirectory(String packageName, ITestDevice device) in getPackageInstallDirectory()
DDeviceUtils.java260 public void launchPackage(String packageName) in launchPackage()
280 public String getPackageVersionName(String packageName) throws DeviceNotAvailableException { in getPackageVersionName()
301 public String getPackageVersionCode(String packageName) throws DeviceNotAvailableException { in getPackageVersionCode()
320 public void stopPackage(String packageName) throws DeviceNotAvailableException { in stopPackage()
331 public boolean resetPackage(String packageName) throws DeviceNotAvailableException { in resetPackage()
DAppCrawlTester.java71 String packageName, in newInstance()
82 String packageName, in AppCrawlTester()
DTestUtils.java148 public void collectAppVersion(String packageName) throws DeviceNotAvailableException { in collectAppVersion()
177 String packageName, DeviceTimestamp startTimeOnDevice, boolean saveToFile) in getDropboxPackageCrashLog()
DApkInstaller.java183 String packageName = AaptParser.parse(apkFile.toFile()).getPackageName(); in parsePackageName() local
/test/app_compat/csuite/test_scripts/src/main/java/com/android/pixel/utils/
DDeviceUtils.java91 public void launchApp(String packageName) { in launchApp()
104 public void takeScreenshot(String packageName, String description) { in takeScreenshot()
117 public void startRecording(String packageName) { in startRecording()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/
DAppRemoteFileResolver.java148 String packageName = appUri.getAuthority(); in resolveRemoteFiles() local
197 String packageName = uri.getAuthority(); in checkAppUri() local
244 private File resolveUriToFile(String packageName, URI uri, Map<String, String> params) in resolveUriToFile() argument
/test/cts-root/tests/packagemanagerlocal/src/android/packagemanagerlocal/cts_root/
DPackageManagerLocalTest.java51 final String packageName = "android.packagemanagerlocal.test"; in testPackageManagerLocal_ReconcileSdkData_DifferentStorageFlags() local
102 final String packageName = "android.packagemanagerlocal.test"; in testPackageManagerLocal_ReconcileSdkData_Reconcile() local
/test/cts-root/tests/usage/src/android/usage/cts_root/
DStorageStatsManagerLocalTest.java57 String packageName = context.getPackageName(); in testStorageAugmenter() local
91 String packageName, in augmentStatsForPackageForUser()
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DModuleGeneratorTest.java271 Path testsDir, String packageName) throws IOException { in assertThatModuleConfigFileContent()
284 private static Path getModuleConfigFile(Path baseDir, String packageName) { in getModuleConfigFile()
DPackageModuleInfoProviderTest.java106 ProviderBuilder addPackage(String packageName) { in addPackage()
DDirectoryBasedModuleInfoProviderTest.java107 String packageName = "package.name"; in get_directoryContainsApk_packagePlaceholderIsSubstituted() local
/test/app_compat/csuite/test_scripts/src/main/java/com/android/webview/tests/
DWebviewAppLaunchTest.java230 private WebviewPackage(String packageName, String version) { in WebviewPackage()
/test/cts-root/tests/packagewatchdog/src/android/packagewatchdog/cts_root/
DPackageWatchdogTest.java292 public boolean mayObservePackage(String packageName) { in mayObservePackage()
/test/cts-root/hostsidetests/rollback/src/com/android/cts_root/rollback/host/
DRollbackManagerHostTest.java571 private void startActivity(String packageName) throws Exception { in startActivity()