Searched refs:HOTSEAT_LONGPRESS_TIP_SEEN (Results 1 – 3 of 3) sorted by relevance
77 val HOTSEAT_LONGPRESS_TIP_SEEN = backedUpItem("launcher.hotseat_longpress_tip_seen", false) constant
26 import static com.android.launcher3.util.OnboardingPrefs.HOTSEAT_LONGPRESS_TIP_SEEN;110 if (mEnableHotseatLongPressTipForTesting && !HOTSEAT_LONGPRESS_TIP_SEEN.get(mLauncher)) {114 LauncherPrefs.get(mLauncher).put(HOTSEAT_LONGPRESS_TIP_SEEN, true);
80 import com.android.launcher3.util.OnboardingPrefs.HOTSEAT_LONGPRESS_TIP_SEEN in <lambda>()394 HOTSEAT_LONGPRESS_TIP_SEEN.sharedPrefKey in <lambda>()