Home
last modified time | relevance | path

Searched defs:supportedProfiles (Results 1 – 5 of 5) 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/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfoTest.java271 List<DeviceProfile> supportedProfiles = new ArrayList<>(idp.supportedProfiles); in createIDP() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DAudioRoutingManager.java753 public Set<Integer> supportedProfiles; field in AudioRoutingDevice
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java218 public List<DeviceProfile> supportedProfiles = Collections.EMPTY_LIST; field in InvariantDeviceProfile
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2848 final ArrayList<Integer> supportedProfiles = new ArrayList<Integer>(); in getSupportedProfiles() local