Home
last modified time | relevance | path

Searched refs:KEY_PROFILE_NAME_COPIED_ONCE (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/users/
DProfileUpdateReceiver.java34 private static final String KEY_PROFILE_NAME_COPIED_ONCE = "name_copied_once"; field in ProfileUpdateReceiver
49 if (prefs.contains(KEY_PROFILE_NAME_COPIED_ONCE)) { in copyProfileName()
60 prefs.edit().putBoolean(KEY_PROFILE_NAME_COPIED_ONCE, true).commit(); in copyProfileName()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/users/
DProfileUpdateReceiver.java34 private static final String KEY_PROFILE_NAME_COPIED_ONCE = "name_copied_once"; field in ProfileUpdateReceiver
49 if (prefs.contains(KEY_PROFILE_NAME_COPIED_ONCE)) { in copyProfileName()
60 prefs.edit().putBoolean(KEY_PROFILE_NAME_COPIED_ONCE, true).commit(); in copyProfileName()