Searched defs:FLAG_SECURE (Results 1 – 5 of 5) sorted by relevance
41 FLAG_SECURE = 32, // Secure codec is required. enumerator
64 public static final int FLAG_SECURE = 1 << 2; field in DisplayDeviceInfo
375 public final static int FLAG_SECURE = 0x1 << 1; field in AudioAttributes
214 public static final int FLAG_SECURE = 1 << 1; field in Display
2252 public static final int FLAG_SECURE = 0x00002000; field in WindowManager.LayoutParams