Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DWorkModeSwitch.java89 WorkModeSwitch workModeSwitch = switchWeakReference.get(); in onPreExecute() local
90 if (workModeSwitch != null) { in onPreExecute()
91 workModeSwitch.setEnabled(false); in onPreExecute()
97 WorkModeSwitch workModeSwitch = switchWeakReference.get(); in doInBackground() local
98 if (workModeSwitch == null) { in doInBackground()
102 UserManagerCompat.getInstance(workModeSwitch.getContext()); in doInBackground()
117 WorkModeSwitch workModeSwitch = switchWeakReference.get(); in onPostExecute() local
118 if (workModeSwitch != null) { in onPostExecute()
119 workModeSwitch.setEnabled(true); in onPostExecute()