Searched refs:PREFERENCES_FILE (Results 1 – 4 of 4) sorted by relevance
35 private static final String PREFERENCES_FILE = "preferences"; field in LegacyRoleFallbackEnabledUtils62 return context.getSharedPreferences(PREFERENCES_FILE, Context.MODE_PRIVATE); in getSharedPreferences()
187 public static final String PREFERENCES_FILE = "preferences"; field in Constants
57 import static com.android.permissioncontroller.Constants.PREFERENCES_FILE;404 mSharedPrefs = mContext.getSharedPreferences(PREFERENCES_FILE, MODE_PRIVATE); in LocationAccessCheck()
1137 return context.getSharedPreferences(Constants.PREFERENCES_FILE, MODE_PRIVATE); in getDeviceProtectedSharedPreferences()