Home
last modified time | relevance | path

Searched refs:toReturn (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/time/src/android/app/time/cts/
DParcelableTestSupport.java45 T toReturn = parcel.readTypedObject(creator); in roundTripParcelable() local
47 return toReturn; in roundTripParcelable()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_DataTest.java800 ContentValues[] toReturn = new ContentValues[cv.size()]; in getContentValues() local
802 toReturn[i] = cv.get(i); in getContentValues()
804 return toReturn; in getContentValues()