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

Method readInt

core/java/android/os/Parcel.java:1484–1486  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1482 * Read an integer value from the parcel at the current dataPosition().
1483 */
1484 public final int readInt() {
1485 return nativeReadInt(mNativePtr);
1486 }
1487
1488 /**
1489 * Read a long integer value from the parcel at the current dataPosition().

Callers 15

testPingMethod · 0.95
testMethod · 0.95
insertMethod · 0.95
delMethod · 0.95
existMethod · 0.95
sawMethod · 0.95
resetMethod · 0.95
passwordMethod · 0.95
lockMethod · 0.95
unlockMethod · 0.95
zeroMethod · 0.95
generateMethod · 0.95

Calls 1

nativeReadIntMethod · 0.95

Tested by 12

testPingMethod · 0.76
readFromParcelMethod · 0.36
createFromParcelMethod · 0.36
doValidateIntContentsMethod · 0.36
onTransactMethod · 0.36
timeReadIntMethod · 0.36
SavedStateMethod · 0.36
onBackupMethod · 0.36
compareStateFileMethod · 0.36
onRestoreMethod · 0.36
populateUIMethod · 0.36
TestArgsMethod · 0.36