Searched refs:effectiveUserId (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DCredentialCheckResultTracker.java54 public void setResult(boolean matched, Intent intent, int timeoutMs, int effectiveUserId) { argument
58 mResultEffectiveUserId = effectiveUserId;
78 int effectiveUserId, boolean newResult);
77 onCredentialChecked(boolean matched, Intent intent, int timeoutMs, int effectiveUserId, boolean newResult) argument
H A DConfirmLockPassword.java437 int effectiveUserId, boolean newResult) {
449 effectiveUserId, timeoutMs);
462 int effectiveUserId, boolean newResult) {
463 onPasswordChecked(matched, intent, timeoutMs, effectiveUserId, newResult);
436 onPasswordChecked(boolean matched, Intent intent, int timeoutMs, int effectiveUserId, boolean newResult) argument
461 onCredentialChecked(boolean matched, Intent intent, int timeoutMs, int effectiveUserId, boolean newResult) argument
H A DChooseLockSettingsHelper.java203 final int effectiveUserId = UserManager.get(mActivity).getCredentialOwnerProfile(userId);
206 switch (mLockPatternUtils.getKeyguardStoredPasswordQuality(effectiveUserId)) {
H A DConfirmLockPattern.java494 int effectiveUserId, boolean newResult) {
506 effectiveUserId, timeoutMs);
520 int effectiveUserId, boolean newResult) {
521 onPatternChecked(matched, intent, timeoutMs, effectiveUserId, newResult);
493 onPatternChecked(boolean matched, Intent intent, int timeoutMs, int effectiveUserId, boolean newResult) argument
519 onCredentialChecked(boolean matched, Intent intent, int timeoutMs, int effectiveUserId, boolean newResult) argument

Completed in 463 milliseconds