Searched refs:strongAuthFlags (Results 1 – 3 of 3) sorted by relevance
1630 protected void handleStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,1633 if (strongAuthFlags != oldValue) {1634 if (strongAuthFlags == mDefaultStrongAuthFlags) {1637 mStrongAuthRequiredForUser.put(userId, strongAuthFlags);1646 public void onStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,1649 strongAuthFlags, userId).sendToTarget();
1817 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local1825 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()
207 protected void handleStrongAuthRequiredChanged(int strongAuthFlags, int userId) { in handleStrongAuthRequiredChanged() argument209 super.handleStrongAuthRequiredChanged(strongAuthFlags, userId); in handleStrongAuthRequiredChanged()