OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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;
96
+ "
mActionCode
=" +
mActionCode
124
return
mActionCode
;
128
mActionCode
= actionCode;
/packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java
87
private int
mActionCode
= -1;
116
mActionCode
= savedState.getInt(KEY_ACTION_CODE);
132
if (
mActionCode
!= mRequest.getActionCode()) {
133
mActionCode
= mRequest.getActionCode();
216
outState.putInt(KEY_ACTION_CODE,
mActionCode
);
284
switch (
mActionCode
) {
358
throw new IllegalStateException("Invalid action code: " +
mActionCode
);
/frameworks/base/media/java/android/media/
MediaCodec.java
[
all
...]
Completed in 783 milliseconds