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

  /system/update_engine/
omaha_request_action.cc 166 // |arg_name| and |prefs_key|, if any. The return value is suitable to
170 const string prefs_key) {
173 if (!prefs->Exists(prefs_key))
176 if (!prefs->GetString(prefs_key, &cohort_value) || cohort_value.empty())
    [all...]
omaha_request_action.h 215 // Persist the new cohort* value received in the XML file in the |prefs_key|
219 bool PersistCohortData(const std::string& prefs_key,
payload_state.cc 1117 string prefs_key = GetPrefsKey(kPrefsCurrentBytesDownloaded, source); local
1142 string prefs_key = GetPrefsKey(kPrefsTotalBytesDownloaded, source); local
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/
AppRestrictionEnforcerFragment.java 65 private static final String PREFS_KEY = "AppRestrictionEnforcerFragment";
274 SharedPreferences prefs = activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE);
573 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";
274 SharedPreferences prefs = activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE);
573 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";
274 SharedPreferences prefs = activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE);
573 return activity.getSharedPreferences(PREFS_KEY, Context.MODE_PRIVATE).edit();

Completed in 870 milliseconds