Searched refs:resultValue (Results 1 – 6 of 6) 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()
202 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument203 return makeDisplayString((Cursor) resultValue); in convertResultToString()
339 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument340 final RecipientEntry entry = (RecipientEntry)resultValue; in convertResultToString()
2303 String resultValue = null; in getSubscriptionProperty() local2307 resultValue = iSub.getSubscriptionProperty(subId, propKey, in getSubscriptionProperty()2313 return resultValue; in getSubscriptionProperty()
2817 String resultValue = null; in getSubscriptionProperty() local2848 resultValue = cursor.getString(0); in getSubscriptionProperty()2862 if (DBG) logd("getSubscriptionProperty Query value = " + resultValue); in getSubscriptionProperty()2863 return resultValue; in getSubscriptionProperty()