Searched refs:TRANSLATE_TOOL_TIP_SEEN (Results 1 – 1 of 1) sorted by relevance
85 public static final String TRANSLATE_TOOL_TIP_SEEN = "launcher.go_translate_tip_seen"; field in TaskOverlayFactoryGo402 if (!mSharedPreferences.getBoolean(TRANSLATE_TOOL_TIP_SEEN, false)) { in showTooltipsIfUnseen()404 mSharedPreferences.edit().putBoolean(TRANSLATE_TOOL_TIP_SEEN, true).apply(); in showTooltipsIfUnseen()