Searched refs:IS_FIRST_LOAD_AFTER_RESTORE (Results 1 – 3 of 3) sorted by relevance
23 import static com.android.launcher3.LauncherPrefs.IS_FIRST_LOAD_AFTER_RESTORE;238 (Boolean) LauncherPrefs.get(mApp.getContext()).get(IS_FIRST_LOAD_AFTER_RESTORE); in run()376 LauncherPrefs.get(mApp.getContext()).putSync(IS_FIRST_LOAD_AFTER_RESTORE.to(false)); in run()
25 import static com.android.launcher3.LauncherPrefs.IS_FIRST_LOAD_AFTER_RESTORE;421 LauncherPrefs.get(context).putSync(IS_FIRST_LOAD_AFTER_RESTORE.to(true)); in setPending()
304 val IS_FIRST_LOAD_AFTER_RESTORE = in <lambda>() constant