Home
last modified time | relevance | path

Searched defs:sourceFile (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
DDeleteStagedFileOnResult.java54 File sourceFile = new File(getIntent().getData().getPath()); in onDestroy() local
DPackageUtil.java56 public static PackageInfo getPackageInfo(Context context, File sourceFile, int flags) { in getPackageInfo()
132 Activity pContext, ApplicationInfo appInfo, File sourceFile) { in getAppSnippet()
DInstallSuccess.java77 File sourceFile = new File(packageURI.getPath()); in onCreate() local
DInstallFailed.java108 final File sourceFile = new File(packageURI.getPath()); in onCreate() local
DInstallInstalling.java95 final File sourceFile = new File(mPackageURI.getPath()); in onCreate() local
DPackageInstallerActivity.java575 File sourceFile = new File(packageUri.getPath()); in processPackageUri() local
/frameworks/base/core/java/com/android/internal/util/
DDataClass.java223 String sourceFile(); in sourceFile() method
/frameworks/base/services/core/java/com/android/server/rollback/
DRollbackStore.java247 File sourceFile = new File(codePath); in backupPackageCodePath() local
/frameworks/base/tools/aapt/
DAaptAssets.h148 AaptFile(const String8& sourceFile, const AaptGroupEntry& groupEntry, in AaptFile()