Home
last modified time | relevance | path

Searched refs:addAction (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/
DCrossProfileIntentFiltersSetter.java54 .addAction(Intent.ACTION_CALL_EMERGENCY)
55 .addAction(Intent.ACTION_CALL_PRIVILEGED)
68 .addAction(Intent.ACTION_CALL_EMERGENCY)
69 .addAction(Intent.ACTION_CALL_PRIVILEGED)
80 .addAction(Intent.ACTION_DIAL)
81 .addAction(Intent.ACTION_VIEW)
94 .addAction(Intent.ACTION_DIAL)
95 .addAction(Intent.ACTION_VIEW)
109 .addAction(Intent.ACTION_DIAL)
117 .addAction(Intent.ACTION_CALL_BUTTON)
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java87 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in LauncherAppState()
89 filter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED); in LauncherAppState()
90 filter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED); in LauncherAppState()
91 filter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE); in LauncherAppState()
92 filter.addAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE); in LauncherAppState()
93 filter.addAction(Intent.ACTION_MANAGED_PROFILE_UNLOCKED); in LauncherAppState()
96 filter.addAction(ACTION_FORCE_ROLOAD); in LauncherAppState()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/notification/
DNotificationFragment.java175 .addAction( in initImportanceHighBotton()
178 .addAction( in initImportanceHighBotton()
181 .addAction( in initImportanceHighBotton()
294 .addAction( in initMessagingStyleButton()
299 .addAction( in initMessagingStyleButton()
329 .addAction( in initTestMessagesButton()
334 .addAction( in initTestMessagesButton()
480 .addAction(new Notification.Action(R.drawable.thumb_down, "Thumb down", null)) in initMediaButton()
481 .addAction(new Notification.Action(R.drawable.skip_prev, "Skip prev", null)) in initMediaButton()
482 .addAction(new Notification.Action(R.drawable.play_arrow, "Play", null)) in initMediaButton()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterProperties.java211 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in init()
212 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); in init()
213 filter.addAction(BluetoothHearingAid.ACTION_CONNECTION_STATE_CHANGED); in init()
214 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in init()
215 filter.addAction(BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED); in init()
216 filter.addAction(BluetoothHidDevice.ACTION_CONNECTION_STATE_CHANGED); in init()
217 filter.addAction(BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED); in init()
218 filter.addAction(BluetoothAvrcpController.ACTION_CONNECTION_STATE_CHANGED); in init()
219 filter.addAction(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in init()
220 filter.addAction(BluetoothMap.ACTION_CONNECTION_STATE_CHANGED); in init()
[all …]
DPhonePolicy.java230 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in start()
231 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in start()
232 filter.addAction(BluetoothDevice.ACTION_ACL_CONNECTED); in start()
233 filter.addAction(BluetoothDevice.ACTION_UUID); in start()
234 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in start()
235 filter.addAction(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED); in start()
236 filter.addAction(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED); in start()
237 filter.addAction(BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED); in start()
DActiveDeviceManager.java384 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in start()
385 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in start()
386 filter.addAction(BluetoothA2dp.ACTION_ACTIVE_DEVICE_CHANGED); in start()
387 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in start()
388 filter.addAction(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED); in start()
389 filter.addAction(BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED); in start()
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DAccessibilityEventRouter.java68 addAction(info); in AccessibilityEventRouter()
71 addAction(info); in AccessibilityEventRouter()
95 private void addAction(AccessibilityNodeInfoCompat info) { in addAction() method in AccessibilityEventRouter
96 info.addAction(AccessibilityActionCompat.ACTION_CLICK); in addAction()
98 info.addAction(AccessibilityNodeInfoCompat.ACTION_LONG_CLICK); in addAction()
/packages/apps/Nfc/src/com/android/nfc/
DRegisteredComponentCache.java71 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in RegisteredComponentCache()
72 intentFilter.addAction(Intent.ACTION_PACKAGE_CHANGED); in RegisteredComponentCache()
73 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in RegisteredComponentCache()
78 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in RegisteredComponentCache()
79 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in RegisteredComponentCache()
83 userFilter.addAction(Intent.ACTION_USER_SWITCHED); in RegisteredComponentCache()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/localepicker/
DLocaleLinearLayoutManager.java100 info.addAction(mActionMoveUp); in onInitializeAccessibilityNodeInfoForItem()
101 info.addAction(mActionMoveTop); in onInitializeAccessibilityNodeInfoForItem()
104 info.addAction(mActionMoveDown); in onInitializeAccessibilityNodeInfoForItem()
105 info.addAction(mActionMoveBottom); in onInitializeAccessibilityNodeInfoForItem()
108 info.addAction(mActionRemove); in onInitializeAccessibilityNodeInfoForItem()
/packages/apps/Settings/src/com/android/settings/localepicker/
DLocaleLinearLayoutManager.java100 info.addAction(mActionMoveUp); in onInitializeAccessibilityNodeInfoForItem()
101 info.addAction(mActionMoveTop); in onInitializeAccessibilityNodeInfoForItem()
104 info.addAction(mActionMoveDown); in onInitializeAccessibilityNodeInfoForItem()
105 info.addAction(mActionMoveBottom); in onInitializeAccessibilityNodeInfoForItem()
108 info.addAction(mActionRemove); in onInitializeAccessibilityNodeInfoForItem()
/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DPackageIntentReceiver.java34 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in PackageIntentReceiver()
35 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in PackageIntentReceiver()
41 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in PackageIntentReceiver()
42 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in PackageIntentReceiver()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DDocumentsApplication.java123 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in onCreate()
124 packageFilter.addAction(Intent.ACTION_PACKAGE_CHANGED); in onCreate()
125 packageFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in onCreate()
126 packageFilter.addAction(Intent.ACTION_PACKAGE_DATA_CLEARED); in onCreate()
131 localeFilter.addAction(Intent.ACTION_LOCALE_CHANGED); in onCreate()
/packages/services/Telecomm/src/com/android/server/telecom/bluetooth/
DBluetoothStateReceiver.java41 INTENT_FILTER.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED);
42 INTENT_FILTER.addAction(BluetoothHeadset.ACTION_AUDIO_STATE_CHANGED);
43 INTENT_FILTER.addAction(BluetoothHeadset.ACTION_ACTIVE_DEVICE_CHANGED);
44 INTENT_FILTER.addAction(BluetoothHearingAid.ACTION_CONNECTION_STATE_CHANGED);
45 INTENT_FILTER.addAction(BluetoothHearingAid.ACTION_ACTIVE_DEVICE_CHANGED);
/packages/apps/TV/common/src/com/android/tv/common/recording/
DRecordingStorageStatusManager.java158 filter.addAction(Intent.ACTION_MEDIA_MOUNTED); in RecordingStorageStatusManager()
159 filter.addAction(Intent.ACTION_MEDIA_UNMOUNTED); in RecordingStorageStatusManager()
160 filter.addAction(Intent.ACTION_MEDIA_EJECT); in RecordingStorageStatusManager()
161 filter.addAction(Intent.ACTION_MEDIA_REMOVED); in RecordingStorageStatusManager()
162 filter.addAction(Intent.ACTION_MEDIA_BAD_REMOVAL); in RecordingStorageStatusManager()
/packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
DBluetoothPairingService.java159 .addAction(pairAction) in onStartCommand()
160 .addAction(dismissAction); in onStartCommand()
163 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in onStartCommand()
164 filter.addAction(BluetoothDevice.ACTION_PAIRING_CANCEL); in onStartCommand()
165 filter.addAction(ACTION_DISMISS_PAIRING); in onStartCommand()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java328 builder.addAction(0, "Add Call", createIncomingAudioCall(context)); in addAddCallAction()
336 builder.addAction(0, "1-way Video", createOneWayVideoCallIntent(context)); in addAddOneWayVideoCallAction()
344 builder.addAction(0, "2-way Video", createTwoWayVideoCallIntent(context)); in addAddTwoWayVideoCallAction()
351 builder.addAction(0, "Exit", createExitIntent(context)); in addExitAction()
358 builder.addAction(0, "Show Accts", createShowAllPhoneAccountsIntent(context)); in addShowAllPhoneAccountsAction()
365 builder.addAction(0, "Reg.Acct.", createRegisterPhoneAccountIntent(context)); in addRegisterPhoneAccountAction()
/packages/apps/Launcher3/SecondaryDisplayLauncher/src/com/android/launcher3/
DAppListViewModel.java110 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in PackageIntentReceiver()
111 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in PackageIntentReceiver()
117 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in PackageIntentReceiver()
118 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in PackageIntentReceiver()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/bluetooth/
DBluetoothPairingService.java159 .addAction(pairAction) in onStartCommand()
160 .addAction(dismissAction); in onStartCommand()
163 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in onStartCommand()
164 filter.addAction(BluetoothDevice.ACTION_PAIRING_CANCEL); in onStartCommand()
165 filter.addAction(ACTION_DISMISS_PAIRING); in onStartCommand()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPairingService.java159 .addAction(pairAction) in onStartCommand()
160 .addAction(dismissAction); in onStartCommand()
163 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in onStartCommand()
164 filter.addAction(BluetoothDevice.ACTION_PAIRING_CANCEL); in onStartCommand()
165 filter.addAction(ACTION_DISMISS_PAIRING); in onStartCommand()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsPackageMonitor.java98 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in registerReceiver()
99 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in registerReceiver()
100 filter.addAction(Intent.ACTION_PACKAGE_REPLACED); in registerReceiver()
101 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in registerReceiver()
/packages/apps/Settings/tests/unit/src/com/android/settings/tests/
DBluetoothRequestPermissionTest.java95 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_STARTED); in onCreate()
96 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); in onCreate()
97 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in onCreate()
98 filter.addAction(BluetoothDevice.ACTION_FOUND); in onCreate()
/packages/apps/Nfc/src/com/android/nfc/handover/
DBluetoothPeripheralHandover.java171 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in start()
172 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in start()
173 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in start()
174 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in start()
175 filter.addAction(BluetoothHidHost.ACTION_CONNECTION_STATE_CHANGED); in start()
176 filter.addAction(ACTION_ALLOW_CONNECT); in start()
177 filter.addAction(ACTION_DENY_CONNECT); in start()
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DRegisteredServicesCache.java147 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in RegisteredServicesCache()
148 intentFilter.addAction(Intent.ACTION_PACKAGE_CHANGED); in RegisteredServicesCache()
149 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in RegisteredServicesCache()
150 intentFilter.addAction(Intent.ACTION_PACKAGE_REPLACED); in RegisteredServicesCache()
151 intentFilter.addAction(Intent.ACTION_PACKAGE_FIRST_LAUNCH); in RegisteredServicesCache()
152 intentFilter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in RegisteredServicesCache()
158 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in RegisteredServicesCache()
159 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in RegisteredServicesCache()
/packages/services/Telephony/src/com/android/phone/
DPhoneGlobals.java422 intentFilter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in onCreate()
423 intentFilter.addAction(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED); in onCreate()
424 intentFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in onCreate()
425 intentFilter.addAction(TelephonyIntents.ACTION_EMERGENCY_CALLBACK_MODE_CHANGED); in onCreate()
426 intentFilter.addAction(TelephonyIntents.ACTION_DEFAULT_DATA_SUBSCRIPTION_CHANGED); in onCreate()
427 intentFilter.addAction(CarrierConfigManager.ACTION_CARRIER_CONFIG_CHANGED); in onCreate()
431 sipIntentFilter.addAction(SipManager.ACTION_SIP_SERVICE_UP); in onCreate()
432 sipIntentFilter.addAction(SipManager.ACTION_SIP_CALL_OPTION_CHANGED); in onCreate()
433 sipIntentFilter.addAction(SipManager.ACTION_SIP_REMOVE_PROFILE); in onCreate()
/packages/services/Car/service/src/com/android/car/
DOnShutdownReboot.java57 filter.addAction(Intent.ACTION_SHUTDOWN); in OnShutdownReboot()
58 filter.addAction(Intent.ACTION_REBOOT); in OnShutdownReboot()
62 OnShutdownReboot addAction(BiConsumer<Context, Intent> action) { in addAction() method in OnShutdownReboot

12345678910>>...12