Searched refs:pList (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
D | BluetoothConfigTest.java | 100 final List<Integer> pList = mAdapter.getSupportedProfiles(); in profileEnabledValueInList() local 101 int wrong_config_in_list = checkIsProfileEnabledInList(BluetoothProfile.A2DP, pList) in profileEnabledValueInList() 102 + checkIsProfileEnabledInList(BluetoothProfile.A2DP_SINK, pList) in profileEnabledValueInList() 103 + checkIsProfileEnabledInList(BluetoothProfile.AVRCP_CONTROLLER, pList) in profileEnabledValueInList() 104 + checkIsProfileEnabledInList(BluetoothProfile.CSIP_SET_COORDINATOR, pList) in profileEnabledValueInList() 105 + checkIsProfileEnabledInList(BluetoothProfile.GATT, pList) in profileEnabledValueInList() 106 + checkIsProfileEnabledInList(BluetoothProfile.HAP_CLIENT, pList) in profileEnabledValueInList() 107 + checkIsProfileEnabledInList(BluetoothProfile.HEADSET, pList) in profileEnabledValueInList() 108 + checkIsProfileEnabledInList(BluetoothProfile.HEADSET_CLIENT, pList) in profileEnabledValueInList() 109 + checkIsProfileEnabledInList(BluetoothProfile.HEARING_AID, pList) in profileEnabledValueInList() [all …]
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-0053/src/android/security/cts/CVE_2024_0053/ |
D | TestPrintService.java | 80 ArrayList<PrinterInfo> pList = new ArrayList<PrinterInfo>(); in onStartPrinterDiscovery() local 81 pList.add(pInfo); in onStartPrinterDiscovery() 82 addPrinters(pList); in onStartPrinterDiscovery()
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | BaseNotificationManagerTest.java | 340 ArrayList<Person> pList = new ArrayList<>(); in sendNotification() local 341 pList.add(new Person.Builder().setUri(phoneNumber.toString()).build()); in sendNotification() 342 extras.putParcelableArrayList(Notification.EXTRA_PEOPLE_LIST, pList); in sendNotification()
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | DexParser.java | 338 private String toParametersString(List<String> pList) { in toParametersString() argument 339 return pList.stream() in toParametersString()
|