Searched refs:resultValue (Results 1 – 9 of 9) sorted by relevance
72 public Object resultValue = null; field in CameraUtilsDecoratorTest.DummyListener84 resultValue = result; in onAfterInvocation()113 int resultValue = (Integer)mDummyListener.resultValue; in testDecorator() local114 assertTrue(resultValue == 6); in testDecorator()
43 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument44 return mClient.convertToString((Cursor) resultValue); in convertResultToString()
172 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument173 return resultValue == null ? "" : resultValue.toString(); in convertResultToString()
44 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument45 return mClient.convertToString((Cursor) resultValue); in convertResultToString()
1241 String resultValue = null; in getSubscriptionProperty() local1245 resultValue = iSub.getSubscriptionProperty(subId, propKey, in getSubscriptionProperty()1251 return resultValue; in getSubscriptionProperty()
202 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument203 return makeDisplayString((Cursor) resultValue); in convertResultToString()
1746 String resultValue = null; in getSubscriptionProperty() local1769 resultValue = cursor.getInt(0) + ""; in getSubscriptionProperty()1786 if (DBG) logd("getSubscriptionProperty Query value = " + resultValue); in getSubscriptionProperty()1787 return resultValue; in getSubscriptionProperty()
302 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument303 final RecipientEntry entry = (RecipientEntry)resultValue; in convertResultToString()
683 Intent resultValue = new Intent();684 resultValue.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, mAppWidgetId);685 setResult(RESULT_OK, resultValue);