Searched refs:resultValue (Results 1 – 7 of 7) 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()
2342 String resultValue = null; in getSubscriptionProperty() local2346 resultValue = iSub.getSubscriptionProperty(subId, propKey, in getSubscriptionProperty()2352 return resultValue; in getSubscriptionProperty()
2955 String resultValue = null; in getSubscriptionProperty() local2986 resultValue = cursor.getString(0); in getSubscriptionProperty()3000 if (DBG) logd("getSubscriptionProperty Query value = " + resultValue); in getSubscriptionProperty()3001 return resultValue; in getSubscriptionProperty()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...