Searched refs:KEY_SHOWED_PEEK_WORK_TAB (Results 1 – 2 of 2) sorted by relevance
43 public static final String KEY_SHOWED_PEEK_WORK_TAB = "showed_peek_work_tab"; field in PersonalWorkSlidingTabStrip133 if (mSharedPreferences.getBoolean(KEY_SHOWED_PEEK_WORK_TAB, false)) { in highlightWorkTabIfNecessary()140 mSharedPreferences.edit().putBoolean(KEY_SHOWED_PEEK_WORK_TAB, true).apply(); in highlightWorkTabIfNecessary()
219 PersonalWorkSlidingTabStrip.KEY_SHOWED_PEEK_WORK_TAB, false) in shouldShowForWorkProfile()