Home
last modified time | relevance | path

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

/versionedparcelable/versionedparcelable/src/main/java/androidx/versionedparcelable/
DVersionedParcelParcel.java236 public @Nullable IBinder readStrongBinder() { in readStrongBinder() method in VersionedParcelParcel
237 return mParcel.readStrongBinder(); in readStrongBinder()
DVersionedParcel.java226 protected abstract @Nullable IBinder readStrongBinder(); in readStrongBinder() method in VersionedParcel
463 public @Nullable IBinder readStrongBinder(@Nullable IBinder def, int fieldId) { in readStrongBinder() method in VersionedParcel
467 return readStrongBinder(); in readStrongBinder()
1362 list.add((T) readStrongBinder()); in readCollection()
1464 list.add((T) readStrongBinder()); in readArray()
DVersionedParcelStream.java321 public @Nullable IBinder readStrongBinder() { in readStrongBinder() method in VersionedParcelStream
/versionedparcelable/versionedparcelable/api/
Drestricted_1.0.0.txt71 method protected abstract android.os.IBinder! readStrongBinder();
72 method public android.os.IBinder! readStrongBinder(android.os.IBinder!, int);
Drestricted_1.2.0-beta01.txt78 method protected abstract android.os.IBinder? readStrongBinder();
79 method public android.os.IBinder? readStrongBinder(android.os.IBinder?, int);
Drestricted_1.1.0-beta02.txt75 method protected abstract android.os.IBinder! readStrongBinder();
76 method public android.os.IBinder! readStrongBinder(android.os.IBinder!, int);
Drestricted_1.1.0-beta01.txt79 method protected abstract android.os.IBinder! readStrongBinder();
80 method public android.os.IBinder! readStrongBinder(android.os.IBinder!, int);
Drestricted_current.txt78 method protected abstract android.os.IBinder? readStrongBinder();
79 method public android.os.IBinder? readStrongBinder(android.os.IBinder?, int);
Drestricted_1.1.0-rc01.txt79 method protected abstract android.os.IBinder! readStrongBinder();
80 method public android.os.IBinder! readStrongBinder(android.os.IBinder!, int);
Drestricted_1.1.0-beta00.txt75 method protected abstract android.os.IBinder! readStrongBinder();
76 method public android.os.IBinder! readStrongBinder(android.os.IBinder!, int);