Home
last modified time | relevance | path

Searched refs:mIsPrimaryUser (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelecomAccountRegistry.java383 if (!mIsPrimaryUser) { in buildPstnPhoneAccount()
1067 mIsPrimaryUser = currentUser == null ? true : currentUser.isSystem();
1134 private boolean mIsPrimaryUser = true; field in TelecomAccountRegistry
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java253 private final boolean mIsPrimaryUser; field in KeyguardUpdateMonitor
2054 mIsPrimaryUser = mUserManager.isPrimaryUser(); in KeyguardUpdateMonitor()
2298 && mIsPrimaryUser in shouldListenForFingerprint()
2334 mIsPrimaryUser, in shouldListenForFingerprint()
2400 && strongAuthAllowsScanning && mIsPrimaryUser in shouldListenForFace()
2423 mIsPrimaryUser, in shouldListenForFace()