Searched refs:prefsFile (Results 1 – 8 of 8) sorted by relevance
189 final File prefsFile = new File(new File( in getHashSharedPreferences() local195 return context.getSharedPreferences(prefsFile, Context.MODE_PRIVATE); in getHashSharedPreferences()
63 final File prefsFile = new File(Environment.getDataSystemDirectory(), FILE_NAME); in AuthenticationStatsPersister() local64 mSharedPreferences = context.getSharedPreferences(prefsFile, Context.MODE_PRIVATE); in AuthenticationStatsPersister()
201 final File prefsFile = new File(new File( in getTestSharedPreferences() local207 return context.getSharedPreferences(prefsFile, Context.MODE_PRIVATE); in getTestSharedPreferences()
354 final File prefsFile = new File(357 .getSharedPreferences(prefsFile, Context.MODE_PRIVATE);
220 static File makeBackupFile(File prefsFile) { in makeBackupFile() argument221 return new File(prefsFile.getPath() + ".bak"); in makeBackupFile()
721 final File prefsFile = new File( in createPersistedInfo() local724 return mContext.createDeviceProtectedStorageContext().getSharedPreferences(prefsFile, in createPersistedInfo()
127 final File prefsFile = new File(new File(Environment.getDataSystemDirectory(), in StorageAdapter() local129 mSharedPrefs = deviceContext.getSharedPreferences(prefsFile, Context.MODE_PRIVATE); in StorageAdapter()
856 final File prefsFile = new File( in getPinnedSharedPrefs() local859 .getSharedPreferences(prefsFile, Context.MODE_PRIVATE); in getPinnedSharedPrefs()