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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsRequest.java84 private int mActionCode = ACTION_DEFAULT; field in class:ContactsRequest
97 + " mActionCode=" + mActionCode
114 mActionCode = request.mActionCode;
135 request.mActionCode = source.readInt();
150 dest.writeInt(mActionCode);
190 return mActionCode;
194 mActionCode = actionCode;
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java84 private int mActionCode = -1; field in class:ContactSelectionActivity
108 mActionCode = savedState.getInt(KEY_ACTION_CODE);
132 if (mActionCode != mRequest.getActionCode()) {
133 mActionCode = mRequest.getActionCode();
213 outState.putInt(KEY_ACTION_CODE, mActionCode);
281 switch (mActionCode) {
355 throw new IllegalStateException("Invalid action code: " + mActionCode);

Completed in 109 milliseconds