/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | InstrumentationSerialTestTest.java | 59 final String packageName = "com.foo"; in testRun() local 106 final String packageName = "com.foo"; in testRun_runFailure() local 176 final String packageName = "com.foo"; in testRun_package() local
|
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | AppVersionFetcher.java | 54 public static String fetch(ITestDevice device, String packageName, AppVersionInfo info) in fetch() 66 private static String fetchVersionName(ITestDevice device, String packageName) in fetchVersionName() 74 private static String fetchVersionCode(ITestDevice device, String packageName) in fetchVersionCode()
|
D | ListInstrumentationParser.java | 57 public final String packageName; field in ListInstrumentationParser.InstrumentationTarget 61 public InstrumentationTarget(String packageName, String runnerName, String targetName) { in InstrumentationTarget()
|
D | TestFilterHelper.java | 211 public boolean shouldRun(String packageName, Class<?> classObj, Method method) { in shouldRun() 255 String packageName = classObj.getPackage().getName(); in shouldRun() local 275 private boolean shouldRunFilter(String packageName, String className, String methodName) { in shouldRunFilter()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | InstrumentationPreparerTest.java | 59 final String packageName = "packageName"; in testRun() local 86 final String packageName = "packageName"; in testRun_testFailed() local
|
/tools/tradefederation/contrib/src/com/android/app/tests/ |
D | AppLaunchTest.java | 91 String packageName = p.getPackageName(); in run() local 125 private void performLaunchTest(String packageName, ITestInvocationListener listener) in performLaunchTest()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/ |
D | DefaultRemoteAndroidTestRunner.java | 32 String packageName, String runnerName, IShellEnabledDevice remoteDevice) { in DefaultRemoteAndroidTestRunner()
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
D | DumpsysPackageStatsParser.java | 45 String packageName = null; in parse() local
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
D | LocationDumpsItem.java | 67 public LocationInfoItem(String packageName, int effective, int min, int max, in LocationInfoItem() 132 public void addLocationClient(String packageName, int effective, int min, int max, in addLocationClient()
|
/tools/tradefederation/contrib/src/com/android/framework/tests/ |
D | PackageManagerHostTestUtils.java | 226 public boolean doesPackageExist(String packageName) throws DeviceNotAvailableException { in doesPackageExist() 238 public boolean doesAppExistOnDevice(String packageName) throws DeviceNotAvailableException { in doesAppExistOnDevice() 249 public boolean doesAppExistOnSDCard(String packageName) throws DeviceNotAvailableException { in doesAppExistOnSDCard() 267 public boolean doesAppExistAsForwardLocked(String packageName) in doesAppExistAsForwardLocked()
|
D | PackageManagerOTATestUtils.java | 182 public boolean packageHasPermission(String packageName, String permission) in packageHasPermission() 210 public boolean packageHasFlag(String packageName, String flag) in packageHasFlag()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/testdefs/ |
D | InstrumentationTestDef.java | 35 public InstrumentationTestDef(String testName, String packageName) { in InstrumentationTestDef()
|
D | XmlDefsTest.java | 301 private void sendCoverage(String packageName, String coverageTarget, in sendCoverage()
|
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | TestAppInstallSetup.java | 341 String packageName = parsePackageName(testAppFile, device.getDeviceDescriptor()); in installer() local 427 protected void uninstallPackage(ITestDevice device, String packageName) in uninstallPackage()
|
D | InstallApexModuleTargetPreparer.java | 204 String packageName = parsePackageName(moduleFile, device.getDeviceDescriptor()); in installMultiPackageContainingApex() local 362 protected String getModuleKeywordFromApexPackageName(String packageName) { in getModuleKeywordFromApexPackageName()
|
D | InstrumentationPreparer.java | 167 void setPackageName(String packageName) { in setPackageName()
|
D | InstallAllTestZipAppsSetup.java | 212 String packageName = getAppPackageName(appFile); in addApkToInstalledList() local
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/ |
D | PsiBasedCodebase.kt | 140 var packageName: String? = null in <lambda>() variable 320 val packageName = qualifiedName.removeSuffix(".package-info") in <lambda>() constant 333 val packageName = getPackageName(psiClass) in <lambda>() constant 462 val packageName = getPackageName(clz) in <lambda>() constant
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | ITestDevice.java | 195 public String uninstallPackage(String packageName) throws DeviceNotAvailableException; in uninstallPackage() 569 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException; in isPackageInstalled() 581 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() 608 public PackageInfo getAppPackageInfo(String packageName) throws DeviceNotAvailableException; in getAppPackageInfo()
|
D | TestDevice.java | 332 public String uninstallPackage(final String packageName) throws DeviceNotAvailableException { in uninstallPackage() 919 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException { in isPackageInstalled() 925 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled() 996 public PackageInfo getAppPackageInfo(String packageName) throws DeviceNotAvailableException { in getAppPackageInfo() 1017 String packageName = m.group(2); in getInstalledPackageNames() local
|
/tools/tradefederation/contrib/src/com/android/performance/tests/ |
D | AppInstallTest.java | 173 String packageName = parser.getPackageName(); in installAndTime() local
|
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/ |
D | ApkInfo.java | 75 String packageName, in ApkInfo()
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/ |
D | DeviceTestRunOptions.java | 44 public DeviceTestRunOptions(String packageName) { in DeviceTestRunOptions()
|
/tools/metalava/src/main/java/com/android/tools/lint/checks/infrastructure/ |
D | ClassName.kt | 25 val packageName: String? constant
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
D | InstalledInstrumentationsTest.java | 373 private void sendCoverage(String packageName, String coverageTarget, in sendCoverage()
|