Home
last modified time | relevance | path

Searched refs:NIU_ACTIONS_CONFIRMED (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DTaskOverlayFactoryGo.java78 public static final String NIU_ACTIONS_CONFIRMED = "launcher_go.niu_actions_confirmed"; field in TaskOverlayFactoryGo
209 if (!mSharedPreferences.getBoolean(NIU_ACTIONS_CONFIRMED, false)) { in sendNIUIntent()
366 mSharedPreferences.edit().putBoolean(NIU_ACTIONS_CONFIRMED, true).apply(); in onNiuActionsConfirmationAccept()