MCPcopy Create free account
hub / github.com/CyanogenMod/android_frameworks_base / nativeReadInt

Method nativeReadInt

core/java/android/os/Parcel.java:256–256  ·  view source on GitHub ↗
(int nativePtr)

Source from the content-addressed store, hash-verified

254
255 private static native byte[] nativeCreateByteArray(int nativePtr);
256 private static native int nativeReadInt(int nativePtr);
257 private static native long nativeReadLong(int nativePtr);
258 private static native float nativeReadFloat(int nativePtr);
259 private static native double nativeReadDouble(int nativePtr);

Callers 1

readIntMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected