Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DRemoteAction.java40 private boolean mShouldShowIcon; field in RemoteAction
48 mShouldShowIcon = in.readBoolean(); in RemoteAction()
62 mShouldShowIcon = true; in RemoteAction()
83 mShouldShowIcon = shouldShowIcon; in setShouldShowIcon()
90 return mShouldShowIcon; in shouldShowIcon()
125 action.setShouldShowIcon(mShouldShowIcon); in clone()
141 out.writeBoolean(mShouldShowIcon); in writeToParcel()
151 pw.print(" shouldShowIcon=" + mShouldShowIcon); in dump()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8899 Landroid/app/RemoteAction;->mShouldShowIcon:Z