Home
last modified time | relevance | path

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

12

/tools/platform-compat/java/com/android/class2nonsdklist/
DPackageAndClassName.java22 public String packageName; field in PackageAndClassName
25 private PackageAndClassName(String packageName, String className) { in PackageAndClassName()
43 String packageName = fullyQualifiedClassName.substring(0, lastDotIdx); in splitClassName() 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.java220 public boolean shouldRun(String packageName, Class<?> classObj, Method method) { in shouldRun()
296 String packageName = classObj.getPackage().getName(); in shouldRun() local
322 private boolean shouldRunFilter(String packageName, String className, String methodName) { in shouldRunFilter()
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DInstrumentationPreparerTest.java69 final String packageName = "packageName"; in testRun() local
94 final String packageName = "packageName"; in testRun_testFailed() local
/tools/security/remote_provisioning/attestation_testing/java/com/google/attestationexample/
DAttestationPackageInfo.java28 private final String packageName; field in AttestationPackageInfo
31 public AttestationPackageInfo(String packageName, int version) { in AttestationPackageInfo()
/tools/tradefederation/core/isolation/com/android/tradefed/isolation/
DIsolationFilter.java79 String packageName = getPackageName(desc); in checkFilters() local
92 private boolean checkIncludeFilters(String packageName, String className, String methodName) { in checkIncludeFilters()
99 private boolean checkExcludeFilters(String packageName, String className, String methodName) { in checkExcludeFilters()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DModulePusher.java90 private final String packageName; field in ModulePusher.ModuleInfo
94 public String packageName() { in packageName() method in ModulePusher.ModuleInfo
106 ModuleInfo(String packageName, String versionCode, boolean isApk) { in ModuleInfo()
112 public static ModuleInfo create(String packageName, String versionCode, boolean isApk) { in create()
300 String packageName, in pushFile()
400 ITestDevice device, File[] moduleFiles, String packageName, int apiLevel) in getPreloadPaths()
472 protected String[] getPathsOnDevice(ITestDevice device, String packageName) in getPathsOnDevice()
491 protected Path getApexPathUnderSystem(ITestDevice device, String packageName) in getApexPathUnderSystem()
DModuleOemTargetPreparer.java137 String packageName = moduleFolder.getName(); in getRecoverModules() local
197 String packageName = parsePackageName(toPush[0]); in installTestModules() local
DTestAppInstallSetup.java471 uninstallPackage(getDevice(), packageName); in tearDown() local
538 ITestDevice testDevice, String packageName, List<File> apkFiles) in installSinglePackage()
721 protected void uninstallPackage(ITestDevice device, String packageName) in uninstallPackage()
762 Builder builder, String packageName, List<File> packageFiles) throws TargetSetupError { in addPackageToIncrementalInstallSession()
DInstallApexModuleTargetPreparer.java367 String packageName = parsePackageName(testFile); in getModulesToUninstall() local
428 String packageName = m.group(1); in getApkModuleInData() local
748 String packageName = parsePackageName(moduleFile); in installTrain() local
792 String packageName = parsePackageName(moduleFile); in installTrain() local
1097 protected String getModuleKeywordFromApexPackageName(String packageName) { in getModuleKeywordFromApexPackageName()
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DDefaultRemoteAndroidTestRunner.java33 String packageName, String runnerName, IShellEnabledDevice remoteDevice) { in DefaultRemoteAndroidTestRunner()
DAndroidTestOrchestratorRemoteTestRunner.java41 String packageName, String runName, IDevice device) { in AndroidTestOrchestratorRemoteTestRunner()
/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/loganalysis/src/com/android/loganalysis/parser/
DDumpsysPackageStatsParser.java45 String packageName = null; in parse() local
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineSourceParser.kt82 val packageName = findPackageName(file) in <lambda>() constant
/tools/tradefederation/contrib/tests/src/com/android/scenario/
DAppSetupTest.java119 String packageName = "another." + AppSetup.DEFAULT_SCENARIOS_PACKAGE; in testSupportsExplicitPackageName() local
/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
DTextModelSuiteRunner.kt106 val packageName = cls.`package`.name in resolveClass() constant
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiBasedCodebase.kt243 val packageName = packageStatement.packageName in <lambda>() constant
490 val packageName = qualifiedName.removeSuffix(".package-info") in <lambda>() constant
503 val packageName = getPackageName(psiClass) in <lambda>() constant
605 val packageName = getPackageName(psiClass) in <lambda>() constant
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DDeviceTraceCollector.java117 public void setInstrumentationPkgName(String packageName) { in setInstrumentationPkgName()
/tools/ndkports/buildSrc/src/main/kotlin/com/android/ndkports/
DPrefabPackageBuilder.kt73 private val packageName = "com.android.ndk.thirdparty.${packageData.name}" constant in com.android.ndkports.PrefabPackageBuilder
/tools/platform-compat/java/android/compat/testing/
DClasspaths.java109 String packageName, String className) throws DeviceNotAvailableException, in runDeviceTests()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java219 public String uninstallPackage(String packageName) throws DeviceNotAvailableException; in uninstallPackage()
230 public String uninstallPackageForUser(String packageName, int userId) in uninstallPackageForUser()
640 public boolean isPackageInstalled(String packageName) throws DeviceNotAvailableException; in isPackageInstalled()
652 public boolean isPackageInstalled(String packageName, String userId) in isPackageInstalled()
687 public PackageInfo getAppPackageInfo(String packageName) throws DeviceNotAvailableException; in getAppPackageInfo()
/tools/tradefederation/contrib/src/com/android/performance/tests/
DAppIncrementalInstallTest.java146 String packageName = parser.getPackageName(); in installAndTime() local
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DInstrumentationPreparer.java171 void setPackageName(String packageName) { in setPackageName()

12