Read a double precision floating point value from the parcel at the current dataPosition().
()
| 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(). |
no test coverage detected