HomeSort by relevance Sort by last modified time
    Searched defs:mAction (Results 1 - 25 of 43) sorted by null

1 2

  /cts/tests/tests/media/src/android/media/cts/
ScannerNotificationReceiver.java 32 private final String mAction;
36 mAction = action;
41 if (intent.getAction().equals(mAction)) {
50 + mAction + " while trying to scan " + numFiles + " files!");
MediaRandomTest.java 59 private volatile int mAction;
141 fail("Action " + mAction + " Param " + mParam
202 mAction = (int)(r.nextInt() % 12);
205 switch (mAction) {
286 mAction = (int)(r.nextInt(14));
289 switch (mAction) {
  /system/core/include/sysutils/
NetlinkEvent.h 26 int mAction;
45 int getAction() { return mAction; }
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryView.java 38 private Action mAction;
90 if (mAction != null) {
93 if (mAction.getImage() == null) {
94 mAction.setImageFrame(new Rect(0, 0, canvas.getWidth(), canvas.getHeight()));
96 Bitmap bitmap = mAction.getImage();
108 drawText(canvas, mAction.getName());
112 drawText(canvas, mAction.getName());
117 mAction = action;
123 return mAction.getRepresentation();
129 activity.showRepresentation(mAction.getRepresentation())
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 33 private int mAction;
51 mAction = action;
69 return mKeyEvent != null ? mKeyEvent.getAction() : mAction;
103 if (mAction == KeyEvent.ACTION_UP) {
129 keyEvent = new KeyEvent(downTime, eventTime, mAction, mKeyCode,
MonkeyMotionEvent.java 33 private int mAction;
51 mAction = action;
82 return mAction;
139 mAction, pointerCount, pointerIds, pointerCoords,
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/
FilterIconButton.java 54 private Action mAction;
96 mAction = action;
100 if (mAction.getPortraitImage() != null) {
101 mIconBitmap = mAction.getPortraitImage();
104 setFilterRepresentation(mAction.getRepresentation());
110 if (mAction.getOverlayBitmap() == null) {
113 mAction.setOverlayBitmap(mOverlayBitmap);
115 mOverlayBitmap = mAction.getOverlayBitmap();
164 if (mAction != null) {
165 mAction.setPortraitImage(mIconBitmap)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DelegatingAction.java 33 private final IAction mAction;
41 mAction = action;
46 mAction.addPropertyChangeListener(listener);
51 return mAction.getAccelerator();
56 return mAction.getActionDefinitionId();
61 return mAction.getDescription();
66 return mAction.getDisabledImageDescriptor();
71 return mAction.getHelpListener();
76 return mAction.getHoverImageDescriptor();
81 return mAction.getId()
    [all...]
  /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");
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleMenuListener.java 47 private final int mAction;
55 mAction = action;
61 switch (mAction) {
74 default: assert false : mAction;
ActivityMenuListener.java 52 private final int mAction;
60 mAction = action;
66 switch (mAction) {
78 default: assert false : mAction;
ConfigurationMenuListener.java 72 private final int mAction;
82 mAction = action;
89 switch (mAction) {
123 switch (mAction) {
136 default: assert false : mAction;
  /frameworks/base/core/java/android/view/
DragEvent.java 127 int mAction;
257 mAction = action;
295 return obtain(source.mAction, source.mX, source.mY, source.mLocalState,
313 return mAction;
442 + " action=" + mAction + " @ (" + mX + ", " + mY + ") desc=" + mClipDescription
464 dest.writeInt(mAction);
489 event.mAction = in.readInt();
  /frameworks/wilhelm/tests/sandbox/
monkey.c 192 Action_pt mAction;
285 State_t nextState = (*transitionTable[i].mAction)(&player);
  /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),
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 89 private final RecommendedAction mAction;
109 mAction = Preconditions.checkNotNull(action);
214 private final byte mAction;
217 this.mAction = val;
220 return mAction;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
RunLintAction.java 184 private final int mAction;
201 mAction = action;
207 if (mAction == ACTION_TOGGLE_EXCLUDE) {
223 if (mAction == ACTION_CLEAR) {
226 assert mAction == ACTION_RUN;
  /cts/tests/tests/telephony/src/android/telephony/cts/
SmsManagerTest.java 343 private String mAction;
347 mAction = action;
359 if(mAction.equals(DATA_SMS_RECEIVED_ACTION)){
379 if (intent.getAction().equals(mAction)) {
  /frameworks/base/services/java/com/android/server/
ServiceWatcher.java 57 private final String mAction;
61 * implements mAction. When null, all packages in the system that matches one of the signature
104 mAction = action;
164 Intent intent = new Intent(mAction);
182 Log.w(mTag, packageName + " resolves service " + mAction
208 Log.d(mTag, String.format("bindBestPackage for %s : %s found %d, %s", mAction,
215 if (D) Log.d(mTag, "Unable to query intent services for action: " + mAction);
238 Intent intent = new Intent(mAction);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 58 String mAction; // ACTION_REGISTER
111 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
186 return mAction != null && mAction.equals(ACTION_REGISTER);
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 88 int mAction;
137 mAction = ACTION_INIT;
145 if (mAction == ACTION_INIT) {
147 } else if (mAction == ACTION_CONNECT) {
175 mAction = ACTION_DISCONNECT;
178 mAction = ACTION_CONNECT;
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java     [all...]
  /packages/apps/Email/tests/src/com/android/email/mail/transport/
MockTransport.java 63 int mAction;
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/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 277 private int mAction;
287 mAction = action;
313 return mAction;
317 switch (mAction) {

Completed in 2773 milliseconds

1 2