Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowParcelTest.java63 assertThat(parcel.readStrongBinder()).isNull(); in testReadStrongBinderWhenEmpty()
107 assertThat(parcel.readStrongBinder()).isEqualTo(binder); in testReadWriteSingleStrongBinder()
115 assertThat(parcel.readStrongBinder()).isNull(); in testWriteNullStrongBinder()
129 assertThat(parcel.readStrongBinder()).isEqualTo(binders.get(i)); in testReadWriteMultipleStrongBinders()
132 assertThat(parcel.readStrongBinder()).isNull(); in testReadWriteMultipleStrongBinders()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowParcel.java410 return NATIVE_PTR_TO_PARCEL.get(nativePtr).readStrongBinder(); in nativeReadStrongBinder()
662 public IBinder readStrongBinder() { in readStrongBinder() method in ShadowParcel.ByteBuffer