Searched defs:getValue (Results 1 - 25 of 56) sorted by last modified time

123

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipEditor.java134 String getValue() { method in class:SipEditor.PreferenceKey
138 return ((ListPreference) preference).getValue();
140 throw new RuntimeException("getValue() for the preference " + this);
145 String oldValue = getValue();
150 getValue());
365 port = Integer.parseInt(PreferenceKey.Port.getValue());
424 return PreferenceKey.Username.getValue() + "@"
425 + PreferenceKey.DomainAddress.getValue();
430 PreferenceKey.Username.getValue(),
431 PreferenceKey.DomainAddress.getValue())
[all...]
/packages/services/Telephony/src/com/android/phone/settings/
H A DVoicemailProviderListPreference.java156 public String getValue() { method in class:VoicemailProviderListPreference
157 final String providerKey = super.getValue();
/packages/services/Telephony/src/com/android/phone/vvm/
H A DVisualVoicemailPreferences.java97 return getValue(key, defValue);
102 return getValue(key, defValue);
106 return getValue(key, defValue);
111 return getValue(key, defValue);
115 return getValue(key, defValue);
120 return getValue(key, null);
125 return getValue(key, defValue);
132 private <T> T getValue(String key, T defValue) { method in class:VisualVoicemailPreferences
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/services/Telecomm/src/com/android/server/telecom/
H A DCallIdMapper.java51 V value = getValue(key);
66 public V getValue(K key) { method in class:CallIdMapper.BiMap
132 return mCalls.getValue(callId);
/packages/services/Car/car-lib/src/android/car/hardware/
H A DCarPropertyValue.java119 public T getValue() { method in class:CarPropertyValue
/packages/services/Car/service/src/com/android/car/hal/
H A DBidirectionalSparseIntArray.java57 int getValue(int key, int defaultValue) { method in class:BidirectionalSparseIntArray
H A DHalClient.java107 VehiclePropValue getValue(VehiclePropValue requestedPropValue) throws PropertyTimeoutException { method in class:HalClient
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dtrie_map.h249 AK_FORCE_INLINE uint32_t getValue() const { function in struct:latinime::TrieMap::Entry
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlDocument.java808 public String getValue() { method in class:HtmlDocument.TagAttribute
1252 attrs.add("[" + a.getName() + " : " + a.getValue() + "]");
H A DHtmlParser.java581 public String getValue() { method in class:HtmlParser.AttributeScanner
973 String value = scanner.getValue();
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/
H A DUnstructuredField.java39 public String getValue() { method in class:UnstructuredField
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
H A DPinDialogFragment.java306 result += pnp.getValue();
431 context.getResources().getValue(
434 context.getResources().getValue(
542 int getValue() { method in class:PinDialogFragment.PinNumberPicker
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DLerper.java43 public int getValue(int currentValue, int targetValue) { method in class:Lerper
72 public float getValue(float currentValue, float targetValue) { method in class:Lerper
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DBackupSharedPreference.java28 Object getValue(); method in interface:BackupSharedPreference
H A DSimpleBackupSharedPreference.java48 public Object getValue() { method in class:SimpleBackupSharedPreference
/packages/apps/TV/common/src/com/android/tv/common/
H A DBooleanSystemProperty.java81 * Clears the cached value. The next call to getValue will check {@code
94 public boolean getValue() { method in class:BooleanSystemProperty
104 return "SystemProperty[" + mKey + "]=" + getValue();
/packages/apps/TV/src/com/android/tv/dialog/
H A DPinDialogFragment.java373 result += pnp.getValue();
547 context.getResources().getValue(
550 context.getResources().getValue(
646 int getValue() { method in class:PinDialogFragment.PinNumberPicker
/packages/apps/Settings/src/com/android/settings/
H A DCustomListPreference.java98 .findIndexOfValue(getCustomizablePreference().getValue());
149 private String getValue() { method in class:CustomListPreference.CustomListPreferenceDialogFragment
164 .getConfirmationMessage(getValue());
192 final String value = getValue();
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DListDialogPreference.java219 public int getValue() { method in class:ListDialogPreference
242 myState.value = getValue();
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryCellParser.java31 protected int getValue(HistoryItem rec) { method in class:BatteryCellParser
54 int value = getValue(record);
/packages/apps/Settings/src/com/android/settings/search/
H A DInlinePayload.java114 public int getValue(Context context) { method in class:InlinePayload
/packages/apps/Settings/src/com/android/settings/widget/
H A DChartSweepView.java359 public long getValue() { method in class:ChartSweepView
554 return mAxis.shouldAdjustAxis(getValue());
576 return dynamic != null && dynamic.isEnabled() ? dynamic.getValue() : Long.MIN_VALUE;
581 return dynamic != null && dynamic.isEnabled() ? dynamic.getValue() : Long.MAX_VALUE;
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DConsumerTrap.java35 public A getValue() { method in class:ConsumerTrap
/packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
H A DphNxpConfig.cpp73 bool getValue (const char* name, char* pValue, size_t len) const;
74 bool getValue (const char* name, unsigned long& rValue) const;
75 bool getValue (const char* name, unsigned short & rValue) const;
76 bool getValue (const char* name, char* pValue, long len, long* readlen) const;
483 ** Function: CNxpNfcConfig::getValue()
491 bool CNxpNfcConfig::getValue (const char* name, char* pValue, size_t len) const function in class:CNxpNfcConfig
506 bool CNxpNfcConfig::getValue (const char* name, char* pValue, long len,long* readlen) const function in class:CNxpNfcConfig
532 ** Function: CNxpNfcConfig::getValue()
540 bool CNxpNfcConfig::getValue (const char* name, unsigned long& rValue) const function in class:CNxpNfcConfig
556 ** Function: CNxpNfcConfig::getValue()
564 bool CNxpNfcConfig::getValue (const char* name, unsigned short& rValue) const function in class:CNxpNfcConfig
[all...]

Completed in 3410 milliseconds

123