Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/os/
H A DParcel.java355 public static final int EX_HAS_NOTED_APPOPS_REPLY_HEADER = -127; // special; see below field in Parcel
2987 if (code == EX_HAS_NOTED_APPOPS_REPLY_HEADER) { in readExceptionCode()
/aosp14/frameworks/base/core/java/android/app/
H A DAppOpsManager.java9450 p.writeInt(Parcel.EX_HAS_NOTED_APPOPS_REPLY_HEADER); in prefixParcelWithAppOpsIfNeeded()