HomeSort by relevance Sort by last modified time
    Searched full:mprofilesdirectory (Results 1 - 1 of 1) sorted by null

  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipProfileDb.java 48 private String mProfilesDirectory;
65 mProfilesDirectory = mContext.getFilesDir().getAbsolutePath() + PROFILES_DIR;
71 deleteProfile(new File(mProfilesDirectory + p.getProfileName()));
85 File dbDir = new File(mProfilesDirectory);
96 File f = new File(mProfilesDirectory + p.getProfileName());
126 File root = new File(mProfilesDirectory);
143 File root = new File(mProfilesDirectory);

Completed in 632 milliseconds