Home
last modified time | relevance | path

Searched refs:mProfilesDirectory (Results 1 – 1 of 1) sorted by relevance

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
DSipProfileDb.java48 private String mProfilesDirectory; field in SipProfileDb
65 mProfilesDirectory = mContext.getFilesDir().getAbsolutePath() + PROFILES_DIR; in setupDatabase()
71 File profileFile = new File(mProfilesDirectory, p.getProfileName()); in deleteProfile()
72 if (!isChild(new File(mProfilesDirectory), profileFile)) { in deleteProfile()
89 File dbDir = new File(mProfilesDirectory); in cleanupUponMigration()
100 File f = new File(mProfilesDirectory, p.getProfileName()); in saveProfile()
101 if (!isChild(new File(mProfilesDirectory), f)) { in saveProfile()
133 File root = new File(mProfilesDirectory); in retrieveSipProfileListInternal()
150 File root = new File(mProfilesDirectory); in retrieveSipProfileFromName()