Home | History | Annotate | Download | only in activities

Lines Matching refs:KEY_CONTACTS_VIEW

138     private static final String KEY_CONTACTS_VIEW = "contactsView";
391 mCurrentView = ContactsView.values()[savedState.getInt(KEY_CONTACTS_VIEW)];
899 outState.putInt(KEY_CONTACTS_VIEW, mCurrentView.ordinal());