Searched refs:mAction (Results 1 - 11 of 11) 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/apps/Nfc/src/com/android/nfc/handover/
H A DBluetoothHeadsetHandover.java90 int mAction; field in class:BluetoothHeadsetHandover
136 mAction = ACTION_INIT;
144 if (mAction == ACTION_INIT) {
146 } else if (mAction == ACTION_CONNECT) {
186 mAction = ACTION_DISCONNECT;
189 mAction = ACTION_CONNECT;
/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.java48 final String mAction; field in class:RegisteredComponentCache
57 mAction = action;
156 List<ResolveInfo> resolveInfos = pm.queryIntentActivitiesAsUser(new Intent(mAction),
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupEditorFragment.java170 private String mAction; field in class:GroupEditorFragment
236 } else if (Intent.ACTION_EDIT.equals(mAction)) {
238 } else if (Intent.ACTION_INSERT.equals(mAction)) {
255 throw new IllegalArgumentException("Unknown Action String " + mAction +
269 outState.putString(KEY_ACTION, mAction);
287 mAction = state.getString(KEY_ACTION);
465 mAction = action;
593 if (Intent.ACTION_INSERT.equals(mAction)) {
603 } else if (Intent.ACTION_EDIT.equals(mAction)) {
615 throw new IllegalStateException("Invalid intent action type " + mAction);
[all...]
/packages/apps/Email/src/com/android/email/activity/
H A DMessageCompose.java182 private String mAction; field in class:MessageCompose
424 if (Intent.ACTION_VIEW.equals(mAction)
425 || Intent.ACTION_SENDTO.equals(mAction)
426 || Intent.ACTION_SEND.equals(mAction)
427 || Intent.ACTION_SEND_MULTIPLE.equals(mAction)) {
431 } else if (ACTION_REPLY.equals(mAction)
432 || ACTION_REPLY_ALL.equals(mAction)
433 || ACTION_FORWARD.equals(mAction)) {
437 } else if (ACTION_EDIT_DRAFT.equals(mAction)) {
565 outState.putString(STATE_KEY_ACTION, mAction);
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java218 private String mAction; field in class:ContactEditorFragment
366 if (Intent.ACTION_EDIT.equals(mAction)) {
368 } else if (Intent.ACTION_INSERT.equals(mAction)) {
382 } else if (ContactEditorActivity.ACTION_SAVE_COMPLETED.equals(mAction)) {
384 } else throw new IllegalArgumentException("Unknown Action String " + mAction +
396 mAction = action;
415 mAction = savedState.getString(KEY_ACTION);
711 if (Intent.ACTION_INSERT.equals(mAction) && numRawContacts == 1) {
847 if (!Intent.ACTION_INSERT.equals(mAction) && mState.size() == 1 &&
934 if (Intent.ACTION_INSERT.equals(mAction)) {
[all...]
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java94 public int mAction; field in class:TimerFragment.ClickAction
98 mAction = action;
635 switch (clickAction.mAction) {

Completed in 2111 milliseconds