Searched defs:SetOnClickFillInIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java320 private class SetOnClickFillInIntent extends Action { class in class:RemoteViews
321 public SetOnClickFillInIntent(int id, Intent fillInIntent) { method in class:RemoteViews.SetOnClickFillInIntent
326 public SetOnClickFillInIntent(Parcel parcel) { method in class:RemoteViews.SetOnClickFillInIntent
396 return "SetOnClickFillInIntent";
1547 case SetOnClickFillInIntent.TAG:
1548 mActions.add(new SetOnClickFillInIntent(parcel));
1934 addAction(new SetOnClickFillInIntent(viewId, fillInIntent));

Completed in 12 milliseconds