Home
last modified time | relevance | path

Searched refs:setAction (Results 1 – 25 of 244) sorted by relevance

12345678910

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerService.kt146 .setAction(ACTION_TIMER_EXPIRED) in createTimerExpiredIntent()
152 .setAction(ACTION_RESET_EXPIRED_TIMERS) in createResetExpiredTimersIntent()
157 .setAction(ACTION_RESET_UNEXPIRED_TIMERS) in createResetUnexpiredTimersIntent()
162 .setAction(ACTION_RESET_MISSED_TIMERS) in createResetMissedTimersIntent()
167 .setAction(ACTION_ADD_MINUTE_TIMER) in createAddMinuteTimerIntent()
173 .setAction(ACTION_UPDATE_NOTIFICATION) in createUpdateNotificationIntent()
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogNotificationsService.java87 serviceIntent.setAction(CallLogNotificationsService.ACTION_MARK_ALL_NEW_VOICEMAILS_AS_OLD); in markAllNewVoicemailsAsOld()
102 intent.setAction(CallLogNotificationsService.ACTION_MARK_ALL_NEW_VOICEMAILS_AS_OLD); in createMarkAllNewVoicemailsAsOldIntent()
109 intent.setAction(CallLogNotificationsService.ACTION_MARK_SINGLE_NEW_VOICEMAIL_AS_OLD); in createMarkSingleNewVoicemailAsOldIntent()
116 intent.setAction(ACTION_CANCEL_ALL_MISSED_CALLS); in createCancelAllMissedCallsPendingIntent()
123 intent.setAction(ACTION_CANCEL_SINGLE_MISSED_CALL); in createCancelSingleMissedCallPendingIntent()
131 intent.setAction(ACTION_LEGACY_VOICEMAIL_DISMISSED); in createLegacyVoicemailDismissedPendingIntent()
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/
DCellBroadcastAlertAudioTest.java121 intent.setAction(SHOW_NEW_ALERT_ACTION); in testStartService()
155 intent.setAction(SHOW_NEW_ALERT_ACTION); in testStartServiceNotInCallOverrideDnd()
184 intent.setAction(SHOW_NEW_ALERT_ACTION); in testStartServiceEnableLedFlash()
208 intent.setAction(SHOW_NEW_ALERT_ACTION); in testStartServiceSilentRinger()
230 intent.setAction(SHOW_NEW_ALERT_ACTION); in testStartServiceVibrateRinger()
250 intent.setAction(SHOW_NEW_ALERT_ACTION); in testStartServiceAndStop()
DCellBroadcastAlertServiceTest.java122 intent.setAction(Telephony.Sms.Intents.ACTION_SMS_EMERGENCY_CB_RECEIVED); in sendMessage()
130 intent.setAction(Telephony.Sms.Intents.ACTION_SMS_EMERGENCY_CB_RECEIVED); in sendMessageForCmasMessageClass()
140 intent.setAction(Telephony.Sms.Intents.ACTION_SMS_EMERGENCY_CB_RECEIVED); in sendMessageForCmasMessageClassAndLanguage()
287 intent.setAction(SHOW_NEW_ALERT_ACTION); in testShowNewAlert()
/packages/apps/Gallery2/src/com/android/photos/
DSelectionManager.java113 mShareIntent.setAction(null).setType(null); in onItemSelectedStateChanged()
117 mShareIntent.setAction(null).setType(null); in onItemSelectedStateChanged()
127 mShareIntent.setAction(Intent.ACTION_SEND); in onItemSelectedStateChanged()
130 mShareIntent.setAction(Intent.ACTION_SEND_MULTIPLE); in onItemSelectedStateChanged()
182 mShareIntent.setAction(null).setType(null); in onClearSelection()
/packages/apps/Settings/tests/robotests/src/com/android/settings/connecteddevice/usb/
DUsbConnectionBroadcastReceiverTest.java66 intent.setAction(UsbManager.ACTION_USB_STATE); in onReceive_usbConnected_invokeCallback()
78 intent.setAction(UsbManager.ACTION_USB_STATE); in onReceive_usbDisconnected_invokeCallback()
90 intent.setAction(UsbManager.ACTION_USB_STATE); in onReceive_usbConnectedMtpEnabled_invokeCallback()
104 intent.setAction(UsbManager.ACTION_USB_STATE); in onReceive_usbConnectedNcmEnabled_invokesCallback()
118 intent.setAction(UsbManager.ACTION_USB_PORT_CHANGED); in onReceive_usbPortStatus_invokeCallback()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java374 serviceIntent.setAction(ContactSaveService.ACTION_NEW_RAW_CONTACT); in createNewRawContactIntent()
387 callbackIntent.setAction(callbackAction); in createNewRawContactIntent()
465 serviceIntent.setAction(ContactSaveService.ACTION_SAVE_CONTACT); in createSaveContactIntent()
483 callbackIntent.setAction(callbackAction); in createSaveContactIntent()
760 serviceIntent.setAction(ContactSaveService.ACTION_CREATE_GROUP); in createNewGroupIntent()
770 callbackIntent.setAction(callbackAction); in createNewGroupIntent()
819 serviceIntent.setAction(ContactSaveService.ACTION_RENAME_GROUP); in createGroupRenameIntent()
825 callbackIntent.setAction(callbackAction); in createGroupRenameIntent()
855 serviceIntent.setAction(ContactSaveService.ACTION_DELETE_GROUP); in createGroupDeletionIntent()
881 serviceIntent.setAction(ContactSaveService.ACTION_UNDO); in createUndoIntent()
[all …]
/packages/apps/Dialer/java/com/android/dialer/blockreportspam/
DShowBlockReportSpamDialogNotifier.java41 intent.setAction( in notifyShowDialogToBlockNumberAndOptionallyReportSpam()
56 intent.setAction(ShowBlockReportSpamDialogReceiver.ACTION_SHOW_DIALOG_TO_BLOCK_NUMBER); in notifyShowDialogToBlockNumber()
69 intent.setAction(ShowBlockReportSpamDialogReceiver.ACTION_SHOW_DIALOG_TO_REPORT_NOT_SPAM); in notifyShowDialogToReportNotSpam()
82 intent.setAction(ShowBlockReportSpamDialogReceiver.ACTION_SHOW_DIALOG_TO_UNBLOCK_NUMBER); in notifyShowDialogToUnblockNumber()
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchNotificationBuilder.kt61 .setAction(StopwatchService.ACTION_SHOW_STOPWATCH) in build()
81 .setAction(StopwatchService.ACTION_PAUSE_STOPWATCH) in build()
92 .setAction(StopwatchService.ACTION_LAP_STOPWATCH) in build()
114 .setAction(StopwatchService.ACTION_START_STOPWATCH) in build()
124 .setAction(StopwatchService.ACTION_RESET_STOPWATCH) in build()
DTimerNotificationBuilder.kt88 .setAction(TimerService.ACTION_PAUSE_TIMER) in build()
98 .setAction(TimerService.ACTION_ADD_MINUTE_TIMER) in build()
111 .setAction(TimerService.ACTION_START_TIMER) in build()
121 .setAction(TimerService.ACTION_RESET_TIMER) in build()
148 .setAction(TimerService.ACTION_SHOW_TIMER) in build()
329 .setAction(TimerService.ACTION_RESET_TIMER) in buildMissed()
350 .setAction(TimerService.ACTION_SHOW_TIMER) in buildMissed()
/packages/services/Telephony/src/com/android/phone/euicc/
DEuiccPrivilegedActionUiDispatcherActivity.java44 intent.setAction(EuiccService.ACTION_TOGGLE_SUBSCRIPTION_PRIVILEGED); in getEuiccUiIntent()
47 intent.setAction(EuiccService.ACTION_DELETE_SUBSCRIPTION_PRIVILEGED); in getEuiccUiIntent()
50 intent.setAction(EuiccService.ACTION_RENAME_SUBSCRIPTION_PRIVILEGED); in getEuiccUiIntent()
/packages/apps/Dialer/java/com/android/dialer/app/
DMainComponent.java39 intent.setAction(Intent.ACTION_VIEW); in getIntent()
47 intent.setAction("ACTION_SHOW_TAB"); in getShowCallLogIntent()
55 intent.setAction("ACTION_SHOW_TAB"); in getShowVoicemailIntent()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupWizardActivity.java159 step1.setAction(new Runnable() { in onCreate()
173 step2.setAction(new Runnable() { in onCreate()
186 step3.setAction(new Runnable() { in onCreate()
275 intent.setAction(Settings.ACTION_INPUT_METHOD_SETTINGS); in invokeLanguageAndInputSettings()
294 intent.setAction(Settings.ACTION_INPUT_METHOD_SUBTYPE_SETTINGS); in invokeSubtypeEnablerOfThisIme()
480 public void setAction(final Runnable action) {
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/manageduser/
DManagedUserRemovalListenerTest.java47 private static final Intent ARBITRARY_ACTION_INTENT = new Intent().setAction(ACTION_USER_ADDED);
50 .setAction(ACTION_USER_REMOVED)
54 .setAction(ACTION_USER_REMOVED)
/packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
DBluetoothPairingServiceTest.java89 intent.setAction(BluetoothDevice.ACTION_PAIRING_REQUEST); in receivePairingRequestAction_notificationShown()
102 intent.setAction(ACTION_DISMISS_PAIRING); in receiveDismissPairingAction_cancelPairing()
116 intent.setAction(ACTION_PAIRING_DIALOG); in receivePairingDialogAction_startActivity()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java578 new Intent(baseIntent).setAction(Constants.ACTION_DECLINE), in updateIncomingFileConfirmNotification()
586 new Intent(baseIntent).setAction(Constants.ACTION_ACCEPT), in updateIncomingFileConfirmNotification()
598 new Intent(baseIntent).setAction( in updateIncomingFileConfirmNotification()
602 new Intent(baseIntent).setAction(Constants.ACTION_HIDE), in updateIncomingFileConfirmNotification()
627 new Intent(baseIntent).setAction( in updateIncomingFileConfirmNotification()
631 new Intent(baseIntent).setAction(Constants.ACTION_HIDE), in updateIncomingFileConfirmNotification()
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DSecondLevelIndicatorControlBar.java115 event.setAction(MotionEvent.ACTION_CANCEL); in dispatchTouchEvent()
117 event.setAction(oldAction); in dispatchTouchEvent()
131 event.setAction(MotionEvent.ACTION_DOWN); in dispatchTouchEvent()
/packages/apps/Settings/src/com/android/settings/wifi/dpp/
DWifiDppUtils.java211 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in getConfiguratorQrCodeGeneratorIntentOrNull()
243 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in getConfiguratorQrCodeGeneratorIntentOrNull()
267 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_SCANNER); in getConfiguratorQrCodeScannerIntentOrNull()
297 intent.setAction(WifiDppConfiguratorActivity.ACTION_CONFIGURATOR_QR_CODE_GENERATOR); in getHotspotConfiguratorIntentOrNull()
/packages/services/Car/tests/GarageModeTestApp/src/com/google/android/car/garagemode/testapp/
DCarIdlenessTrackerWrapper.java37 i.setAction(ACTION_GARAGE_MODE_ON); in sendBroadcastToEnterGarageMode()
44 i.setAction(ACTION_GARAGE_MODE_OFF); in sendBroadcastToExitGarageMode()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DSettingsStorageService.java53 intent.setAction(ACTION_FORMAT_AS_PUBLIC); in formatAsPublic()
60 intent.setAction(ACTION_FORMAT_AS_PRIVATE); in formatAsPrivate()
67 intent.setAction(ACTION_UNMOUNT); in unmount()
/packages/apps/DeskClock/src/com/android/deskclock/
DHandleShortcuts.kt41 .setAction(StopwatchService.ACTION_PAUSE_STOPWATCH)) in onCreate()
50 .setAction(StopwatchService.ACTION_START_STOPWATCH)) in onCreate()
/packages/apps/Dialer/java/com/android/dialer/calllog/notifier/
DRefreshAnnotatedCallLogNotifier.java78 intent.setAction(IntentNames.ACTION_REFRESH_ANNOTATED_CALL_LOG); in notify()
95 intent.setAction(IntentNames.ACTION_CANCEL_REFRESHING_ANNOTATED_CALL_LOG); in cancel()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DTestingSettingsBroadcastReceiverTest.java61 intent.setAction(""); in onReceive_wrongIntent_shouldNotStartActivity()
72 intent.setAction(TelephonyManager.ACTION_SECRET_CODE); in onReceive_correctIntent_shouldStartActivity()
/packages/apps/Protips/src/com/android/protips/
DProtipWidget.java149 bcast.setAction(ACTION_POKE); in onReceiveAsync()
197 bcast.setAction(ACTION_NEXT_TIP); in buildUpdate()
204 bcast.setAction(ACTION_POKE); in buildUpdate()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
DOtherActivityInputConsumer.java195 ev.setAction(ACTION_CANCEL); in forceCancelGesture()
197 ev.setAction(action); in forceCancelGesture()
223 ev.setAction(ACTION_MOVE_ALLOW_EASY_FLING); in onMotionEvent()
225 ev.setAction(action); in onMotionEvent()

12345678910