HomeSort by relevance Sort by last modified time
    Searched refs:mActionCode (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactsRequest.java 84 private int mActionCode = ACTION_DEFAULT;
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/
ContactSelectionActivity.java 84 private int mActionCode = -1;
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);
  /frameworks/base/media/java/android/media/
MediaCodec.java 674 mActionCode = actionCode;
688 return mActionCode == ACTION_TRANSIENT;
697 return mActionCode == ACTION_RECOVERABLE;
727 private final int mActionCode;
    [all...]

Completed in 648 milliseconds