Searched refs:autoAdvanceViewId (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/appwidget/
H A DAppWidgetProviderInfo.java174 * <p>This field corresponds to the <code>android:autoAdvanceViewId</code> attribute in
177 public int autoAdvanceViewId; field in class:AppWidgetProviderInfo
237 this.autoAdvanceViewId = in.readInt();
331 out.writeInt(this.autoAdvanceViewId);
353 that.autoAdvanceViewId = this.autoAdvanceViewId;
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java1967 pw.print(" autoAdvanceViewId=");
1968 pw.print(info.autoAdvanceViewId);
2151 info.autoAdvanceViewId = sa.getResourceId(

Completed in 543 milliseconds