Searched refs:strongAuthFlags (Results 1 – 3 of 3) sorted by relevance
1592 protected void handleStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags, in handleStrongAuthRequiredChanged() argument1595 if (strongAuthFlags != oldValue) { in handleStrongAuthRequiredChanged()1596 if (strongAuthFlags == mDefaultStrongAuthFlags) { in handleStrongAuthRequiredChanged()1599 mStrongAuthRequiredForUser.put(userId, strongAuthFlags); in handleStrongAuthRequiredChanged()1620 public void onStrongAuthRequiredChanged(@StrongAuthFlags int strongAuthFlags,1623 strongAuthFlags, userId).sendToTarget();
3430 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local3443 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()3458 final int strongAuthFlags = mStrongAuthTracker.getStrongAuthForUser(userId); in dump() local3471 pw.println(" strongAuthFlags=" + Integer.toHexString(strongAuthFlags)); in dump()
310 protected void handleStrongAuthRequiredChanged(int strongAuthFlags, int userId) { in handleStrongAuthRequiredChanged() argument312 super.handleStrongAuthRequiredChanged(strongAuthFlags, userId); in handleStrongAuthRequiredChanged()