Home
last modified time | relevance | path

Searched refs:mActionCode (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DContactsRequest.java84 private int mActionCode = ACTION_DEFAULT; field in ContactsRequest
96 + " mActionCode=" + mActionCode in toString()
124 return mActionCode; in getActionCode()
128 mActionCode = actionCode; in setActionCode()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java83 private int mActionCode = -1; field in ContactSelectionActivity
112 mActionCode = savedState.getInt(KEY_ACTION_CODE); in onCreate()
128 if (mActionCode != mRequest.getActionCode()) { in onCreate()
129 mActionCode = mRequest.getActionCode(); in onCreate()
212 outState.putInt(KEY_ACTION_CODE, mActionCode); in onSaveInstanceState()
280 switch (mActionCode) { in configureListFragment()
354 throw new IllegalStateException("Invalid action code: " + mActionCode); in configureListFragment()