/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/core/tests/coretests/src/com/android/internal/app/ |
D | IntentForwarderActivityTest.java | 142 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_canForward_sendIntent() 176 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_cannotForward_sendIntent() 197 intent.setAction(Intent.ACTION_SEND); in forwardToManagedProfile_noManagedProfile_sendIntent() 219 intent.setAction(Intent.ACTION_CHOOSER); in forwardToManagedProfile_canForward_chooserIntent() 288 .setAction(Intent.ACTION_SEND) in shouldSkipDisclosure_notWhitelisted() 303 .setAction(Intent.ACTION_SEND) in shouldSkipDisclosure_withResolverActivity() 316 .setAction(Intent.ACTION_CALL); in shouldSkipDisclosure_callIntent_call() 328 .setAction(Intent.ACTION_CALL_PRIVILEGED); in shouldSkipDisclosure_callIntent_callPrivileged() 340 .setAction(Intent.ACTION_CALL_EMERGENCY); in shouldSkipDisclosure_callIntent_callEmergency() 352 .setAction(Intent.ACTION_DIAL); in shouldSkipDisclosure_callIntent_dial() [all …]
|
/frameworks/base/core/tests/coretests/src/android/view/textclassifier/ |
D | ActionsSuggestionsHelperTest.java | 169 .setAction(new RemoteAction(icon, "label", "1", pendingIntent)) in testDeduplicateActions() 174 .setAction(new RemoteAction( in testDeduplicateActions() 180 .setAction(new RemoteAction( in testDeduplicateActions() 186 .setAction(new RemoteAction( in testDeduplicateActions() 192 .setAction(new RemoteAction(icon, "label", "5", pendingIntent)) in testDeduplicateActions() 224 .setAction(new RemoteAction(icon, "label", "1", pendingIntent)) in testDeduplicateActions_nullComponent() 229 .setAction(new RemoteAction( in testDeduplicateActions_nullComponent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/ |
D | RecordingService.java | 111 .setAction(ACTION_START) in getStartIntent() 427 return new Intent(context, RecordingService.class).setAction(ACTION_STOP); in getStopIntent() 431 return new Intent(context, RecordingService.class).setAction(ACTION_PAUSE); in getPauseIntent() 435 return new Intent(context, RecordingService.class).setAction(ACTION_RESUME); in getResumeIntent() 439 return new Intent(context, RecordingService.class).setAction(ACTION_CANCEL); in getCancelIntent() 443 return new Intent(context, RecordingService.class).setAction(ACTION_SHARE) in getShareIntent() 448 return new Intent(context, RecordingService.class).setAction(ACTION_DELETE) in getDeleteIntent()
|
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/ |
D | AssistProxyActivity.java | 30 intent.setAction(Intent.ACTION_ASSIST); in onCreate()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | AppSmsManagerTest.java | 65 intent.setAction(Intents.SMS_DELIVER_ACTION); in testHandleSmsReceivedIntent()
|
D | CarrierServiceStateTrackerTest.java | 147 Intent intent = new Intent().setAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testSendPrefNetworkNotification() 187 Intent intent = new Intent().setAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in testSendEmergencyNetworkNotification()
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | SchedulerService.java | 42 .setAction(Intent.ACTION_MAIN) in onStartCommand()
|
/frameworks/base/packages/DynamicSystemInstallationService/src/com/android/dynsystem/ |
D | BootCompletedReceiver.java | 58 startServiceIntent.setAction(DynamicSystemClient.ACTION_NOTIFY_IF_IN_USE); in onReceive()
|
D | VerificationActivity.java | 103 intent.setAction(DynamicSystemClient.ACTION_START_INSTALL); in startInstallationService()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/ |
D | StorageNotification.java | 593 intent.setAction("com.android.tv.settings.action.NEW_STORAGE"); in buildInitPendingIntent() 609 intent.setAction("com.android.tv.settings.action.NEW_STORAGE"); in buildInitPendingIntent() 625 intent.setAction("com.android.tv.settings.action.UNMOUNT_STORAGE"); in buildUnmountPendingIntent() 659 intent.setAction(Settings.ACTION_INTERNAL_STORAGE_SETTINGS); in buildVolumeSettingsPendingIntent() 706 intent.setAction("com.android.tv.settings.action.MIGRATE_STORAGE"); in buildWizardMigratePendingIntent() 725 intent.setAction("com.android.tv.settings.action.MOVE_APP"); in buildWizardMovePendingIntent() 740 intent.setAction(Settings.ACTION_INTERNAL_STORAGE_SETTINGS); in buildWizardReadyPendingIntent()
|
/frameworks/base/tests/ServiceCrashTest/src/com/android/tests/servicecrashtest/ |
D | ServiceCrashTest.java | 68 intent.setAction(Intent.ACTION_MAIN); in testCrashQuickly()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ResolverTargetActionsDialogFragment.java | 69 Intent in = new Intent().setAction(Settings.ACTION_APPLICATION_DETAILS_SETTINGS) in onClick()
|
/frameworks/base/services/core/java/com/android/server/security/ |
D | KeyChainSystemService.java | 87 intent.setAction(broadcastIntent.getAction());
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | MediaTransferManager.java | 56 .setAction(MediaOutputSliceConstants.ACTION_MEDIA_OUTPUT)
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarRemoteInputCallbackTest.java | 83 .setAction(ACTION_DEVICE_LOCKED_CHANGED) in testActionDeviceLockedChangedWithDifferentUserIdCallsOnWorkChallengeChanged()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioDeviceInventory.java | 814 intent.setAction(Intent.ACTION_HEADSET_PLUG); in sendDeviceConnectionIntent() 819 intent.setAction(Intent.ACTION_HEADSET_PLUG); in sendDeviceConnectionIntent() 823 intent.setAction(Intent.ACTION_HEADSET_PLUG); in sendDeviceConnectionIntent() 831 intent.setAction(Intent.ACTION_HEADSET_PLUG); in sendDeviceConnectionIntent() 901 intent.setAction(AudioManager.ACTION_HDMI_AUDIO_PLUG); in configureHdmiPlugIntent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | ObservableScrollView.java | 101 cancel.setAction(MotionEvent.ACTION_CANCEL); in dispatchTouchEvent()
|
/frameworks/base/telephony/java/android/telephony/mbms/ |
D | MbmsUtils.java | 92 queryIntent.setAction(serviceAction); in getMiddlewareServiceInfo()
|