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

/packages/apps/DeskClock/src/com/android/alarmclock/
H A DDigitalAppWidgetCityViewsFactory.java180 private void update(RemoteViews rv, City city, int clockId, int labelId, int dayId) { argument
188 rv.setTextViewText(labelId, city.getName());
205 rv.setViewVisibility(labelId, View.VISIBLE);
208 private void hide(RemoteViews clock, int clockId, int labelId, int dayId) { argument
211 clock.setViewVisibility(labelId, View.INVISIBLE);
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DSortDimension.java76 private SortDimension(int id, @StringRes int labelId, @DataType int dataType, argument
79 mLabelId = labelId;
156 .append(", labelId=").append(mLabelId)
188 @StringRes int labelId = in.readInt();
194 new SortDimension(id, labelId, dataType, sortCapability, defaultSortDirection);
221 Builder withLabelId(@StringRes int labelId) { argument
222 mLabelId = labelId;
248 throw new IllegalStateException("Must set labelId.");

Completed in 126 milliseconds