Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DCursorFilter.java43 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument
44 return mClient.convertToString((Cursor) resultValue); in convertResultToString()
H A DFilter.java174 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument
175 return resultValue == null ? "" : resultValue.toString(); in convertResultToString()
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java2635 String resultValue = null; in getStringSubscriptionProperty() local
2639 resultValue = iSub.getSubscriptionProperty(subscriptionId, columnName, in getStringSubscriptionProperty()
2645 return TextUtils.emptyIfNull(resultValue); in getStringSubscriptionProperty()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...