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.java167 boolean showConfirm = false; in doInBackground()
172 showConfirm |= !userManager.requestQuietModeEnabled(enabled, userProfile); in doInBackground()
174 return showConfirm; in doInBackground()
178 protected void onPostExecute(Boolean showConfirm) { in onPostExecute() argument
179 if (showConfirm) { in onPostExecute()