HomeSort by relevance Sort by last modified time
    Searched full:prefs_key (Results 1 - 6 of 6) sorted by null

  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 65 private static final String PREFS_KEY = "AppRestrictionEnforcerFragment";
245 SharedPreferences prefs = activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE);
495 return activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE).edit();
  /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 65 private static final String PREFS_KEY = "AppRestrictionEnforcerFragment";
245 SharedPreferences prefs = activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE);
495 return activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE).edit();
  /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 65 private static final String PREFS_KEY = "AppRestrictionEnforcerFragment";
245 SharedPreferences prefs = activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE);
495 return activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE).edit();
  /system/update_engine/
omaha_request_action.h 216 // Persist the new cohort* value received in the XML file in the |prefs_key|
220 bool PersistCohortData(const std::string& prefs_key,
omaha_request_action.cc 176 // |arg_name| and |prefs_key|, if any. The return value is suitable to
180 const string prefs_key) {
183 if (!prefs->Exists(prefs_key))
186 if (!prefs->GetString(prefs_key, &cohort_value) || cohort_value.empty())
    [all...]
payload_state.cc 1137 string prefs_key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); local
1162 string prefs_key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); local
    [all...]

Completed in 461 milliseconds