Searched refs:sharedPrefFile (Results 1 – 2 of 2) sorted by relevance
194 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()
51 get() = encryptedContext.getSharedPreferences(sharedPrefFile, MODE_PRIVATE) in <lambda>()384 val sharedPrefFile: String constant in com.android.launcher3.Item