Searched refs:mActionCode (Results 1 – 2 of 2) sorted by relevance
103 private int mActionCode = ACTION_DEFAULT; field in ContactsRequest117 + " mActionCode=" + mActionCode in toString()147 return mActionCode; in getActionCode()151 mActionCode = actionCode; in setActionCode()
85 private int mActionCode = -1; field in ContactSelectionActivity113 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()