Searched refs:mActionCode (Results 1 – 2 of 2) sorted by relevance
84 private int mActionCode = ACTION_DEFAULT; field in ContactsRequest96 + " mActionCode=" + mActionCode in toString()124 return mActionCode; in getActionCode()128 mActionCode = actionCode; in setActionCode()
83 private int mActionCode = -1; field in ContactSelectionActivity112 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()