HomeSort by relevance Sort by last modified time
    Searched refs:parcelSuffix (Results 1 - 3 of 3) sorted by null

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
RecyclerViewBasicTest.java 125 String parcelSuffix = UUID.randomUUID().toString();
128 parcel.writeString(parcelSuffix);
139 assertEquals("Parcel reading should not go out of bounds", parcelSuffix,
152 String parcelSuffix = UUID.randomUUID().toString();
155 parcel.writeString(parcelSuffix);
168 assertEquals("Parcel reading should not go out of bounds", parcelSuffix,
StaggeredGridLayoutManagerTest.java 666 String parcelSuffix = UUID.randomUUID().toString();
669 parcel.writeString(parcelSuffix);
    [all...]
LinearLayoutManagerTest.java     [all...]

Completed in 63 milliseconds