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

Method readDouble

core/java/android/os/Parcel.java:1507–1509  ·  view source on GitHub ↗

Read a double precision floating point value from the parcel at the current dataPosition().

()

Source from the content-addressed store, hash-verified

1505 * current dataPosition().
1506 */
1507 public final double readDouble() {
1508 return nativeReadDouble(mNativePtr);
1509 }
1510
1511 /**
1512 * Read a string value from the parcel at the current dataPosition().

Callers 12

createDoubleArrayMethod · 0.95
readDoubleArrayMethod · 0.95
readValueMethod · 0.95
GeoFenceParamsMethod · 0.80
createFromParcelMethod · 0.80
createFromParcelMethod · 0.80
createFromParcelMethod · 0.80
createFromParcelMethod · 0.80
getDoubleMethod · 0.80
ReflectionActionMethod · 0.80
createFromParcelMethod · 0.80

Calls 1

nativeReadDoubleMethod · 0.95

Tested by

no test coverage detected