Searched refs:apkFile (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DApplicationsState.java89 final File apkFile; field in class:ApplicationsState.AppEntry
118 apkFile = new File(info.sourceDir);
128 if (!this.apkFile.exists()) {
141 if (this.apkFile.exists()) {
152 if (this.apkFile.exists()) {

Completed in 33 milliseconds