Home
last modified time | relevance | path

Searched defs:prefs (Results 1 – 7 of 7) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/appwidget/
DExampleAppWidgetConfigure.java108 SharedPreferences.Editor prefs = context.getSharedPreferences(PREFS_NAME, 0).edit(); in saveTitlePref() local
116 SharedPreferences prefs = context.getSharedPreferences(PREFS_NAME, 0); in loadTitlePref() local
/development/samples/training/device-management-policy/src/com/example/training/deviceadmin/
DPolicy.java89 SharedPreferences prefs = mContext.getSharedPreferences(APP_PREF, Context.MODE_PRIVATE); in readFromLocal() local
163 SharedPreferences prefs = context.getSharedPreferences(APP_PREF, Activity.MODE_PRIVATE); in onDisabled() local
DPolicySetupActivity.java67 SharedPreferences prefs = getSharedPreferences(APP_PREF, MODE_PRIVATE); in onResume() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPersistentState.java99 SharedPreferences prefs = getPreferences(0); in onResume() local
/development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
DVoiceRecognitionService.java48 SharedPreferences prefs = getSharedPreferences( in onStartListening() local
/development/samples/SipDemo/src/com/example/android/sip/
DWalkieTalkieActivity.java123 SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(getBaseContext()); in initializeLocalProfile() local
/development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube2/
DCubeWallpaper2.java105 public void onSharedPreferenceChanged(SharedPreferences prefs, String key) { in onSharedPreferenceChanged()