Home
last modified time | relevance | path

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

12

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationSerialTestTest.java59 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/
DAppVersionFetcher.java54 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()
DListInstrumentationParser.java57 public final String packageName; field in ListInstrumentationParser.InstrumentationTarget
61 public InstrumentationTarget(String packageName, String runnerName, String targetName) { in InstrumentationTarget()
DTestFilterHelper.java211 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/
DInstrumentationPreparerTest.java59 final String packageName = "packageName"; in testRun() local
86 final String packageName = "packageName"; in testRun_testFailed() local
/tools/tradefederation/contrib/src/com/android/app/tests/
DAppLaunchTest.java91 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/
DDefaultRemoteAndroidTestRunner.java32 String packageName, String runnerName, IShellEnabledDevice remoteDevice) { in DefaultRemoteAndroidTestRunner()
/tools/loganalysis/src/com/android/loganalysis/parser/
DDumpsysPackageStatsParser.java45 String packageName = null; in parse() local
/tools/loganalysis/src/com/android/loganalysis/item/
DLocationDumpsItem.java67 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/
DPackageManagerHostTestUtils.java226 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()
DPackageManagerOTATestUtils.java182 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/
DInstrumentationTestDef.java35 public InstrumentationTestDef(String testName, String packageName) { in InstrumentationTestDef()
DXmlDefsTest.java301 private void sendCoverage(String packageName, String coverageTarget, in sendCoverage()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DTestAppInstallSetup.java341 String packageName = parsePackageName(testAppFile, device.getDeviceDescriptor()); in installer() local
427 protected void uninstallPackage(ITestDevice device, String packageName) in uninstallPackage()
DInstallApexModuleTargetPreparer.java204 String packageName = parsePackageName(moduleFile, device.getDeviceDescriptor()); in installMultiPackageContainingApex() local
362 protected String getModuleKeywordFromApexPackageName(String packageName) { in getModuleKeywordFromApexPackageName()
DInstrumentationPreparer.java167 void setPackageName(String packageName) { in setPackageName()
DInstallAllTestZipAppsSetup.java212 String packageName = getAppPackageName(appFile); in addApkToInstalledList() local
/tools/metalava/src/main/java/com/android/tools/metalava/model/psi/
DPsiBasedCodebase.kt140 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/
DITestDevice.java195 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()
DTestDevice.java332 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/
DAppInstallTest.java173 String packageName = parser.getPackageName(); in installAndTime() local
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/
DApkInfo.java75 String packageName, in ApkInfo()
/tools/tradefederation/core/src/com/android/tradefed/testtype/junit4/
DDeviceTestRunOptions.java44 public DeviceTestRunOptions(String packageName) { in DeviceTestRunOptions()
/tools/metalava/src/main/java/com/android/tools/lint/checks/infrastructure/
DClassName.kt25 val packageName: String? constant
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DInstalledInstrumentationsTest.java373 private void sendCoverage(String packageName, String coverageTarget, in sendCoverage()

12