Searched refs:mAction (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilPlayer.java84 private SmilPlayerAction mAction = SmilPlayerAction.NO_ACTIVE_ACTION; field in class:SmilPlayer
275 return mAction == SmilPlayerAction.PAUSE;
279 return mAction == SmilPlayerAction.START;
283 return mAction == SmilPlayerAction.STOP;
287 return mAction == SmilPlayerAction.RELOAD;
291 return mAction == SmilPlayerAction.NEXT;
295 return mAction == SmilPlayerAction.PREV;
321 mAction = SmilPlayerAction.PAUSE;
331 mAction = SmilPlayerAction.START;
342 mAction
729 private final int mAction; field in class:SmilPlayer.TimelineEntry
[all...]
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java63 int mAction; field in class:MockTransport.Transaction
68 mAction = ACTION_INJECT_TEXT;
74 mAction = otherType;
81 switch (mAction) {
151 switch (pair.mAction) {
161 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
202 if (expect.mAction == Transaction.ACTION_CLIENT_CLOSE) {
316 SmtpSenderUnitTests.assertTrue(expect.mAction == Transaction.ACTION_START_TLS);
348 if (pair.mAction == Transaction.ACTION_IO_EXCEPTION) {
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DSmartPoster.java89 private final RecommendedAction mAction; field in class:SmartPoster
109 mAction = Preconditions.checkNotNull(action);
214 private final byte mAction; field in class:SmartPoster.RecommendedAction
217 this.mAction = val;
220 return mAction;
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
H A DBalloonHint.java277 private int mAction; field in class:BalloonHint.BalloonTimer
287 mAction = action;
313 return mAction;
317 switch (mAction) {
/packages/apps/Contacts/src/com/android/contacts/voicemail/
H A DVoicemailStatusHelperImpl.java111 private final Action mAction; field in class:VoicemailStatusHelperImpl.OverallState
122 mAction = action;
128 return mAction;
/packages/apps/Nfc/src/com/android/nfc/
H A DRegisteredComponentCache.java47 final String mAction; field in class:RegisteredComponentCache
56 mAction = action;
143 List<ResolveInfo> resolveInfos = pm.queryIntentActivities(new Intent(mAction),
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java172 private String mAction; field in class:GroupEditorFragment
238 } else if (Intent.ACTION_EDIT.equals(mAction)) {
240 } else if (Intent.ACTION_INSERT.equals(mAction)) {
257 throw new IllegalArgumentException("Unknown Action String " + mAction +
271 outState.putString(KEY_ACTION, mAction);
289 mAction = state.getString(KEY_ACTION);
467 mAction = action;
598 if (Intent.ACTION_INSERT.equals(mAction)) {
608 } else if (Intent.ACTION_EDIT.equals(mAction)) {
620 throw new IllegalStateException("Invalid intent action type " + mAction);
[all...]
/packages/apps/Email/src/com/android/email/activity/
H A DMessageCompose.java184 private String mAction; field in class:MessageCompose
407 if (Intent.ACTION_VIEW.equals(mAction)
408 || Intent.ACTION_SENDTO.equals(mAction)
409 || Intent.ACTION_SEND.equals(mAction)
410 || Intent.ACTION_SEND_MULTIPLE.equals(mAction)) {
414 } else if (ACTION_REPLY.equals(mAction)
415 || ACTION_REPLY_ALL.equals(mAction)
416 || ACTION_FORWARD.equals(mAction)) {
420 } else if (ACTION_EDIT_DRAFT.equals(mAction)) {
548 outState.putString(STATE_KEY_ACTION, mAction);
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java216 private String mAction; field in class:ContactEditorFragment
365 if (Intent.ACTION_EDIT.equals(mAction)) {
367 } else if (Intent.ACTION_INSERT.equals(mAction)) {
381 } else if (ContactEditorActivity.ACTION_SAVE_COMPLETED.equals(mAction)) {
383 } else throw new IllegalArgumentException("Unknown Action String " + mAction +
395 mAction = action;
414 mAction = savedState.getString(KEY_ACTION);
714 if (Intent.ACTION_INSERT.equals(mAction) && numRawContacts == 1) {
797 if (!Intent.ACTION_INSERT.equals(mAction) && mState.size() == 1 &&
1569 outState.putString(KEY_ACTION, mAction);
[all...]

Completed in 158 milliseconds