Searched refs:resultValue (Results 1 – 4 of 4) sorted by relevance
43 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument44 return mClient.convertToString((Cursor) resultValue); in convertResultToString()
174 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument175 return resultValue == null ? "" : resultValue.toString(); in convertResultToString()
2635 String resultValue = null; in getStringSubscriptionProperty() local2639 resultValue = iSub.getSubscriptionProperty(subscriptionId, columnName, in getStringSubscriptionProperty()2645 return TextUtils.emptyIfNull(resultValue); in getStringSubscriptionProperty()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...