/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/ |
H A D | ConsumerTrap.java | 35 public A getValue() { method in class:ConsumerTrap
|
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
H A D | BackupSharedPreference.java | 28 Object getValue(); method in interface:BackupSharedPreference
|
H A D | SimpleBackupSharedPreference.java | 48 public Object getValue() { method in class:SimpleBackupSharedPreference
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/ |
H A D | ParameterInteger.java | 28 int getValue(); method in interface:ParameterInteger
|
H A D | BasicParameterInt.java | 92 public int getValue() { method in class:BasicParameterInt
|
H A D | ParameterColor.java | 84 public int getValue() { method in class:ParameterColor
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
H A D | RecordLocationPreference.java | 44 public String getValue() { method in class:RecordLocationPreference
|
H A D | ListPreference.java | 92 public String getValue() { method in class:ListPreference 133 return mEntries[findIndexOfValue(getValue())].toString(); 162 Log.v(TAG, "Preference key=" + getKey() + ". value=" + getValue());
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
H A D | Lerper.java | 43 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/org/apache/james/mime4j/field/ |
H A D | UnstructuredField.java | 39 public String getValue() { method in class:UnstructuredField
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ |
H A D | SplineMath.java | 77 public double getValue(double x) { method in class:SplineMath
|
/packages/apps/TV/common/src/com/android/tv/common/ |
H A D | BooleanSystemProperty.java | 81 * 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/services/Car/service/src/com/android/car/hal/ |
H A D | BidirectionalSparseIntArray.java | 57 int getValue(int key, int defaultValue) { method in class:BidirectionalSparseIntArray
|
/packages/apps/Camera2/src/com/android/camera/device/ |
H A D | CameraId.java | 68 public String getValue() { method in class:CameraId
|
/packages/apps/Camera2/src/com/android/camera/ui/motion/ |
H A D | DampedSpring.java | 60 public float getValue() { method in class:DampedSpring
|
/packages/apps/Dialer/java/com/android/dialer/util/ |
H A D | ExpirableCache.java | 167 return cachedValue == null ? null : cachedValue.getValue(); 181 return cachedValue == null || cachedValue.isExpired() ? null : cachedValue.getValue(); 227 V getValue(); method in interface:ExpirableCache.CachedValue 260 public V getValue() { method in class:ExpirableCache.GenerationalCachedValue
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
H A D | BasicEditor.java | 91 public int getValue() { method in class:BasicEditor 96 return rep.getValue();
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
H A D | BatteryCellParser.java | 31 protected int getValue(HistoryItem rec) { method in class:BatteryCellParser 54 int value = getValue(record);
|
/packages/apps/Settings/src/com/android/settings/search/ |
H A D | InlinePayload.java | 114 public int getValue(Context context) { method in class:InlinePayload
|
/packages/services/Car/car-lib/src/android/car/hardware/ |
H A D | CarPropertyValue.java | 119 public T getValue() { method in class:CarPropertyValue
|
/packages/services/Telephony/src/com/android/phone/settings/ |
H A D | VoicemailProviderListPreference.java | 156 public String getValue() { method in class:VoicemailProviderListPreference 157 final String providerKey = super.getValue();
|
/packages/apps/Camera2/src/com/android/camera/async/ |
H A D | ConcurrentBufferQueue.java | 71 public T getValue() { method in class:ConcurrentBufferQueue.Entry 137 mUnusedElementProcessor.process(entry.getValue()); 163 return nextEntry.getValue(); 191 return nextEntry.getValue(); 205 mUnusedElementProcessor.process(nextEntry.getValue());
|
/packages/apps/Car/Settings/src/com/android/car/settings/common/ |
H A D | EditTextLineItem.java | 66 public int getValue() { method in class:EditTextLineItem.TextType 102 mEditText.setInputType(mTextType.getValue());
|
/packages/apps/Dialer/java/com/android/dialer/common/ |
H A D | PerAccountSharedPreferences.java | 100 return getValue(key, defValue); 104 return getValue(key, defValue); 108 return getValue(key, defValue); 112 return getValue(key, defValue); 116 return getValue(key, defValue); 121 return getValue(key, null); 125 return getValue(key, defValue); 132 private <T> T getValue(String key, T defValue) { method in class:PerAccountSharedPreferences
|
/packages/apps/Settings/src/com/android/settings/ |
H A D | CustomListPreference.java | 98 .findIndexOfValue(getCustomizablePreference().getValue()); 149 private String getValue() { method in class:CustomListPreference.CustomListPreferenceDialogFragment 164 .getConfirmationMessage(getValue()); 192 final String value = getValue();
|