Home
last modified time | relevance | path

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

123456

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerService.java55 .setAction(ACTION_TIMER_EXPIRED) in createTimerExpiredIntent()
61 .setAction(ACTION_RESET_EXPIRED_TIMERS); in createResetExpiredTimersIntent()
66 .setAction(ACTION_RESET_UNEXPIRED_TIMERS); in createResetUnexpiredTimersIntent()
71 .setAction(HandleDeskClockApiCalls.ACTION_ADD_MINUTE_TIMER) in createAddMinuteTimerIntent()
77 .setAction(ACTION_UPDATE_NOTIFICATION); in createUpdateNotificationIntent()
/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()
DMultiChoiceManager.java237 .setAction(Intent.ACTION_EDIT); in singleItemAction()
243 .setAction(CropActivity.CROP_ACTION) in singleItemAction()
262 .setAction(Intent.ACTION_ATTACH_DATA) in singleItemAction()
/packages/apps/Contacts/src/com/android/contacts/
DContactSaveService.java287 serviceIntent.setAction(ContactSaveService.ACTION_NEW_RAW_CONTACT); in createNewRawContactIntent()
300 callbackIntent.setAction(callbackAction); in createNewRawContactIntent()
378 serviceIntent.setAction(ContactSaveService.ACTION_SAVE_CONTACT); in createSaveContactIntent()
396 callbackIntent.setAction(callbackAction); in createSaveContactIntent()
673 serviceIntent.setAction(ContactSaveService.ACTION_CREATE_GROUP); in createNewGroupIntent()
683 callbackIntent.setAction(callbackAction); in createNewGroupIntent()
736 serviceIntent.setAction(ContactSaveService.ACTION_RENAME_GROUP); in createGroupRenameIntent()
742 callbackIntent.setAction(callbackAction); in createGroupRenameIntent()
772 serviceIntent.setAction(ContactSaveService.ACTION_DELETE_GROUP); in createGroupDeletionIntent()
807 serviceIntent.setAction(ContactSaveService.ACTION_UPDATE_GROUP); in createGroupUpdateIntent()
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/data/
DStopwatchModel.java208 .setAction(HandleDeskClockApiCalls.ACTION_SHOW_STOPWATCH) in updateNotification()
237 .setAction(HandleDeskClockApiCalls.ACTION_PAUSE_STOPWATCH) in updateNotification()
247 .setAction(HandleDeskClockApiCalls.ACTION_LAP_STOPWATCH) in updateNotification()
273 .setAction(HandleDeskClockApiCalls.ACTION_START_STOPWATCH) in updateNotification()
282 .setAction(HandleDeskClockApiCalls.ACTION_RESET_STOPWATCH) in updateNotification()
295 .setAction(HandleDeskClockApiCalls.ACTION_RESET_STOPWATCH) in updateNotification()
DTimerModel.java635 .setAction(HandleDeskClockApiCalls.ACTION_PAUSE_TIMER) in updateNotification()
641 .setAction(HandleDeskClockApiCalls.ACTION_ADD_MINUTE_TIMER) in updateNotification()
650 .setAction(HandleDeskClockApiCalls.ACTION_START_TIMER) in updateNotification()
656 .setAction(HandleDeskClockApiCalls.ACTION_RESET_TIMER) in updateNotification()
679 .setAction(HandleDeskClockApiCalls.ACTION_SHOW_TIMERS) in updateNotification()
/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/Settings/src/com/android/settings/applications/
DDefaultBrowserPreference.java100 intent.setAction(Intent.ACTION_VIEW); in updateDefaultBrowserPreference()
122 intent.setAction(Intent.ACTION_VIEW); in resolveBrowserApps()
179 intent.setAction(Intent.ACTION_VIEW); in hasBrowserPreference()
/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/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DSettingsStorageService.java50 intent.setAction(ACTION_FORMAT_AS_PUBLIC); in formatAsPublic()
57 intent.setAction(ACTION_FORMAT_AS_PRIVATE); in formatAsPrivate()
64 intent.setAction(ACTION_UNMOUNT); in unmount()
/packages/apps/Nfc/src/com/android/nfc/beam/
DBluetoothOppHandover.java114 intent.setAction(ACTION_HANDOVER_SEND); in sendIntent()
117 intent.setAction(ACTION_HANDOVER_SEND_MULTIPLE); in sendIntent()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogNotificationsService.java167 serviceIntent.setAction( in updateVoicemailNotifications()
188 serviceIntent.setAction( in updateMissedCallNotifications()
DMissedCallNotifier.java248 intent.setAction(CallLogNotificationsService.ACTION_MARK_NEW_MISSED_CALLS_AS_OLD); in createClearMissedCallsPendingIntent()
254 intent.setAction( in createCallBackPendingIntent()
264 intent.setAction( in createSendSmsFromNotificationPendingIntent()
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sync/
DOmtpVvmSyncService.java119 serviceIntent.setAction(action); in getSyncIntent()
156 copyIntent.setAction(SYNC_DOWNLOAD_ONLY); in cancelRetriesForIntent()
158 copyIntent.setAction(SYNC_UPLOAD_ONLY); in cancelRetriesForIntent()
428 serviceIntent.setAction(action); in setRetryAlarm()
/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/Music/src/com/android/music/
DMediaButtonIntentReceiver.java63 i.setAction(MediaPlaybackService.SERVICECMD); in onReceive()
124 i.setAction(MediaPlaybackService.SERVICECMD); in onReceive()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DActionModeHandler.java336 intent.setAction(Intent.ACTION_SEND_MULTIPLE); in computePanoramaSharingIntent()
340 intent.setAction(Intent.ACTION_SEND); in computePanoramaSharingIntent()
374 intent.setAction(Intent.ACTION_SEND_MULTIPLE).setType(mimeType); in computeSharingIntent()
377 intent.setAction(Intent.ACTION_SEND).setType(mimeType); in computeSharingIntent()
/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntentsImpl.java291 intent.setAction(Intent.ACTION_VIEW); in launchSaveVCardToContactsActivity()
395 intent.setAction(Intent.ACTION_SENDTO); in getPendingIntentForSendingMessageToConversation()
410 intent.setAction(ACTION_RESET_NOTIFICATIONS); in getPendingIntentForClearingNotifications()
554 intent.setAction(ACTION_WIDGET_CONVERSATION + conversationId); in getWidgetPendingIntentForConversationActivity()
572 configureIntent.setAction(AppWidgetManager.ACTION_APPWIDGET_CONFIGURE); in getWidgetPendingIntentForConfigurationActivity()
/packages/apps/Email/provider_src/com/android/email/service/
DEmailBroadcastProcessorService.java96 i.setAction(ACTION_BROADCAST); in processBroadcastIntent()
103 i.setAction(ACTION_UPGRADE_BROADCAST); in processUpgradeBroadcastIntent()
114 i.setAction(ACTION_DEVICE_POLICY_ADMIN); in processDevicePolicyMessage()
/packages/apps/Settings/tests/app/src/com/android/settings/tests/
DBluetoothRequestPermissionTest.java105 i.setAction(BluetoothAdapter.ACTION_REQUEST_ENABLE); in requestPermission()
108 i.setAction(BluetoothAdapter.ACTION_REQUEST_DISCOVERABLE); in requestPermission()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java516 new Intent(baseIntent).setAction(Constants.ACTION_DECLINE), 0)) in updateIncomingFileConfirmNotification()
520 new Intent(baseIntent).setAction(Constants.ACTION_ACCEPT), 0)) in updateIncomingFileConfirmNotification()
522 new Intent(baseIntent).setAction(Constants.ACTION_INCOMING_FILE_CONFIRM), 0)) in updateIncomingFileConfirmNotification()
524 new Intent(baseIntent).setAction(Constants.ACTION_HIDE), 0)) in updateIncomingFileConfirmNotification()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DRequestPermissionActivity.java130 intent.setAction(RequestPermissionHelperActivity.ACTION_INTERNAL_REQUEST_BT_ON); in onCreate()
132 intent.setAction(RequestPermissionHelperActivity. in onCreate()
/packages/services/Telephony/src/com/android/phone/
DOutgoingCallBroadcaster.java460 intent.setAction(Intent.ACTION_CALL); in processIntent()
501 intent.setAction(action); in processIntent()
521 invokeFrameworkDialer.setAction(Intent.ACTION_DIAL); in processIntent()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactsIntentResolver.java142 intent.setAction(Intent.ACTION_DEFAULT); in resolveIntent()
152 intent.setAction(Intent.ACTION_DEFAULT); in resolveIntent()
/packages/apps/Dialer/tests/src/com/android/dialer/
DDialerLaunchPerformance.java33 mIntent.setAction(Intent.ACTION_MAIN); in onCreate()

123456