Home
last modified time | relevance | path

Searched refs:FLAG_GRANT_TRUST_INITIATED_BY_USER (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DTrustGrantFlags.java36 return (mFlags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0; in isInitiatedByUser()
/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java111 public static final int FLAG_GRANT_TRUST_INITIATED_BY_USER = 1 << 0; field in TrustAgentService
153 FLAG_GRANT_TRUST_INITIATED_BY_USER,
441 grantTrust(message, durationMs, initiatedByUser ? FLAG_GRANT_TRUST_INITIATED_BY_USER : 0); in grantTrust()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustArchive.java201 if ((flags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0) { in dumpGrantFlags()
/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
DKeyguardUpdateMonitorTest.java1678 TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER /* flags */, in testOnTrustGrantedForCurrentUser_bouncerShowing_initiatedByUser()
1685 eq(new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER)), in testOnTrustGrantedForCurrentUser_bouncerShowing_initiatedByUser()
1704 TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER in testOnTrustGrantedForCurrentUser_bouncerShowing_temporaryRenewable()
1712 eq(new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER in testOnTrustGrantedForCurrentUser_bouncerShowing_temporaryRenewable()
/frameworks/base/core/api/
Dsystem-current.txt13380 field public static final int FLAG_GRANT_TRUST_INITIATED_BY_USER = 1; // 0x1