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

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailLayoutController.java54 private static final String KEY_CURRENT_PAGE_INDEX = "currentPageIndex"; field in class:ContactDetailLayoutController
186 currentPageIndex = savedState.getInt(KEY_CURRENT_PAGE_INDEX, 0);
519 outState.putInt(KEY_CURRENT_PAGE_INDEX, getCurrentPageIndex());

Completed in 634 milliseconds