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
347 public final static int FLAG_SECURE = 0x1 << 1; field in AudioAttributes
213 public static final int FLAG_SECURE = 1 << 1; field in Display
1797 public static final int FLAG_SECURE = 0x00002000; field in WindowManager.LayoutParams