Home
last modified time | relevance | path

Searched defs:supportedProfiles (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/info/
DFiraProfileSupportInfo.java93 List<FiraProfile> supportedProfiles = new ArrayList<>(); in fromBytes() local
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/fastpair/
DFastPairDualConnection.java1037 short[] supportedProfiles = getCachedUuids(device); in pair() local
1201 short[] supportedProfiles = getSupportedProfiles(device); in attemptDirectConnectionIfBonded() local
1830 short[] supportedProfiles = getCachedUuids(device); in getSupportedProfiles() local
1893 short[] supportedProfiles = null; in attemptGetBluetoothClassicProfiles() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfoTest.java271 List<DeviceProfile> supportedProfiles = new ArrayList<>(idp.supportedProfiles); in createIDP() local
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java204 public List<DeviceProfile> supportedProfiles = Collections.EMPTY_LIST; field in InvariantDeviceProfile
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java1075 final ArrayList<Integer> supportedProfiles = new ArrayList<Integer>(); in synchronousGetSupportedProfiles() local
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2965 final ArrayList<Integer> supportedProfiles = new ArrayList<Integer>(); in getSupportedProfiles() local