Searched refs:isUserSetupCompleted (Results 1 – 3 of 3) sorted by relevance
26 import static com.android.internal.accessibility.util.AccessibilityUtils.isUserSetupCompleted;219 if (isUserSetupCompleted(this)) { in createMenuDialog()
241 public static boolean isUserSetupCompleted(Context context) { in isUserSetupCompleted() method in AccessibilityUtils
249 if (!isUserSetupCompleted(cr, mCurrentUser)) { in onUserChanged()253 if (isUserSetupCompleted(cr, mCurrentUser)) { in onUserChanged()271 private static boolean isUserSetupCompleted(ContentResolver cr, int userHandle) { in isUserSetupCompleted() method in ColorDisplayService