Searched refs:getCodePath (Results 1 – 17 of 17) sorted by relevance
94 String getCodePath() { in getCodePath() method in MoveInstallArgs
122 abstract String getCodePath(); in getCodePath() method in InstallArgs
217 String getCodePath() { in getCodePath() method in FileInstallArgs
242 mPm.mContext.getContentResolver(), new File(args.getCodePath())); in processPendingInstall()
2880 input.reset(), new File(appInfo.getCodePath()), 0);3835 pkgInfo.applicationInfo.getCodePath()).getParentFile() : null;
1077 final File tmpPackageFile = new File(args.getCodePath()); in preparePackageLI()
114 codePaths[i] = info.getCodePath(); in testGetAppSize()
368 appInfo.getCodePath()); in queryStatsForPackage()422 appInfo.getCodePath()); in queryStatsForUid()
898 if (mApplicationInfo.getCodePath() != null in createOrUpdateClassLoaderLocked()909 if (mApplicationInfo.getCodePath() != null in createOrUpdateClassLoaderLocked()2266 String expectedCodePath = expectedAppInfo.getCodePath(); in checkAndUpdateApkPaths()2271 || loadedApk.getApplicationInfo().getCodePath().equals(expectedCodePath)) { in checkAndUpdateApkPaths()
470 final String codePath = mApp.info.getCodePath(); in appNotResponding()
8439 final String codePath = r.info.getCodePath(); in handleApplicationCrashInner()
1073 final String codePath = info.applicationInfo.getCodePath(); in logAppTransition()1223 final String codePath = info.mLastLaunchedActivity.info.applicationInfo.getCodePath(); in logAppTransitionReportedDrawn()
2656 public String getCodePath() { return scanSourceDir; } in getCodePath() method in ApplicationInfo
354 Landroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;
4287 HSPLandroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;
4285 HSPLandroid/content/pm/ApplicationInfo;->getCodePath()Ljava/lang/String;
33841 HSPLcom/android/server/pm/FileInstallArgs;->getCodePath()Ljava/lang/String;