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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsRequest.java103 private int mActionCode = ACTION_DEFAULT; field in class:ContactsRequest
117 + " mActionCode=" + mActionCode
147 return mActionCode;
151 mActionCode = actionCode;
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java85 private int mActionCode = -1; field in class:ContactSelectionActivity
113 mActionCode = savedState.getInt(KEY_ACTION_CODE);
127 if (mActionCode != mRequest.getActionCode()) {
128 mActionCode = mRequest.getActionCode();
189 outState.putInt(KEY_ACTION_CODE, mActionCode);
266 switch (mActionCode) {
373 throw new IllegalStateException("Invalid action code: " + mActionCode);

Completed in 272 milliseconds