Searched refs:ParcelFormatException (Results 1 – 15 of 15) sorted by relevance
23 public class ParcelFormatException extends RuntimeException { class24 public ParcelFormatException() { in ParcelFormatException() method in ParcelFormatException28 public ParcelFormatException(String reason) { in ParcelFormatException() method in ParcelFormatException
29 per-file ParcelFormatException.java = file:platform/frameworks/native:/libs/binder/OWNERS
1611 throw new ParcelFormatException("more step durations than available: " + N); in readFromParcel()
21 import android.os.ParcelFormatException;101 throw new ParcelFormatException("Unexpected NetworkEvent token in parcel: "
21 import android.os.ParcelFormatException;56 throw new ParcelFormatException("Bad tag: " + tag + " at " + pos);
21 import android.os.ParcelFormatException;
31 import android.os.ParcelFormatException;1890 public void readHistoryBuffer(Parcel in) throws ParcelFormatException { in readHistoryBuffer()1906 throw new ParcelFormatException( in readHistoryBuffer()1909 throw new ParcelFormatException( in readHistoryBuffer()2092 throw new ParcelFormatException("Invalid varint format"); in readLongArray()
58 import android.os.ParcelFormatException;10030 throw new ParcelFormatException( in readExcessivePowerFromParcelLocked()15794 public void readSummaryFromParcel(Parcel in) throws ParcelFormatException {15950 throw new ParcelFormatException("File corrupt: too many rpm stats " + NRPMS);16000 throw new ParcelFormatException("File corrupt: too many uids " + NU);16198 throw new ParcelFormatException("File corrupt: too many wake locks " + NW);16207 throw new ParcelFormatException("File corrupt: too many syncs " + NS);16216 throw new ParcelFormatException("File corrupt: too many job timers " + NJ);16238 throw new ParcelFormatException("File corrupt: too many sensors " + NP);16249 throw new ParcelFormatException("File corrupt: too many processes " + NP);[all …]
67 import android.os.ParcelFormatException;2936 } catch (IOException | ParcelFormatException e) { in dumpUnmonitored()2977 } catch (IOException | ParcelFormatException e) { in dumpUnmonitored()
6090 android.os.ParcelFormatException
28879 Landroid/os/ParcelFormatException;
6094 android.os.ParcelFormatException
38986 Landroid/os/ParcelFormatException;
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
33455 public class ParcelFormatException extends java.lang.RuntimeException {33456 ctor public ParcelFormatException();33457 ctor public ParcelFormatException(String);