Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DRemoteAction.java38 private final PendingIntent mActionIntent; field in RemoteAction
46 mActionIntent = PendingIntent.CREATOR.createFromParcel(in); in RemoteAction()
60 mActionIntent = intent; in RemoteAction()
118 return mActionIntent; in getActionIntent()
123 RemoteAction action = new RemoteAction(mIcon, mTitle, mContentDescription, mActionIntent); in clone()
139 mActionIntent.writeToParcel(out, flags); in writeToParcel()
150 pw.print(" action=" + mActionIntent.getIntent()); in dump()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt8349 Landroid/app/RemoteAction;->mActionIntent:Landroid/app/PendingIntent;