HomeSort by relevance Sort by last modified time
    Searched refs:mAction (Results 26 - 49 of 49) sorted by null

12

  /frameworks/base/core/jni/
android_view_KeyEvent.cpp 39 jfieldID mAction;
79 jint action = env->GetIntField(eventObj, gKeyEventClassInfo.mAction);
151 GET_FIELD_ID(gKeyEventClassInfo.mAction, gKeyEventClassInfo.clazz,
152 "mAction", "I");
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailStatusHelperImpl.java 111 private final Action mAction;
122 mAction = action;
128 return mAction;
  /packages/apps/Nfc/src/com/android/nfc/
RegisteredComponentCache.java 49 final String mAction;
58 mAction = action;
157 List<ResolveInfo> resolveInfos = pm.queryIntentActivitiesAsUser(new Intent(mAction),
  /frameworks/base/core/java/android/content/
Intent.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 119 String mAction; // One of ACTION_*
192 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
600 return mAction != null && mAction.equals(ACTION_ACTIVATE);
604 return mAction != null && mAction.equals(ACTION_DEACTIVATE);
608 return mAction != null && mAction.equals(ACTION_INTERROGATE);
612 return mAction != null && mAction.equals(ACTION_REGISTER)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 72 private final int mAction;
82 mAction = action;
89 switch (mAction) {
123 switch (mAction) {
136 default: assert false : mAction;
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 170 private String mAction;
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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 349 private final int mAction;
354 mAction = action;
364 switch (mAction) {
393 assert false : mAction;
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 182 private String mAction;
426 if (Intent.ACTION_VIEW.equals(mAction)
427 || Intent.ACTION_SENDTO.equals(mAction)
428 || Intent.ACTION_SEND.equals(mAction)
429 || Intent.ACTION_SEND_MULTIPLE.equals(mAction)) {
433 } else if (ACTION_REPLY.equals(mAction)
434 || ACTION_REPLY_ALL.equals(mAction)
435 || ACTION_FORWARD.equals(mAction)) {
439 } else if (ACTION_EDIT_DRAFT.equals(mAction)) {
567 outState.putString(STATE_KEY_ACTION, mAction);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 448 private final int mAction;
453 mAction = action;
462 switch (mAction) {
555 boolean ignoreInFile = mAction == ACTION_IGNORE_FILE;
621 assert false : mAction;
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java 227 private String mAction;
388 validateAction(mAction);
394 if (Intent.ACTION_EDIT.equals(mAction)) {
408 if (Intent.ACTION_EDIT.equals(mAction)) {
410 } else if (Intent.ACTION_INSERT.equals(mAction)) {
440 throw new IllegalArgumentException("Unknown Action String " + mAction +
452 mAction = action;
471 mAction = savedState.getString(KEY_ACTION);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
SetupWizardActivity.java 421 private Runnable mAction;
462 mAction = action;
467 if (v == mActionLabel && mAction != null) {
468 mAction.run();
  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 492 private final Action mAction;
495 mAction = action;
504 handler.mStubbingAction = mAction;
505 sUnfinishedStubbingActions.add(mAction);
774 return stubbedCall.mAction.doAction(method, args);
    [all...]
  /frameworks/wilhelm/tests/sandbox/
monkey.c 192 Action_pt mAction;
285 State_t nextState = (*transitionTable[i].mAction)(&player);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiTreeBlock.java     [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerFragment.java 92 public int mAction;
96 mAction = action;
708 switch (clickAction.mAction) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 88 private String mAction = "";
287 mAction = intent.getAction();
522 if (mAction == TINY_PLANET_ACTION) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteControl.java     [all...]
GraphicalEditorPart.java     [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2.jar 
traceview.jar 
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
ViewRootImpl.java     [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java     [all...]

Completed in 1138 milliseconds

12