Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/app/
H A DRemoteAction.java41 private boolean mShouldShowIcon; field in RemoteAction
49 mShouldShowIcon = in.readBoolean(); in RemoteAction()
63 mShouldShowIcon = true; in RemoteAction()
84 mShouldShowIcon = shouldShowIcon; in setShouldShowIcon()
91 return mShouldShowIcon; in shouldShowIcon()
126 action.setShouldShowIcon(mShouldShowIcon); in clone()
136 && mShouldShowIcon == that.mShouldShowIcon in equals()
146 mShouldShowIcon); in hashCode()
161 out.writeBoolean(mShouldShowIcon); in writeToParcel()
171 pw.print(" shouldShowIcon=" + mShouldShowIcon); in dump()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8350 Landroid/app/RemoteAction;->mShouldShowIcon:Z