Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRemoteViews.java199 private class SetOnClickFillInIntent extends Action { class in RemoteViews
200 public SetOnClickFillInIntent(int id, Intent fillInIntent) { in SetOnClickFillInIntent() method in RemoteViews.SetOnClickFillInIntent
205 public SetOnClickFillInIntent(Parcel parcel) { in SetOnClickFillInIntent() method in RemoteViews.SetOnClickFillInIntent
1006 case SetOnClickFillInIntent.TAG: in RemoteViews()
1007 mActions.add(new SetOnClickFillInIntent(parcel)); in RemoteViews()
1298 addAction(new SetOnClickFillInIntent(viewId, fillInIntent)); in setOnClickFillInIntent()