Home
last modified time | relevance | path

Searched refs:MAP (Results 1 – 18 of 18) 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.java101 case BluetoothProfile.MAP: in setProfileConnectionPolicy()
136 case BluetoothProfile.MAP: in getProfileConnectionPolicy()
DDatabaseManager.java887 data.setProfileConnectionPolicy(BluetoothProfile.MAP, mapConnectionPolicy); in migrateSettingsGlobal()
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java154 BluetoothUuid.MAP, BluetoothUuid.MNS,
615 if (!mDatabaseManager.setProfileConnectionPolicy(device, BluetoothProfile.MAP, in setConnectionPolicy()
641 .getProfileConnectionPolicy(device, BluetoothProfile.MAP); in getConnectionPolicy()
939 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/Bluetooth/
DAndroid.bp1 // MAP API module
/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.java81 (1 << BluetoothProfile.MAP)),
DAdapterProperties.java156 sendConnectionStateChange(BluetoothProfile.MAP, intent);
DAdapterService.java861 if (profile == BluetoothProfile.MAP) { in isSupported()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/
DEnterpriseSetDefaultAppsListPreferenceController.java187 case MAP: in getTitle()
/packages/apps/Settings/src/com/android/settings/enterprise/
DEnterpriseSetDefaultAppsListPreferenceController.java187 case MAP: in getTitle()
/packages/services/Car/service/src/com/android/car/
DUtils.java78 sProfileNames.put(BluetoothProfile.MAP, "MAP Server"); in sProfileNames.put() argument