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.java49 private String mProfilesDirectory; field in SipProfileDb
66 mProfilesDirectory = mContext.getFilesDir().getAbsolutePath() + PROFILES_DIR; in setupDatabase()
72 File profileFile = new File(mProfilesDirectory, p.getProfileName()); in deleteProfile()
73 if (!isChild(new File(mProfilesDirectory), profileFile)) { in deleteProfile()
90 File dbDir = new File(mProfilesDirectory); in cleanupUponMigration()
101 File f = new File(mProfilesDirectory, p.getProfileName()); in saveProfile()
102 if (!isChild(new File(mProfilesDirectory), f)) { in saveProfile()
134 File root = new File(mProfilesDirectory); in retrieveSipProfileListInternal()
151 File root = new File(mProfilesDirectory); in retrieveSipProfileFromName()