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

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipProfileDb.java45 private String mProfilesDirectory; field in class:SipProfileDb
50 mProfilesDirectory = context.getFilesDir().getAbsolutePath() + PROFILES_DIR;
56 deleteProfile(new File(mProfilesDirectory + p.getProfileName()));
72 File f = new File(mProfilesDirectory + p.getProfileName());
107 File root = new File(mProfilesDirectory);

Completed in 165 milliseconds