Searched refs:SetOnClickFillInIntent (Results 1 – 1 of 1) sorted by relevance
199 private class SetOnClickFillInIntent extends Action { class in RemoteViews200 public SetOnClickFillInIntent(int id, Intent fillInIntent) { in SetOnClickFillInIntent() method in RemoteViews.SetOnClickFillInIntent205 public SetOnClickFillInIntent(Parcel parcel) { in SetOnClickFillInIntent() method in RemoteViews.SetOnClickFillInIntent1006 case SetOnClickFillInIntent.TAG: in RemoteViews()1007 mActions.add(new SetOnClickFillInIntent(parcel)); in RemoteViews()1298 addAction(new SetOnClickFillInIntent(viewId, fillInIntent)); in setOnClickFillInIntent()