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

Method readString

core/java/android/os/Parcel.java:1514–1516  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1512 * Read a string value from the parcel at the current dataPosition().
1513 */
1514 public final String readString() {
1515 return nativeReadString(mNativePtr);
1516 }
1517
1518 /**
1519 * Read a CharSequence value from the parcel at the current dataPosition().

Callers 15

sawMethod · 0.95
listServicesMethod · 0.95
createStringArrayMethod · 0.95
readStringArrayMethod · 0.95
readExceptionMethod · 0.95
createStringArrayListMethod · 0.95
readStringListMethod · 0.95
readValueMethod · 0.95
readParcelableCreatorMethod · 0.95
readSerializableMethod · 0.95
getVolumeStateMethod · 0.95

Calls 1

nativeReadStringMethod · 0.95

Tested by 6

readFromParcelMethod · 0.36
createFromParcelMethod · 0.36
onTransactMethod · 0.36
MyBadParcelableMethod · 0.36
onTransactMethod · 0.36
RunResultMethod · 0.36