Searched refs:PREFERENCES_FILE (Results 1 – 3 of 3) sorted by relevance
93 public static final String PREFERENCES_FILE = "preferences"; field in Constants
53 import static com.android.permissioncontroller.Constants.PREFERENCES_FILE;327 mSharedPrefs = mContext.getSharedPreferences(PREFERENCES_FILE, MODE_PRIVATE); in LocationAccessCheck()
1016 return context.getSharedPreferences(Constants.PREFERENCES_FILE, MODE_PRIVATE); in getDeviceProtectedSharedPreferences()