Searched refs:strongAuthFlags (Results 1 – 3 of 3) sorted by relevance
1999 protected void handleStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,2002 if (strongAuthFlags != oldValue) {2003 if (strongAuthFlags == mDefaultStrongAuthFlags) {2006 mStrongAuthRequiredForUser.put(userId, strongAuthFlags);2015 public void onStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,2018 strongAuthFlags, userId).sendToTarget();
2687 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local2697 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()2702 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local2710 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()
275 protected void handleStrongAuthRequiredChanged(int strongAuthFlags, int userId) { in handleStrongAuthRequiredChanged() argument277 super.handleStrongAuthRequiredChanged(strongAuthFlags, userId); in handleStrongAuthRequiredChanged()