/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | SubActivityScreen.java | 52 res.setAction("test"); in onCreate() 85 setResult(RESULT_CANCELED, (new Intent()).setAction("Interrupted!")); in onResume() 97 res.setAction("test"); in onResume() 122 setResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult() 129 setResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult() 132 setResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult() 135 setResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult() 138 setResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult() 144 setResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult()
|
D | ClearTop.java | 34 Intent intent = new Intent(getIntent()).setAction(LocalScreen.CLEAR_TASK) in onCreate() 45 setResult(RESULT_CANCELED, new Intent().setAction( in onNewIntent()
|
D | ActivityTestsBase.java | 109 finishWithResult(Activity.RESULT_CANCELED, (new Intent()).setAction(error)); in finishBad() 133 mIntent.setAction(action); in runLaunchpad() 209 finishWithResult(Activity.RESULT_CANCELED, (new Intent()).setAction(msg)); in onTimeout()
|
D | TestedScreen.java | 44 intent.setAction(DELIVER_RESULT); in onCreate() 51 setResult(RESULT_OK, (new Intent()).setAction( in onCreate()
|
D | RemoteReceiver.java | 36 newIntent.setAction(LaunchpadActivity.BROADCAST_REMOTE); in onReceive()
|
D | LaunchpadActivity.java | 144 private Intent mData = (new Intent()).setAction("No result received"); 351 finishWithResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult() 357 finishWithResult(RESULT_CANCELED, (new Intent()).setAction( in onActivityResult() 449 finishWithResult(RESULT_CANCELED, (new Intent()).setAction(error)); in finishBad()
|
D | LocalReceiver.java | 63 newIntent.setAction(LaunchpadActivity.BROADCAST_LOCAL); in onReceive()
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/scriptsupport/ |
D | Starter.java | 53 intent.setAction(Intent.ACTION_RUN); in startLayoutTests()
|
/frameworks/base/services/java/com/android/server/ |
D | BatteryService.java | 335 statusIntent.setAction(Intent.ACTION_POWER_CONNECTED); in processValues() 339 statusIntent.setAction(Intent.ACTION_POWER_DISCONNECTED); in processValues() 345 statusIntent.setAction(Intent.ACTION_BATTERY_LOW); in processValues() 349 statusIntent.setAction(Intent.ACTION_BATTERY_OKAY); in processValues()
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ |
D | ManagerService.java | 125 intent.setAction(Intent.ACTION_SHUTDOWN); 201 intent.setAction(Intent.ACTION_REBOOT); in onTestCrashed()
|
D | TestsListActivity.java | 190 intent.setAction(Intent.ACTION_RUN); in restartExecutor()
|
/frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/ |
D | SimpleModel.java | 109 intent.setAction(Intent.ACTION_PICK); in loadModel()
|
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
D | MultiWaveView.java | 763 event.setAction(MotionEvent.ACTION_DOWN); in onHoverEvent() 766 event.setAction(MotionEvent.ACTION_MOVE); in onHoverEvent() 769 event.setAction(MotionEvent.ACTION_UP); in onHoverEvent() 773 event.setAction(action); in onHoverEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternView.java | 628 event.setAction(MotionEvent.ACTION_DOWN); in onHoverEvent() 631 event.setAction(MotionEvent.ACTION_MOVE); in onHoverEvent() 634 event.setAction(MotionEvent.ACTION_UP); in onHoverEvent() 638 event.setAction(action); in onHoverEvent()
|
/frameworks/base/core/java/android/view/ |
D | ViewGroup.java | 1307 event.setAction(action); // restore action in case it was changed in dispatchHoverEvent() 1375 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER); in dispatchHoverEvent() 1378 eventNoHistory.setAction(action); in dispatchHoverEvent() 1411 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent() 1414 eventNoHistory.setAction(action); in dispatchHoverEvent() 1442 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_EXIT); in dispatchHoverEvent() 1444 eventNoHistory.setAction(action); in dispatchHoverEvent() 1458 eventNoHistory.setAction(MotionEvent.ACTION_HOVER_ENTER); in dispatchHoverEvent() 1460 eventNoHistory.setAction(action); in dispatchHoverEvent() 1632 ev.setAction(action); // restore action in case it was changed in dispatchTouchEvent() [all …]
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 2963 setAction(action); in Intent() 2983 setAction(action); in Intent() 3032 setAction(action); in Intent() 3154 intent.setAction(value); in parseUri() 4242 public Intent setAction(String action) { in setAction() method in Intent 5865 setAction(in.readString()); in readFromParcel() 5915 intent.setAction(sa.getString(com.android.internal.R.styleable.Intent_action)); in parseIntent()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | KeyboardView.java | 1157 event.setAction(MotionEvent.ACTION_DOWN); 1160 event.setAction(MotionEvent.ACTION_MOVE); 1163 event.setAction(MotionEvent.ACTION_UP); 1167 event.setAction(action);
|
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/ |
D | DirListActivity.java | 233 intent.setAction(Intent.ACTION_RUN); in runAllTestsUnder()
|
/frameworks/base/docs/html/resources/articles/ |
D | tts.jd | 36 checkIntent.setAction(TextToSpeech.Engine.ACTION_CHECK_TTS_DATA); 61 installIntent.setAction(
|
/frameworks/base/include/ui/ |
D | Input.h | 357 inline void setAction(int32_t action) { mAction = action; } in setAction() function
|
/frameworks/base/core/java/android/widget/ |
D | Switch.java | 472 cancel.setAction(MotionEvent.ACTION_CANCEL); in cancelSuperTouch()
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | MonkeyDevice.jd | 491 (see {@link android.content.Intent#setAction(java.lang.String) Intent.setAction()}). 972 (see {@link android.content.Intent#setAction(java.lang.String) Intent.setAction()}).
|
/frameworks/base/core/java/android/gesture/ |
D | GestureOverlayView.java | 502 event.setAction(MotionEvent.ACTION_CANCEL); in dispatchTouchEvent()
|
/frameworks/base/libs/ui/tests/ |
D | InputEvent_test.cpp | 439 event.setAction(AMOTION_EVENT_ACTION_CANCEL); in TEST_F()
|
/frameworks/base/docs/html/guide/topics/network/ |
D | sip.jd | 244 intent.setAction("android.SipDemo.INCOMING_CALL"); 437 intent.setAction("android.SipDemo.INCOMING_CALL");
|