Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/
DLauncherPrefsTest.kt194 assertThat(nonRestorableItem.sharedPrefFile).isEqualTo(LauncherFiles.DEVICE_PREFERENCES_KEY) in getItemSharedPrefFile_forNonRestorableItem_isCorrect()
200 assertThat(backedUpItem.sharedPrefFile).isEqualTo(LauncherFiles.SHARED_PREFERENCES_KEY) in getItemSharedPrefFile_forBackedUpItem_isCorrect()
226 context.getSharedPreferences(bootAwareItem.sharedPrefFile, Context.MODE_PRIVATE) in put_bootAwareItem_updatesEncryptedStorage()
260 context.getSharedPreferences(bootAwareItem.sharedPrefFile, Context.MODE_PRIVATE) in remove_bootAwareItem_removesFromEncryptedStorage()
287 context.getSharedPreferences(bootAwareItem.sharedPrefFile, Context.MODE_PRIVATE) in migrate_bootAwareItemsToDeviceProtectedStorage_worksAsIntended()
319 context.getSharedPreferences(onlyEncryptedItem.sharedPrefFile, Context.MODE_PRIVATE) in migrate_onlyEncryptedItemsToDeviceProtectedStorage_doesNotHappen()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherPrefs.kt51 get() = encryptedContext.getSharedPreferences(sharedPrefFile, MODE_PRIVATE) in <lambda>()
384 val sharedPrefFile: String constant in com.android.launcher3.Item