Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/testutils/com/android/settingslib/testutils/shadow/
H A DShadowBluetoothAdapter.java58 public void setSupportedProfiles(List<Integer> supportedProfiles) { in setSupportedProfiles()
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/widget/
H A DLauncherAppWidgetProviderInfoTest.java270 List<DeviceProfile> supportedProfiles = new ArrayList<>(idp.supportedProfiles); in createIDP() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DInvariantDeviceProfile.java161 public List<DeviceProfile> supportedProfiles = Collections.EMPTY_LIST; field in InvariantDeviceProfile
/aosp12/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java2515 final ArrayList<Integer> supportedProfiles = new ArrayList<Integer>(); in getSupportedProfiles() local