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

Method readLong

core/java/android/os/Parcel.java:1491–1493  ·  view source on GitHub ↗

Read a long integer value from the parcel at the current dataPosition().

()

Source from the content-addressed store, hash-verified

1489 * Read a long integer value from the parcel at the current dataPosition().
1490 */
1491 public final long readLong() {
1492 return nativeReadLong(mNativePtr);
1493 }
1494
1495 /**
1496 * Read a floating point value from the parcel at the current

Callers 15

getmtimeMethod · 0.95
createLongArrayMethod · 0.95
readLongArrayMethod · 0.95
readValueMethod · 0.95
readStatisticsLockedMethod · 0.95
GeoFenceParamsMethod · 0.45
createFromParcelMethod · 0.45
createFromParcelMethod · 0.45
createFromParcelMethod · 0.45
createFromParcelMethod · 0.45
createFromParcelMethod · 0.45
parseParcelMethod · 0.45

Calls 1

nativeReadLongMethod · 0.95

Tested by 5

timeReadLongMethod · 0.36
TestArgsMethod · 0.36
RunResultMethod · 0.36