Searched refs:putSync (Results 1 – 9 of 9) sorted by relevance
57 putSync(TEST_BOOLEAN_ITEM.to(TEST_BOOLEAN_ITEM.defaultValue)) in has_keyPresentInLauncherPrefs_returnsTrue()69 putSync(TEST_STRING_ITEM.to(TEST_STRING_ITEM.defaultValue)) in addListener_listeningForStringItemUpdates_isCorrectlyNotifiedOfUpdates()71 putSync(TEST_STRING_ITEM.to(TEST_STRING_ITEM.defaultValue + "abc")) in addListener_listeningForStringItemUpdates_isCorrectlyNotifiedOfUpdates()86 putSync(TEST_STRING_ITEM.to(TEST_STRING_ITEM.defaultValue + "hello.")) in removeListener_previouslyListeningForStringItemUpdates_isNoLongerNotifiedOfUpdates()101 putSync( in addListenerAndRemoveListener_forMultipleItems_bothWorkProperly()110 putSync( in addListenerAndRemoveListener_forMultipleItems_bothWorkProperly()141 putSync(TEST_BOOLEAN_ITEM.to(notDefaultValue)) in put_storesItemInLauncherPrefs_successfully()150 putSync( in put_storesListOfItemsInLauncherPrefs_successfully()165 putSync(TEST_BOOLEAN_ITEM.to(notDefaultValue)) in remove_deletesItemFromLauncherPrefs_successfully()203 launcherPrefs.putSync(bootAwareItem.to(bootAwareItem.defaultValue)) in put_bootAwareItem_updatesDeviceProtectedStorage()
38 LauncherPrefs.get(context).putSync( in onReceive()
110 fun putSync(vararg itemsToValues: Pair<Item, Any>): Unit = in <lambda>() method in com.android.launcher3.LauncherPrefs
120 : () -> LauncherPrefs.get(mContext).putSync(getEmptyDbCreatedKey(dbName).to(true)); in createDatabaseHelper()237 LauncherPrefs.get(mContext).putSync(getEmptyDbCreatedKey().to(true)); in createEmptyDB()280 LauncherPrefs.get(mContext).putSync( in tryMigrateDB()
344 prefs.putSync(SHOULD_SHOW_SMARTSPACE.to(false)); in run()350 prefs.putSync(SHOULD_SHOW_SMARTSPACE.to(true)); in run()376 LauncherPrefs.get(mApp.getContext()).putSync(IS_FIRST_LOAD_AFTER_RESTORE.to(false)); in run()
204 LauncherPrefs.get(l).putSync(WORK_EDU_STEP.to(0)); in testEdu()
420 LauncherPrefs.get(context).putSync(RESTORE_DEVICE.to(deviceGridState.getDeviceType())); in setPending()421 LauncherPrefs.get(context).putSync(IS_FIRST_LOAD_AFTER_RESTORE.to(true)); in setPending()
413 LauncherPrefs.get(context).putSync( in setRestoredAppWidgetIds()
726 LauncherPrefs.get(context).putSync(WORKSPACE_SIZE.to(srcGridSize)) in <lambda>()