Home
last modified time | relevance | path

Searched refs:EX_HAS_NOTED_APPOPS_REPLY_HEADER (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DParcel.java273 public static final int EX_HAS_NOTED_APPOPS_REPLY_HEADER = -127; // special; see below field in Parcel
2303 if (code == EX_HAS_NOTED_APPOPS_REPLY_HEADER) { in readExceptionCode()
/frameworks/base/core/java/android/app/
DAppOpsManager.java8166 p.writeInt(Parcel.EX_HAS_NOTED_APPOPS_REPLY_HEADER); in prefixParcelWithAppOpsIfNeeded()