Searched refs:strongAuthFlags (Results 1 – 3 of 3) sorted by relevance
1737 protected void handleStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags, in handleStrongAuthRequiredChanged() argument1740 if (strongAuthFlags != oldValue) { in handleStrongAuthRequiredChanged()1741 if (strongAuthFlags == mDefaultStrongAuthFlags) { in handleStrongAuthRequiredChanged()1744 mStrongAuthRequiredForUser.put(userId, strongAuthFlags); in handleStrongAuthRequiredChanged()1765 public void onStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,1768 strongAuthFlags, userId).sendToTarget();
2965 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local2978 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()2983 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local2994 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()
301 protected void handleStrongAuthRequiredChanged(int strongAuthFlags, int userId) { in handleStrongAuthRequiredChanged() argument303 super.handleStrongAuthRequiredChanged(strongAuthFlags, userId); in handleStrongAuthRequiredChanged()