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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DAction.java151 public Builder checkSetId(int checkSetId) { argument
152 mCheckSetId = checkSetId;
164 boolean hasNext, boolean infoOnly, Intent intent, int checkSetId, boolean enabled) {
176 mCheckSetId = checkSetId;
197 int checkSetId, String checkedItemKey) {
208 builder.key(keys[i]).title(titles[i]).checkSetId(checkSetId);
337 .checkSetId(source.readInt())
162 Action(String key, String title, String description, String resourcePackageName, int drawableResource, Uri iconUri, boolean checked, boolean multilineDescription, boolean hasNext, boolean infoOnly, Intent intent, int checkSetId, boolean enabled) argument
196 createActionsFromArrays(String[] keys, String[] titles, int checkSetId, String checkedItemKey) argument

Completed in 74 milliseconds