Home
last modified time | relevance | path

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

123

/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.java59 public final String packageName; field in ListInstrumentationParser.InstrumentationTarget
63 public InstrumentationTarget(String packageName, String runnerName, String targetName) { in InstrumentationTarget()
DTestFilterHelper.java221 public boolean shouldRun(String packageName, Class<?> classObj, Method method) { in shouldRun()
302 String packageName = classObj.getPackage().getName(); in shouldRun() local
328 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.java501 uninstallPackage(getDevice(), packageName); in tearDown() local
585 ITestDevice testDevice, String packageName, List<File> apkFiles) in installSinglePackage()
770 protected void uninstallPackage(ITestDevice device, String packageName) in uninstallPackage()
811 Builder builder, String packageName, List<File> packageFiles) throws TargetSetupError { in addPackageToIncrementalInstallSession()
DInstallApexModuleTargetPreparer.java395 String packageName = parsePackageName(testFile); in getModulesToUninstall() local
456 String packageName = m.group(1); in getApkModuleInData() local
802 String packageName = parsePackageName(moduleFile); in installTrain() local
846 String packageName = parsePackageName(moduleFile); in installTrain() local
1151 protected String getModuleKeywordFromApexPackageName(String packageName) { in getModuleKeywordFromApexPackageName()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/incremental/
DApkChangeDetector.java78 String packageName, List<File> testApps, ITestDevice device, Integer userId, in handleTestAppsPreinstall()
158 String packageName, ITestDevice device, Integer userId, boolean forAllUsers) in handlePackageCleanup()
206 List<String> getApkInstallPaths(String packageName, ITestDevice device) in getApkInstallPaths()
383 private void updateInstalledPackageCache(ITestDevice device, String packageName) in updateInstalledPackageCache()
/tools/metalava/metalava-model-psi/src/main/java/com/android/tools/metalava/model/psi/
DPsiTypeAliasItem.kt74 val packageName = qualifiedName.substringBeforeLast(".") in create() constant
/tools/tradefederation/core/src/com/android/tradefed/result/ddmlib/
DDefaultRemoteAndroidTestRunner.java31 String packageName, String runnerName, IShellEnabledDevice remoteDevice) { in DefaultRemoteAndroidTestRunner()
DAndroidTestOrchestratorRemoteTestRunner.java40 String packageName, String runName, IDevice device) { in AndroidTestOrchestratorRemoteTestRunner()
DRemoteAndroidTestRunner.java141 String packageName, in RemoteAndroidTestRunner()
161 String packageName, String runnerName, IShellEnabledDevice remoteDevice) { in RemoteAndroidTestRunner()
171 public RemoteAndroidTestRunner(String packageName, IShellEnabledDevice remoteDevice) { in RemoteAndroidTestRunner()
217 public void setTestPackageName(String packageName) { in setTestPackageName()
/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/tradefederation/contrib/tests/src/com/android/scenario/
DAppSetupTest.java119 String packageName = "another." + AppSetup.DEFAULT_SCENARIOS_PACKAGE; in testSupportsExplicitPackageName() local
/tools/metalava/metalava-model-turbine/src/main/java/com/android/tools/metalava/model/turbine/
DTurbineCodebaseInitialiser.kt236 ) { (unit, packageName, sourceTypeBoundClass) -> in <lambda>() method
364 val packageName: String, in <lambda>() constant in com.android.tools.metalava.model.turbine.PackageInfoClass
377 val packageName = symbol.packageName().replace('/', '.') in <lambda>() constant
403 val packageName = classSymbol.dotSeparatedPackageName in <lambda>() constant
/tools/metalava/metalava-model-text/src/testFixtures/java/com/android/tools/metalava/model/text/
DTextModelSuiteRunner.kt136 val packageName = cls.`package`.name in toString() 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
/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/platform-compat/java/android/compat/testing/
DClasspaths.java109 String packageName, String className) throws DeviceNotAvailableException, in runDeviceTests()

123