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.java103 private int mActionCode = ACTION_DEFAULT; field in ContactsRequest
117 + " mActionCode=" + mActionCode in toString()
147 return mActionCode; in getActionCode()
151 mActionCode = actionCode; in setActionCode()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java85 private int mActionCode = -1; field in ContactSelectionActivity
113 mActionCode = savedState.getInt(KEY_ACTION_CODE); in onCreate()
127 if (mActionCode != mRequest.getActionCode()) { in onCreate()
128 mActionCode = mRequest.getActionCode(); in onCreate()
189 outState.putInt(KEY_ACTION_CODE, mActionCode); in onSaveInstanceState()
266 switch (mActionCode) { in configureListFragment()
373 throw new IllegalStateException("Invalid action code: " + mActionCode); in configureListFragment()