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

/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCertFile.java50 private File mCertFile; field in class:CertFile
55 if (mCertFile != null) {
56 outStates.putString(CERT_FILE_KEY, mCertFile.getAbsolutePath());
65 mCertFile = new File(path);
73 && (mCertFile == null || Util.deleteFile(mCertFile)));
75 mCertFile = null;
145 mCertFile = file;

Completed in 64 milliseconds