Home
last modified time | relevance | path

Searched refs:resultValue (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DCameraUtilsDecoratorTest.java72 public Object resultValue = null; field in CameraUtilsDecoratorTest.DummyListener
84 resultValue = result; in onAfterInvocation()
113 int resultValue = (Integer)mDummyListener.resultValue; in testDecorator() local
114 assertTrue(resultValue == 6); in testDecorator()
/frameworks/base/core/java/android/widget/
DCursorFilter.java43 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument
44 return mClient.convertToString((Cursor) resultValue); in convertResultToString()
DFilter.java172 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument
173 return resultValue == null ? "" : resultValue.toString(); in convertResultToString()
/frameworks/support/v4/java/android/support/v4/widget/
DCursorFilter.java44 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument
45 return mClient.convertToString((Cursor) resultValue); in convertResultToString()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java1241 String resultValue = null; in getSubscriptionProperty() local
1245 resultValue = iSub.getSubscriptionProperty(subId, propKey, in getSubscriptionProperty()
1251 return resultValue; in getSubscriptionProperty()
/frameworks/ex/common/java/com/android/common/contacts/
DBaseEmailAddressAdapter.java202 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument
203 return makeDisplayString((Cursor) resultValue); in convertResultToString()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java1746 String resultValue = null; in getSubscriptionProperty() local
1769 resultValue = cursor.getInt(0) + ""; in getSubscriptionProperty()
1786 if (DBG) logd("getSubscriptionProperty Query value = " + resultValue); in getSubscriptionProperty()
1787 return resultValue; in getSubscriptionProperty()
/frameworks/opt/chips/src/com/android/ex/chips/
DBaseRecipientAdapter.java302 public CharSequence convertResultToString(Object resultValue) { in convertResultToString() argument
303 final RecipientEntry entry = (RecipientEntry)resultValue; in convertResultToString()
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd683 Intent resultValue = new Intent();
684 resultValue.putExtra(AppWidgetManager.EXTRA_APPWIDGET_ID, mAppWidgetId);
685 setResult(RESULT_OK, resultValue);