Searched refs:FLAG_GRANT_TRUST_DISMISS_KEYGUARD (Results 1 – 7 of 7) sorted by relevance
49 return (mFlags & TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD) != 0; in dismissKeyguardRequested()
119 public static final int FLAG_GRANT_TRUST_DISMISS_KEYGUARD = 1 << 1; field in TrustAgentService154 FLAG_GRANT_TRUST_DISMISS_KEYGUARD,
205 if ((flags & TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD) != 0) { in dumpGrantFlags()
98 TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD), in onTrustGrantedRequestDismissKeyguard_noDismissAction()
1572 TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD /* flags */, in testOnTrustGrantedForCurrentUser_dismissKeyguardRequested_deviceInteractive()1579 eq(new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD)), in testOnTrustGrantedForCurrentUser_dismissKeyguardRequested_deviceInteractive()1597 TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD /* flags */, in testOnTrustGrantedForCurrentUser_dismissKeyguardRequested_doesNotDismiss()1604 eq(new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD)), in testOnTrustGrantedForCurrentUser_dismissKeyguardRequested_doesNotDismiss()1649 TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD in testOnTrustGranted_differentUser_noCallback()1657 eq(new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD in testOnTrustGranted_differentUser_noCallback()2146 TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD /* flags */, in onTrustChangedCallbacksCalledBeforeOnTrustGrantedForCurrentUserCallback()2157 eq(new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD)), in onTrustChangedCallbacksCalledBeforeOnTrustGrantedForCurrentUserCallback()
1013 new TrustGrantFlags(TrustAgentService.FLAG_GRANT_TRUST_DISMISS_KEYGUARD in onTrustChanged_hideAlternateBouncerAndClearMessageArea()
13378 field public static final int FLAG_GRANT_TRUST_DISMISS_KEYGUARD = 2; // 0x2