Searched defs:FLAG_SECURE (Results 1 – 6 of 6) sorted by relevance
41 FLAG_SECURE = 32, // Secure codec is required. enumerator
60 public static final int FLAG_SECURE = 1 << 2; field in DisplayDeviceInfo
54 FLAG_SECURE = 0x00002000, enumerator
184 public static final int FLAG_SECURE = 1 << 1; field in Display
1427 public static final int FLAG_SECURE = 0x00002000; field in WindowManager.LayoutParams
343 public final static int FLAG_SECURE = 0x1 << 1; field in AudioAttributes