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 deleteProfile(new File(mProfilesDirectory + p.getProfileName())); in deleteProfile()
85 File dbDir = new File(mProfilesDirectory); in cleanupUponMigration()
96 File f = new File(mProfilesDirectory + p.getProfileName()); in saveProfile()
126 File root = new File(mProfilesDirectory); in retrieveSipProfileListInternal()
143 File root = new File(mProfilesDirectory); in retrieveSipProfileFromName()