Home
last modified time | relevance | path

Searched refs:supportedProfiles (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/info/
DFiraProfileSupportInfo.java93 List<FiraProfile> supportedProfiles = new ArrayList<>(); in fromBytes() local
104 supportedProfiles.add(profile); in fromBytes()
113 return new FiraProfileSupportInfo(supportedProfiles.toArray(new FiraProfile[0])); in fromBytes()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfoTest.java149 DeviceProfile dp = idp.supportedProfiles.get(0); in initSpans_minResizeWidthWithCellSpacingAndWidgetInset_shouldInitializeMinSpans()
171 DeviceProfile dp = idp.supportedProfiles.get(0); in initSpans_minResizeWidthWithCellSpacingAndNoWidgetInset_shouldInitializeMinSpans()
261 idp.supportedProfiles = Collections.singletonList(profile); in createIDP()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/model/
DFolderIconLoadTest.kt192 LauncherAppState.getIDP(modelHelper.sandboxContext).supportedProfiles = in isDefaultIcon()
193 LauncherAppState.getIDP(modelHelper.sandboxContext).supportedProfiles.map { in isDefaultIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java257 public List<DeviceProfile> supportedProfiles = Collections.EMPTY_LIST; field in InvariantDeviceProfile
481 supportedProfiles = Collections.unmodifiableList(localSupportedProfiles); in initGrid()
483 int numMinShownHotseatIconsForTablet = supportedProfiles in initGrid()
490 supportedProfiles in initGrid()
875 DeviceProfile bestMatch = supportedProfiles.get(0); in getBestMatch()
878 for (DeviceProfile profile : supportedProfiles) { in getBestMatch()
DModelCallbacks.kt267 LauncherAppState.getIDP(launcher).supportedProfiles.any(DeviceProfile::isTwoPanels) && in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetSizes.java50 for (DeviceProfile profile : LauncherAppState.getIDP(context).supportedProfiles) { in getWidgetSizesDp()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfo.java113 for (DeviceProfile dp : idp.supportedProfiles) { in initSpans()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java158 .supportedProfiles.stream().anyMatch(dp -> dp.isTwoPanels); in onClickAppPairIcon()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWorkspaceItemProcessor.kt610 for (deviceProfile in idp.supportedProfiles) { in logWidgetInfo()
DLoaderTask.java605 List<FolderGridOrganizer> verifiers = mIDP.supportedProfiles in processFolderItems()
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAdapter.java2782 final ArrayList<Integer> supportedProfiles = new ArrayList<Integer>(); in getSupportedProfiles() local
2792 supportedProfiles.add(i); in getSupportedProfiles()
2798 supportedProfiles.add(BluetoothProfile.HEARING_AID); in getSupportedProfiles()
2806 return supportedProfiles; in getSupportedProfiles()