Home
last modified time | relevance | path

Searched refs:FLAG_PROTECTED (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Bluetooth/lib/mapapi/com/android/bluetooth/mapapi/
H A DBluetoothMapContract.java627 String FLAG_PROTECTED = "flag_protected"; field
1091 MessageColumns.FLAG_PROTECTED,
1112 MessageColumns.FLAG_PROTECTED,
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerSource.h42 FLAG_PROTECTED = 64, // The screen needs to be protected (screenshot is disabled). enumerator
H A DNuPlayer.cpp1957 if (mSourceFlags & Source::FLAG_PROTECTED) { in instantiateDecoder()
2591 (flags & Source::FLAG_PROTECTED) != 0); in onSourceNotify()
H A DGenericSource.cpp1640 (mIsSecure ? FLAG_PROTECTED : 0) | in prepareDrm()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java342 c.getColumnIndex(BluetoothMapContract.MessageColumns.FLAG_PROTECTED); in setMessageColumns()