/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/ |
D | ConfigurationManager.java | 83 public int getConfigId() { in sConfigs.put() 119 public int getConfigId() { in sConfigs.put() 155 public int getConfigId() { in sConfigs.put() 191 public int getConfigId() { in sConfigs.put() 227 public int getConfigId() { in sConfigs.put() 262 public int getConfigId() { in sConfigs.put() 298 public int getConfigId() { in sConfigs.put() 334 public int getConfigId() { in sConfigs.put() 370 public int getConfigId() { in sConfigs.put() 406 public int getConfigId() { in sConfigs.put() [all …]
|
D | UwbConfiguration.java | 26 int getConfigId(); in getConfigId() method
|
/packages/modules/StatsD/statsd/tools/localtools/src/com/android/statsd/shelltools/localdrive/ |
D | LocalDrive.java | 187 configId = getConfigId(argCount < 1, args, idx + 2); in updateConfig() 258 configId = getConfigId(argCount < 1, args, idx + 1); in cmdGetData() 307 configId = getConfigId(false, args, idx + 1); in cmdClear() 330 configId = getConfigId(false, args, idx + 1); in cmdRemove() 367 private static long getConfigId(boolean justUseDefault, String[] args, int idx) in getConfigId() method in LocalDrive
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/ |
D | AudioConfigurationInformationTabs.java | 50 mConfigIdToFragments.put(info.getConfigId(), fragment); in AudioConfigurationInformationTabs() 62 ZoneConfigInfoFragment fragment = mConfigIdToFragments.get(info.getConfigId()); in updateConfigs()
|
D | ZoneConfigSelectionController.java | 238 c -> c.getConfigId() == zoneConfigInfo.getConfigId()).findFirst().orElse( in getUpdatedConfigInfo() 278 return mZoneConfigInfo.getName() + ", Id: " + mZoneConfigInfo.getConfigId(); in toString()
|
D | AudioUtils.java | 44 .filter(c -> c.getZoneId() == zoneId && c.getConfigId() == configId) in getCarAudioZoneConfigInfoOrNull()
|
D | ZoneConfigInfoFragment.java | 68 configView.setText(context.getString(generic_name_and_id, "Config id", info.getConfigId())); in onCreateView()
|
D | AudioConfigurationTestFragment.java | 200 configId = info.getConfigId(); in setAutoConnectConfiguration()
|
/packages/modules/StatsD/service/java/com/android/server/stats/ |
D | StatsManagerService.java | 99 public long getConfigId() { in getConfigId() method in StatsManagerService.ConfigKey 112 return this.mUid == other.getUid() && this.mConfigId == other.getConfigId(); in equals() 131 public long getConfigId() { in getConfigId() method in StatsManagerService.ConfigKeyWithPackage 145 && this.mConfigId == other.getConfigId(); in equals() 788 statsd.setDataFetchOperation(key.getConfigId(), entry.getValue(), key.getUid()); in registerAllDataFetchOperations() 823 statsd.setBroadcastSubscriber(configKey.getConfigId(), subscriberEntry.getKey(), in registerAllBroadcastSubscribers() 847 statsd.setRestrictedMetricsChangedOperation(configKey.getConfigId(), in registerAllRestrictedMetricsChangedOperations()
|
/packages/services/Car/tests/carservice_unit_test/src/android/car/media/ |
D | CarAudioZoneConfigInfoUnitTest.java | 107 public void getConfigId() { in getConfigId() method in CarAudioZoneConfigInfoUnitTest 109 .that(TEST_ZONE_CONFIG_INFO.getConfigId()).isEqualTo(TEST_CONFIG_ID); in getConfigId()
|
/packages/services/Car/service/src/com/android/car/audio/ |
D | CarAudioZone.java | 213 if (mCurrentConfigId == configInfoSwitchedTo.getConfigId()) { in setCurrentCarZoneConfig() 218 mCurrentConfigId = configInfoSwitchedTo.getConfigId(); in setCurrentCarZoneConfig()
|
D | CarAudioService.java | 3135 if (infos.get(c).getConfigId() != zoneConfig.getConfigId()) { 3152 throw new IllegalStateException("Car audio zone config " + zoneConfig.getConfigId() 3157 throw new IllegalStateException("Car audio zone config " + zoneConfig.getConfigId() 3188 log.traceBegin("switch-config-" + zoneConfig.getConfigId()); 3234 log.traceBegin("switch-config-set-" + zoneConfig.getConfigId()); 3244 Slogf.e(TAG, "Failed to switch configuration id " + zoneConfig.getConfigId()); 3254 log.traceBegin("switch-config-focus" + zoneConfig.getConfigId());
|
/packages/services/Car/car-lib/src/android/car/media/ |
D | CarAudioZoneConfigInfo.java | 153 public int getConfigId() { in getConfigId() method in CarAudioZoneConfigInfo
|
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/audio/ |
D | CarAudioServiceUnitTest.java | 5676 .getConfigId(); in handleActivationVolumeWithAudioAttributes_withMultipleAudioAttributes() 5726 .getConfigId(); in handleActivationVolumeWithAudioAttributes_withNonCurrentZoneConfig()
|
/packages/services/Car/car-lib-module/api/ |
D | system-current.txt | 1739 method public int getConfigId();
|
/packages/services/Car/car-lib/api/ |
D | system-current.txt | 1739 method public int getConfigId();
|
D | test-current.txt | 1814 method public int getConfigId();
|
D | system-lint-baseline.txt | 3356 UnflaggedApi: android.car.media.CarAudioZoneConfigInfo#getConfigId(): 3357 …API must be flagged with @FlaggedApi: method android.car.media.CarAudioZoneConfigInfo.getConfigId()
|