Searched refs:PROTECTION_FLAG_OEM (Results 1 – 4 of 4) sorted by relevance
177 public static final int PROTECTION_FLAG_OEM = 0x4000; field in PermissionInfo326 PROTECTION_FLAG_OEM,579 if ((level & PermissionInfo.PROTECTION_FLAG_OEM) != 0) { in protectionToString()
96 get() = protectionFlags.hasBits(PermissionInfo.PROTECTION_FLAG_OEM) in <lambda>()
275 return (mPermissionInfo.protectionLevel & PermissionInfo.PROTECTION_FLAG_OEM) != 0; in isOem()
4416 field public static final int PROTECTION_FLAG_OEM = 16384; // 0x4000