Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DTrustGrantFlags.java53 public boolean temporaryAndRenewable() { in temporaryAndRenewable() method in TrustGrantFlags
89 if (temporaryAndRenewable()) { in toString()
H A DKeyguardUpdateMonitor.java632 && (mDeviceInteractive || flags.temporaryAndRenewable()) in shouldDismissKeyguardOnTrustGrantedWithCurrentUser()