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