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()
2652 String resultValue = null; in getSubscriptionProperty() local2656 resultValue = iSub.getSubscriptionProperty(subId, propKey, in getSubscriptionProperty()2662 return resultValue; in getSubscriptionProperty()
3331 String resultValue = null; in getSubscriptionProperty() local3370 resultValue = cursor.getString(0); in getSubscriptionProperty()3384 if (DBG) logd("getSubscriptionProperty Query value = " + resultValue); in getSubscriptionProperty()3385 return resultValue; in getSubscriptionProperty()