Searched refs:FLAG_GRANT_TRUST_INITIATED_BY_USER (Results 1 – 5 of 5) sorted by relevance
36 return (mFlags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0; in isInitiatedByUser()
111 public static final int FLAG_GRANT_TRUST_INITIATED_BY_USER = 1 << 0; field in TrustAgentService153 FLAG_GRANT_TRUST_INITIATED_BY_USER,441 grantTrust(message, durationMs, initiatedByUser ? FLAG_GRANT_TRUST_INITIATED_BY_USER : 0); in grantTrust()
201 if ((flags & TrustAgentService.FLAG_GRANT_TRUST_INITIATED_BY_USER) != 0) { in dumpGrantFlags()
1678 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()
13380 field public static final int FLAG_GRANT_TRUST_INITIATED_BY_USER = 1; // 0x1