/packages/apps/Car/Settings/src/com/android/car/settings/units/ |
D | CarUnitsManager.java | 120 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()
|
D | UnitsBasePreferenceController.java | 78 mUnitBeingUsed = UnitsMap.MAP.get(value.getValue());
|
D | UnitsMap.java | 94 public static final HashMap<Integer, Unit> MAP = createMap(); field in UnitsMap
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/storage/ |
D | Metadata.java | 88 case BluetoothProfile.MAP: in setProfilePriority() 123 case BluetoothProfile.MAP: in getProfilePriority()
|
D | DatabaseManager.java | 707 data.setProfilePriority(BluetoothProfile.MAP, mapPriority); in migrateSettingsGlobal()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapService.java | 148 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()
|
D | BluetoothMapObexServer.java | 83 public static final ParcelUuid MAP = field in BluetoothMapObexServer
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | EnterpriseDefaultApps.java | 40 MAP(new Intent[] {buildIntent(Intent.ACTION_VIEW, null, "geo:", null)}), enumConstant
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | EnterpriseDefaultApps.java | 40 MAP(new Intent[] {buildIntent(Intent.ACTION_VIEW, null, "geo:", null)}), enumConstant
|
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/ |
D | ShadowCarUnitsManager.java | 61 sUnitsBeingUsed.put(propertyId, UnitsMap.MAP.get(unitId)); in setUnitUsedByProperty()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
D | EnterpriseSetDefaultAppsPreferenceControllerTest.java | 94 setEnterpriseSetDefaultApps(EnterpriseDefaultApps.MAP.getIntents(), 4); in testUpdateState()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | Config.java | 80 (1 << BluetoothProfile.MAP)),
|
D | AdapterProperties.java | 156 sendConnectionStateChange(BluetoothProfile.MAP, intent);
|
/packages/services/Car/service/src/com/android/car/ |
D | Utils.java | 78 sProfileNames.put(BluetoothProfile.MAP, "MAP Server"); in sProfileNames.put() argument
|
/packages/apps/Settings/src/com/android/settings/enterprise/ |
D | EnterpriseSetDefaultAppsListPreferenceController.java | 187 case MAP: in getTitle()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/enterprise/ |
D | EnterpriseSetDefaultAppsListPreferenceController.java | 187 case MAP: in getTitle()
|