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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DToastBarOperation.java33 private final int mAction; field in class:ToastBarOperation
52 mAction = menuId;
68 mAction = in.readInt();
78 sb.append(" mAction=");
79 sb.append(mAction);
95 dest.writeInt(mAction);
125 if (mAction == R.id.delete) {
127 } else if (mAction == R.id.remove_folder) {
129 } else if (mAction == R.id.change_folders) {
131 } else if (mAction
[all...]
H A DAbstractActivityController.java2753 private final int mAction; field in class:AbstractActivityController.ConversationAction
2769 mAction = action;
2799 if (mAction == R.id.archive) {
2802 } else if (mAction == R.id.delete) {
2808 } else if (mAction == R.id.mute) {
2816 } else if (mAction == R.id.report_spam) {
2819 } else if (mAction == R.id.mark_not_spam) {
2822 } else if (mAction == R.id.report_phishing) {
2825 } else if (mAction == R.id.remove_star) {
2830 } else if (mAction
3764 private final int mAction; field in class:AbstractActivityController.FolderDestruction
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryView.java40 private Action mAction; field in class:CategoryView
73 if (mAction == null) {
76 if (mAction.getType() == Action.CROP_VIEW) {
79 if (mAction.getType() == Action.ADD_ACTION) {
102 if (mAction != null && mAction.getType() == Action.ADD_ACTION) {
109 if (mAction != null) {
110 if (mAction.getType() == Action.SPACER) {
114 if (mAction.isDoubleAction()) {
117 mAction
[all...]
/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.java61 int mAction; field in class:MockTransport.Transaction
66 mAction = ACTION_INJECT_TEXT;
72 mAction = otherType;
79 switch (mAction) {
149 switch (pair.mAction) {
159 Assert.fail("Invalid action for sendResponse: " + pair.mAction);
200 if (expect.mAction == Transaction.ACTION_CLIENT_CLOSE) {
314 SmtpSenderUnitTests.assertTrue(expect.mAction == Transaction.ACTION_START_TLS);
346 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.java88 int mAction; field in class:BluetoothHeadsetHandover
137 mAction = ACTION_INIT;
145 if (mAction == ACTION_INIT) {
147 } else if (mAction == ACTION_CONNECT) {
175 mAction = ACTION_DISCONNECT;
178 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/Dialer/src/com/android/dialer/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.java49 final String mAction; field in class:RegisteredComponentCache
58 mAction = action;
157 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;
597 if (Intent.ACTION_INSERT.equals(mAction)) {
607 } else if (Intent.ACTION_EDIT.equals(mAction)) {
619 throw new IllegalStateException("Invalid intent action type " + mAction);
[all...]
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java228 private String mAction; field in class:ContactEditorFragment
389 validateAction(mAction);
395 if (Intent.ACTION_EDIT.equals(mAction)) {
409 if (Intent.ACTION_EDIT.equals(mAction)) {
411 } else if (Intent.ACTION_INSERT.equals(mAction)) {
441 throw new IllegalArgumentException("Unknown Action String " + mAction +
453 mAction = action;
472 mAction = savedState.getString(KEY_ACTION);
946 if (!Intent.ACTION_INSERT.equals(mAction) && mState.size() == 1 &&
1038 if (Intent.ACTION_INSERT.equals(mAction)) {
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupWizardActivity.java430 private Runnable mAction; field in class:SetupWizardActivity.SetupStep
471 mAction = action;
476 if (v == mActionLabel && mAction != null) {
477 mAction.run();
/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java98 public int mAction; field in class:TimerFragment.ClickAction
102 mAction = action;
760 switch (clickAction.mAction) {
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java135 private String mAction = ""; field in class:FilterShowActivity
204 return !PhotoPage.ACTION_NEXTGEN_EDIT.equalsIgnoreCase(mAction);
499 mAction = intent.getAction();
876 if (mAction == TINY_PLANET_ACTION) {

Completed in 445 milliseconds