Home
last modified time | relevance | path

Searched defs:encryptedPrefs (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/
DLauncherPrefsTest.kt225 val encryptedPrefs: SharedPreferences = in put_bootAwareItem_updatesEncryptedStorage() constant
259 val encryptedPrefs: SharedPreferences = in remove_bootAwareItem_removesFromEncryptedStorage() constant
286 val encryptedPrefs: SharedPreferences = in migrate_bootAwareItemsToDeviceProtectedStorage_worksAsIntended() constant
318 val encryptedPrefs: SharedPreferences = in migrate_onlyEncryptedItemsToDeviceProtectedStorage_doesNotHappen() constant
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherPrefs.kt50 private val Item.encryptedPrefs in <lambda>() constant in com.android.launcher3.LauncherPrefs