Searched refs:mProfilesDirectory (Results 1 – 1 of 1) sorted by relevance
48 private String mProfilesDirectory; field in SipProfileDb65 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()