/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 213 mAction = (int)(r.nextInt() % 12); 216 switch (mAction) { 302 mAction = (int)(r.nextInt(14)); 305 switch (mAction) {
|
MediaControllerTest.java | 307 assertEquals(action, mCallback.mAction); 318 assertEquals(action, mCallback.mAction); 384 callback.onCustomAction(mCallback.mAction, mCallback.mExtras); 385 callback.onCustomAction(mCallback.mAction, mCallback.mExtras); 429 private String mAction; 466 mAction = null; 617 mAction = action;
|
AudioManagerTest.java | 236 private final String mAction; 241 mAction = action; 246 if (!TextUtils.equals(intent.getAction(), mAction)) { [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/helpers/ |
SensorSettingContainer.java | 34 private final String mAction; 42 mAction = action; 91 stateContainer.executeActivity(mAction); 111 return stateContainer.hasActivity(mAction);
|
/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,
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/ |
CtsMouseUtil.java | 99 private final int mAction; 102 mAction = action; 107 return actual.getAction() == mAction; 112 return "action=" + MotionEvent.actionToString(mAction);
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/ |
CtsMouseUtil.java | 99 private final int mAction; 102 mAction = action; 107 return actual.getAction() == mAction; 112 return "action=" + MotionEvent.actionToString(mAction);
|
/cts/common/device-side/util/src/com/android/compatibility/common/util/devicepolicy/provisioning/ |
SilentProvisioningTestManager.java | 152 private final String mAction; 157 mAction = action; 162 mContext.registerReceiver(this, new IntentFilter(mAction));
|
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/devicepolicy/provisioning/ |
SilentProvisioningTestManager.java | 153 private final String mAction; 158 mAction = action; 163 mContext.registerReceiver(this, new IntentFilter(mAction));
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BleConnectionPriorityClientService.java | 110 private String mAction;
168 mAction = intent.getAction();
169 if (mAction != null) {
170 switch (mAction) {
201 switch (mAction) {
|
BleEncryptedClientService.java | 118 private String mAction;
179 mAction = intent.getAction();
180 if (mAction == null) {
183 switch (mAction) {
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
NativeInput.java | 238 // int getAction() { return mAction; } 263 // int mAction; 285 private int mAction; 306 return mAction; 310 return mAction & AMOTION_EVENT_ACTION_MASK; 314 return (mAction & AMOTION_EVENT_ACTION_POINTER_INDEX_MASK) 319 mAction = action; 570 mAction = action; 590 mAction = other.mAction; [all...] |
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/ |
GraphicBufferSource.h | 387 ActionType mAction;
|
/cts/tests/app/src/android/app/cts/ |
NotificationTest.java | 56 private Notification.Action mAction; 291 mAction = null; 292 mAction = new Notification.Action.Builder(0, ACTION_TITLE, actionIntent).build(); 293 assertEquals(ACTION_TITLE, mAction.title); 294 assertEquals(actionIntent, mAction.actionIntent); 295 assertEquals(true, mAction.getAllowGeneratedReplies()); [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/ |
MockTvInputService.java | 533 private final Runnable mAction; 538 mAction = action; 542 mPostTarget.post(mAction);
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityGestureDispatchTest.java | 636 int mAction; 640 mAction = action; 645 return motionEvent.getActionMasked() == mAction; 650 description.appendText("Matching to action " + MotionEvent.actionToString(mAction));
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
SmsManagerTest.java | 721 private String mAction; 725 mAction = action; 737 if(mAction.equals(DATA_SMS_RECEIVED_ACTION)){ 758 if (intent.getAction().equals(mAction)) { [all...] |
/frameworks/av/media/libstagefright/bqhelper/ |
GraphicBufferSource.cpp | 656 && nextAction.mAction != ActionItem::STOP) { 663 switch (nextAction.mAction) { [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewSslTest.java | [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
VfrFormPkg.h | [all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
VfrFormPkg.h | 997 EFI_IFR_ACTION *mAction;
1000 CIfrAction () : CIfrObj (EFI_IFR_ACTION_OP, (CHAR8 **)&mAction),
1001 CIfrOpHeader (EFI_IFR_ACTION_OP, &mAction->Header),
1002 CIfrQuestionHeader (&mAction->Question) {
1003 mAction->QuestionConfig = EFI_STRING_ID_INVALID;
1007 mAction->QuestionConfig = QuestionConfig;
[all...] |