HomeSort by relevance Sort by last modified time
    Searched refs:lastPage (Results 1 - 5 of 5) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
FormPageDisplayer.java 179 final FormPageResultListener formPageResultListener, FormPage lastPage,
184 formPageInfo.getChoices(mContext, extraChoices), lastPage == null ? null
185 : (ListItem) lastPage.getData().getParcelable(RESULT_LIST_ITEM));
208 final FormPageResultListener listener, FormPage lastPage, boolean forward,
213 formPageInfo.getInputType(), lastPage == null ? null : lastPage.getDataSummary());
233 final FormPageResultListener listener, FormPage lastPage, boolean forward,
238 lastPage == null ? null : lastPage.getDataSummary());
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 419 var lastPage = readCookie(cookiePath + "_lastpage");
420 if (lastPage) {
421 window.location = lastPage;
430 writeCookie("lastpage", path, "reference", null);
432 writeCookie("lastpage", path, "guide", null);
434 writeCookie("lastpage", path, "resources", null);
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 343 var lastPage = readCookie(cookiePath + "_lastpage");
344 if (lastPage) {
345 window.location = lastPage;
354 writeCookie("lastpage", path, "reference", null);
356 writeCookie("lastpage", path, "guide", null);
358 writeCookie("lastpage", path, "resources", null);
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 854 var lastPage = readCookie(cookiePath + "_lastpage");
855 if (lastPage) {
856 window.location = lastPage;
867 writeCookie("lastpage", path, "reference", null);
869 writeCookie("lastpage", path, "guide", null);
871 writeCookie("lastpage", path, "resources", null);
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 919 var lastPage = readCookie(cookiePath + "_lastpage");
920 if (lastPage) {
921 window.location = lastPage;
932 writeCookie("lastpage", path, "reference", null);
934 writeCookie("lastpage", path, "guide", null);
936 writeCookie("lastpage", path, "resources", null);
    [all...]

Completed in 254 milliseconds