Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkModeSwitch.java104 boolean showConfirm = false; in doInBackground()
109 showConfirm |= !userManager.requestQuietModeEnabled(enabled, userProfile); in doInBackground()
111 return showConfirm; in doInBackground()
115 protected void onPostExecute(Boolean showConfirm) { in onPostExecute() argument
116 if (showConfirm) { in onPostExecute()