OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PREF_FILE
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Settings/src/com/android/settings/
DeviceInfoSettings.java
176
mDevHitCountdown = getActivity().getSharedPreferences(DevelopmentSettings.
PREF_FILE
,
207
getActivity().getSharedPreferences(DevelopmentSettings.
PREF_FILE
,
DevelopmentSettings.java
86
public static final String
PREF_FILE
= "development";
[
all
...]
DataUsageSummary.java
195
private static final String
PREF_FILE
= "data_usage";
281
mPrefs = getActivity().getSharedPreferences(
PREF_FILE
, Context.MODE_PRIVATE);
[
all
...]
SettingsActivity.java
494
mDevelopmentPreferences = getSharedPreferences(DevelopmentSettings.
PREF_FILE
,
[
all
...]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
TelephonyProvider.java
84
private static final String
PREF_FILE
= "preferred-apn";
621
PREF_FILE
+ subId, Context.MODE_PRIVATE);
629
PREF_FILE
+ subId, Context.MODE_PRIVATE);
[
all
...]
Completed in 371 milliseconds