Home
last modified time | relevance | path

Searched refs:resultValue (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/widget/
DCursorFilter.java43 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument
44 return mClient.convertToString((Cursor) resultValue); in convertResultToString()
DFilter.java174 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument
175 return resultValue == null ? "" : resultValue.toString(); in convertResultToString()
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java202 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument
203 return makeDisplayString((Cursor) resultValue); in convertResultToString()
/frameworks/opt/chips/src/com/android/ex/chips/
DBaseRecipientAdapter.java339 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument
340 final RecipientEntry entry = (RecipientEntry)resultValue; in convertResultToString()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java2342 String resultValue = null; in getSubscriptionProperty() local
2346 resultValue = iSub.getSubscriptionProperty(subId, propKey, in getSubscriptionProperty()
2352 return resultValue; in getSubscriptionProperty()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java2955 String resultValue = null; in getSubscriptionProperty() local
2986 resultValue = cursor.getString(0); in getSubscriptionProperty()
3000 if (DBG) logd("getSubscriptionProperty Query value = " + resultValue); in getSubscriptionProperty()
3001 return resultValue; in getSubscriptionProperty()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...