Home
last modified time | relevance | path

Searched refs:FLAG_GRANT_TRUST_DISPLAY_MESSAGE (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DTrustGrantFlags.java59 return (mFlags & TrustAgentService.FLAG_GRANT_TRUST_DISPLAY_MESSAGE) != 0; in displayMessage()
/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java148 public static final int FLAG_GRANT_TRUST_DISPLAY_MESSAGE = 1 << 3; field in TrustAgentService
156 FLAG_GRANT_TRUST_DISPLAY_MESSAGE,
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java19 import static android.service.trust.TrustAgentService.FLAG_GRANT_TRUST_DISPLAY_MESSAGE;
159 mDisplayTrustGrantedMessage = (flags & FLAG_GRANT_TRUST_DISPLAY_MESSAGE) != 0;
/frameworks/base/core/api/
Dsystem-current.txt13379 field public static final int FLAG_GRANT_TRUST_DISPLAY_MESSAGE = 8; // 0x8