Searched refs:BIT_STRONG_ENCRYPTION (Results 1 – 1 of 1) sorted by relevance
58 private static final int BIT_STRONG_ENCRYPTION = (1 << 6) | (1 << 13); field in GPFlags164 if ((bits & BIT_STRONG_ENCRYPTION) != 0) { in from()