HomeSort by relevance Sort by last modified time
    Searched refs:PREF_FILE (Results 1 - 5 of 5) sorted by null

  /packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java 179 mDevHitCountdown = getActivity().getSharedPreferences(DevelopmentSettings.PREF_FILE,
210 getActivity().getSharedPreferences(DevelopmentSettings.PREF_FILE,
DevelopmentSettings.java 86 public static final String PREF_FILE = "development";
    [all...]
SettingsActivity.java 499 mDevelopmentPreferences = getSharedPreferences(DevelopmentSettings.PREF_FILE,
    [all...]
DataUsageSummary.java 205 private static final String PREF_FILE = "data_usage";
302 mPrefs = getActivity().getSharedPreferences(PREF_FILE, Context.MODE_PRIVATE);
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java 85 private static final String PREF_FILE = "preferred-apn";
657 PREF_FILE + subId, Context.MODE_PRIVATE);
665 PREF_FILE + subId, Context.MODE_PRIVATE);
    [all...]

Completed in 215 milliseconds