Home
last modified time | relevance | path

Searched refs:configValue (Results 1 – 9 of 9) sorted by relevance

/packages/services/Telephony/testapps/ImsTestService/src/com/android/phone/testapps/imstestapp/
DImsConfigActivity.java54 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView()
117 String configValue = mConfigValueText.getText().toString(); in onSetConfigClicked() local
119 Integer.parseInt(configValue)); in onSetConfigClicked()
DImsCallingActivity.java92 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView()
DImsRegistrationActivity.java97 TextView textValue = (TextView) convertView.findViewById(R.id.configValue); in getView()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DStringUtils.java89 final String[] configValue = res.getStringArray(resId); in getStringArrayConfig() local
90 return Arrays.asList(configValue); in getStringArrayConfig()
/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgSelector.java741 String configValue = IwlanCarrierConfig.getConfigString(mContext, mSlotId, key); in getDomainNames() local
742 if (configValue == null || configValue.isEmpty()) { in getDomainNames()
746 return configValue.split(","); in getDomainNames()
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2776 String[] configValue = res.getStringArray(configResId); in getProbeUrlArrayConfig() local
2778 if (configValue.length == 0) { in getProbeUrlArrayConfig()
2783 configValue = defaultConfig; in getProbeUrlArrayConfig()
2786 return convertStrings(configValue, resourceConverter, Arrays.copyOf(providerValue, 0)); in getProbeUrlArrayConfig()
/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java3979 private int convertMemorySuspendConfigToValue(String configValue) { in convertMemorySuspendConfigToValue() argument
3980 return switch (configValue) { in convertMemorySuspendConfigToValue()
/packages/modules/Connectivity/service/src/com/android/server/
DConnectivityService.java6386 final Boolean configValue = BinderUtils.withCleanCallingIdentity(
6388 if (null == configValue) {
6390 } else if (configValue) {
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java8562 String configValue = DeviceConfig.getProperty(DeviceConfig.NAMESPACE_TELEPHONY, in factoryReset() local
8564 if (configValue != null && Boolean.parseBoolean(configValue)) { in factoryReset()