Home
last modified time | relevance | path

Searched refs:compareData (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/jni/
Dandroid_os_Parcel.cpp603 return thisParcel->compareData(*otherParcel); in android_os_Parcel_compareData()
/frameworks/base/core/java/android/os/
DBaseBundle.java416 return mParcelledData.compareData(other.mParcelledData) == 0; in kindofEquals()
DParcel.java594 public final int compareData(Parcel other) { in compareData() method in Parcel
/frameworks/native/libs/binder/include/binder/
DParcel.h79 int compareData(const Parcel& other);
/frameworks/native/include/binder/
DParcel.h79 int compareData(const Parcel& other);
/frameworks/native/libs/binder/
DParcel.cpp466 int Parcel::compareData(const Parcel& other) { in compareData() function in android::Parcel