Searched refs:FLAG_GRANT_TRUST_DISPLAY_MESSAGE (Results 1 – 4 of 4) sorted by relevance
59 return (mFlags & TrustAgentService.FLAG_GRANT_TRUST_DISPLAY_MESSAGE) != 0; in displayMessage()
148 public static final int FLAG_GRANT_TRUST_DISPLAY_MESSAGE = 1 << 3; field in TrustAgentService156 FLAG_GRANT_TRUST_DISPLAY_MESSAGE,
19 import static android.service.trust.TrustAgentService.FLAG_GRANT_TRUST_DISPLAY_MESSAGE;159 mDisplayTrustGrantedMessage = (flags & FLAG_GRANT_TRUST_DISPLAY_MESSAGE) != 0;
13379 field public static final int FLAG_GRANT_TRUST_DISPLAY_MESSAGE = 8; // 0x8