Home
last modified time | relevance | path

Searched refs:MAP (Results 1 – 16 of 16) sorted by relevance

/packages/apps/Car/Settings/src/com/android/car/settings/units/
DCarUnitsManager.java120 if (UnitsMap.MAP.get(unitId) != null) { in getUnitsSupportedByProperty()
121 Unit unit = UnitsMap.MAP.get(unitId); in getUnitsSupportedByProperty()
127 if (UnitsMap.MAP.get(unitId) != null) { in getUnitsSupportedByProperty()
128 Unit unit = UnitsMap.MAP.get(unitId); in getUnitsSupportedByProperty()
138 if (UnitsMap.MAP.get(unitId) != null) { in getUnitUsedByProperty()
139 return UnitsMap.MAP.get(unitId); in getUnitUsedByProperty()
DUnitsBasePreferenceController.java78 mUnitBeingUsed = UnitsMap.MAP.get(value.getValue());
DUnitsMap.java94 public static final HashMap<Integer, Unit> MAP = createMap(); field in UnitsMap
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/
DMetadata.java88 case BluetoothProfile.MAP: in setProfilePriority()
123 case BluetoothProfile.MAP: in getProfilePriority()
DDatabaseManager.java707 data.setProfilePriority(BluetoothProfile.MAP, mapPriority); in migrateSettingsGlobal()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java148 BluetoothUuid.MAP, BluetoothUuid.MNS,
581 .setProfilePriority(device, BluetoothProfile.MAP, priority); in setPriority()
587 .getProfilePriority(device, BluetoothProfile.MAP); in getPriority()
880 MetricsLogger.logProfileConnectionEvent(BluetoothMetricsProto.ProfileId.MAP); in onConnect()
DBluetoothMapObexServer.java83 public static final ParcelUuid MAP = field in BluetoothMapObexServer
/packages/apps/Settings/src/com/android/settings/applications/
DEnterpriseDefaultApps.java40 MAP(new Intent[] {buildIntent(Intent.ACTION_VIEW, null, "geo:", null)}), enumConstant
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DEnterpriseDefaultApps.java40 MAP(new Intent[] {buildIntent(Intent.ACTION_VIEW, null, "geo:", null)}), enumConstant
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowCarUnitsManager.java61 sUnitsBeingUsed.put(propertyId, UnitsMap.MAP.get(unitId)); in setUnitUsedByProperty()
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
DEnterpriseSetDefaultAppsPreferenceControllerTest.java94 setEnterpriseSetDefaultApps(EnterpriseDefaultApps.MAP.getIntents(), 4); in testUpdateState()
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DConfig.java80 (1 << BluetoothProfile.MAP)),
DAdapterProperties.java156 sendConnectionStateChange(BluetoothProfile.MAP, intent);
/packages/services/Car/service/src/com/android/car/
DUtils.java78 sProfileNames.put(BluetoothProfile.MAP, "MAP Server"); in sProfileNames.put() argument
/packages/apps/Settings/src/com/android/settings/enterprise/
DEnterpriseSetDefaultAppsListPreferenceController.java187 case MAP: in getTitle()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/
DEnterpriseSetDefaultAppsListPreferenceController.java187 case MAP: in getTitle()