Home
last modified time | relevance | path

Searched refs:PERMISSION_LIST (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/system/blueberry/tests/pbap/
Dbluetooth_pbap_test.py31 PERMISSION_LIST = [ variable
61 required_permissions = PERMISSION_LIST
/packages/modules/Connectivity/service/src/com/android/server/
DBpfNetMaps.java134 private static final List<Pair<Integer, String>> PERMISSION_LIST = Arrays.asList( field in BpfNetMaps
984 for (Pair<Integer, String> permission: PERMISSION_LIST) { in permissionToString()