/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/task/ |
D | CrossProfileIntentFiltersSetter.java | 50 .addAction(Intent.ACTION_CALL_EMERGENCY) 51 .addAction(Intent.ACTION_CALL_PRIVILEGED) 64 .addAction(Intent.ACTION_CALL_EMERGENCY) 65 .addAction(Intent.ACTION_CALL_PRIVILEGED) 76 .addAction(Intent.ACTION_DIAL) 77 .addAction(Intent.ACTION_VIEW) 90 .addAction(Intent.ACTION_DIAL) 91 .addAction(Intent.ACTION_VIEW) 105 .addAction(Intent.ACTION_DIAL) 113 .addAction(Intent.ACTION_CALL_BUTTON) [all …]
|
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | AdapterProperties.java | 147 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in init() 148 filter.addAction(BluetoothHeadsetClient.ACTION_CONNECTION_STATE_CHANGED); in init() 149 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in init() 150 filter.addAction(BluetoothA2dpSink.ACTION_CONNECTION_STATE_CHANGED); in init() 151 filter.addAction(BluetoothInputHost.ACTION_CONNECTION_STATE_CHANGED); in init() 152 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED); in init() 153 filter.addAction(BluetoothAvrcpController.ACTION_CONNECTION_STATE_CHANGED); in init() 154 filter.addAction(BluetoothPan.ACTION_CONNECTION_STATE_CHANGED); in init() 155 filter.addAction(BluetoothMap.ACTION_CONNECTION_STATE_CHANGED); in init() 156 filter.addAction(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED); in init() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherAppState.java | 104 filter.addAction(Intent.ACTION_LOCALE_CHANGED); 106 filter.addAction(Intent.ACTION_MANAGED_PROFILE_ADDED); 107 filter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED); 108 filter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE); 109 filter.addAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE); 110 filter.addAction(Intent.ACTION_MANAGED_PROFILE_UNLOCKED); 114 filter.addAction(Intent.ACTION_WALLPAPER_CHANGED);
|
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/notify/ |
D | WifiNotificationController.java | 207 filter.addAction(WifiManager.WIFI_STATE_CHANGED_ACTION); in start() 208 filter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION); in start() 209 filter.addAction(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION); in start() 210 filter.addAction(RoboCompatUtil.ACTION_USER_RESTRICTIONS_CHANGED); in start() 211 filter.addAction(ACTION_CONNECT_TO_RECOMMENDED_NETWORK_AND_OPEN_SETTINGS); in start() 212 filter.addAction(ACTION_CONNECT_TO_RECOMMENDED_NETWORK); in start() 213 filter.addAction(ACTION_NOTIFICATION_DELETED); in start() 214 filter.addAction(ACTION_PICK_WIFI_NETWORK); in start() 215 filter.addAction(ACTION_PICK_WIFI_NETWORK_AFTER_CONNECT_FAILURE); in start()
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | RegisteredComponentCache.java | 71 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/apps/DocumentsUI/src/com/android/documentsui/ |
D | DocumentsApplication.java | 90 packageFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in onCreate() 91 packageFilter.addAction(Intent.ACTION_PACKAGE_CHANGED); in onCreate() 92 packageFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in onCreate() 93 packageFilter.addAction(Intent.ACTION_PACKAGE_DATA_CLEARED); in onCreate() 98 localeFilter.addAction(Intent.ACTION_LOCALE_CHANGED); in onCreate()
|
/packages/apps/Settings/src/com/android/settings/localepicker/ |
D | LocaleLinearLayoutManager.java | 99 info.addAction(mActionMoveUp); in onInitializeAccessibilityNodeInfoForItem() 100 info.addAction(mActionMoveTop); in onInitializeAccessibilityNodeInfoForItem() 103 info.addAction(mActionMoveDown); in onInitializeAccessibilityNodeInfoForItem() 104 info.addAction(mActionMoveBottom); in onInitializeAccessibilityNodeInfoForItem() 107 info.addAction(mActionRemove); in onInitializeAccessibilityNodeInfoForItem()
|
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallServiceNotifier.java | 289 builder.addAction(0, "Add Call", createIncomingAudioCall(context)); in addAddCallAction() 297 builder.addAction(0, "1-way Video", createOneWayVideoCallIntent(context)); in addAddOneWayVideoCallAction() 305 builder.addAction(0, "2-way Video", createTwoWayVideoCallIntent(context)); in addAddTwoWayVideoCallAction() 312 builder.addAction(0, "Exit", createExitIntent(context)); in addExitAction() 319 builder.addAction(0, "Show Accts", createShowAllPhoneAccountsIntent(context)); in addShowAllPhoneAccountsAction() 326 builder.addAction(0, "Reg.Acct.", createRegisterPhoneAccountIntent(context)); in addRegisterPhoneAccountAction()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 109 info.addAction(mActions.get(DEEP_SHORTCUTS)); in addSupportedActions() 113 info.addAction(mActions.get(REMOVE)); in addSupportedActions() 116 info.addAction(mActions.get(UNINSTALL)); in addSupportedActions() 119 info.addAction(mActions.get(INFO)); in addSupportedActions() 126 info.addAction(mActions.get(MOVE)); in addSupportedActions() 129 info.addAction(mActions.get(MOVE_TO_WORKSPACE)); in addSupportedActions() 132 info.addAction(mActions.get(RESIZE)); in addSupportedActions() 138 info.addAction(mActions.get(ADD_TO_WORKSPACE)); in addSupportedActions()
|
D | OverviewAccessibilityDelegate.java | 45 info.addAction(new AccessibilityAction(OVERVIEW, context.getText(OVERVIEW))); in onInitializeAccessibilityNodeInfo() 48 info.addAction(new AccessibilityAction(WALLPAPERS, context.getText(WALLPAPERS))); in onInitializeAccessibilityNodeInfo() 50 info.addAction(new AccessibilityAction(WIDGETS, context.getText(WIDGETS))); in onInitializeAccessibilityNodeInfo() 51 info.addAction(new AccessibilityAction(SETTINGS, context.getText(SETTINGS))); in onInitializeAccessibilityNodeInfo()
|
/packages/apps/Nfc/src/com/android/nfc/cardemulation/ |
D | RegisteredServicesCache.java | 146 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in RegisteredServicesCache() 147 intentFilter.addAction(Intent.ACTION_PACKAGE_CHANGED); in RegisteredServicesCache() 148 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in RegisteredServicesCache() 149 intentFilter.addAction(Intent.ACTION_PACKAGE_REPLACED); in RegisteredServicesCache() 150 intentFilter.addAction(Intent.ACTION_PACKAGE_FIRST_LAUNCH); in RegisteredServicesCache() 151 intentFilter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in RegisteredServicesCache() 157 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in RegisteredServicesCache() 158 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in RegisteredServicesCache()
|
D | RegisteredNfcFServicesCache.java | 154 intentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); in RegisteredNfcFServicesCache() 155 intentFilter.addAction(Intent.ACTION_PACKAGE_CHANGED); in RegisteredNfcFServicesCache() 156 intentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); in RegisteredNfcFServicesCache() 157 intentFilter.addAction(Intent.ACTION_PACKAGE_REPLACED); in RegisteredNfcFServicesCache() 158 intentFilter.addAction(Intent.ACTION_PACKAGE_FIRST_LAUNCH); in RegisteredNfcFServicesCache() 159 intentFilter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in RegisteredNfcFServicesCache() 165 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in RegisteredNfcFServicesCache() 166 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in RegisteredNfcFServicesCache()
|
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/ |
D | NotificationService.java | 143 .addAction(R.drawable.ic_media_next, context.getString(R.string.sms_reply), ai) in makeSmsNotification() 224 .addAction(R.drawable.ic_dial_action_call, getString(R.string.call_answer), ans) in onHandleIntent() 225 .addAction(R.drawable.ic_end_call, getString(R.string.call_ignore), ign) in onHandleIntent() 265 .addAction(R.drawable.stat_notify_snooze, getString(R.string.calendar_10), in onHandleIntent() 267 … .addAction(R.drawable.stat_notify_snooze_longer, getString(R.string.calendar_60), in onHandleIntent() 269 .addAction(R.drawable.stat_notify_email, "Email", in onHandleIntent() 288 .addAction(R.drawable.add, getString(R.string.picture_add), ai) in onHandleIntent()
|
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/wakeup/ |
D | WifiWakeupController.java | 171 filter.addAction(WifiManager.WIFI_STATE_CHANGED_ACTION); in start() 172 filter.addAction(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION); in start() 173 filter.addAction(WifiManager.CONFIGURED_NETWORKS_CHANGED_ACTION); in start() 174 filter.addAction(WifiManager.WIFI_AP_STATE_CHANGED_ACTION); in start() 175 filter.addAction(PowerManager.ACTION_POWER_SAVE_MODE_CHANGED); in start() 176 filter.addAction(RoboCompatUtil.ACTION_USER_RESTRICTIONS_CHANGED); in start()
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
D | BluetoothPairingService.java | 158 .addAction(pairAction) in onStartCommand() 159 .addAction(dismissAction); in onStartCommand() 162 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in onStartCommand() 163 filter.addAction(BluetoothDevice.ACTION_PAIRING_CANCEL); in onStartCommand() 164 filter.addAction(ACTION_DISMISS_PAIRING); in onStartCommand()
|
/packages/apps/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 165 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in start() 166 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in start() 167 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in start() 168 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in start() 169 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED); in start() 170 filter.addAction(ACTION_ALLOW_CONNECT); in start() 171 filter.addAction(ACTION_DENY_CONNECT); in start()
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LauncherApplication.java | 63 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in onCreate() 64 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onCreate() 67 filter.addAction(SearchManager.INTENT_GLOBAL_SEARCH_ACTIVITY_CHANGED); in onCreate() 70 filter.addAction(SearchManager.INTENT_ACTION_SEARCHABLES_CHANGED); in onCreate()
|
/packages/apps/TV/src/com/android/tv/dvr/ |
D | DvrStorageStatusManager.java | 186 filter.addAction(Intent.ACTION_MEDIA_MOUNTED); in DvrStorageStatusManager() 187 filter.addAction(Intent.ACTION_MEDIA_UNMOUNTED); in DvrStorageStatusManager() 188 filter.addAction(Intent.ACTION_MEDIA_EJECT); in DvrStorageStatusManager() 189 filter.addAction(Intent.ACTION_MEDIA_REMOVED); in DvrStorageStatusManager() 190 filter.addAction(Intent.ACTION_MEDIA_BAD_REMOVAL); in DvrStorageStatusManager()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
D | MapMceTestFragment.java | 119 filter.addAction(BluetoothDevicePicker.ACTION_DEVICE_SELECTED); in launchDevicePicker() 140 intentFilter.addAction(BluetoothMapClient.ACTION_MESSAGE_SENT_SUCCESSFULLY); in onResume() 141 intentFilter.addAction(BluetoothMapClient.ACTION_MESSAGE_DELIVERED_SUCCESSFULLY); in onResume() 142 intentFilter.addAction(BluetoothMapClient.ACTION_MESSAGE_RECEIVED); in onResume() 143 intentFilter.addAction(BluetoothMapClient.ACTION_CONNECTION_STATE_CHANGED); in onResume()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsPackageMonitor.java | 98 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/experimental/ExampleImsFramework/src/com/android/example/imsframework/ |
D | ImsFrameworkApp.java | 57 intentFilter.addAction(TelephonyIntents.ACTION_ANY_DATA_CONNECTION_STATE_CHANGED); in onCreate() 58 intentFilter.addAction(TelephonyIntents.ACTION_SIM_STATE_CHANGED); in onCreate() 59 intentFilter.addAction(TelephonyIntents.ACTION_RADIO_TECHNOLOGY_CHANGED); in onCreate() 60 intentFilter.addAction(TelephonyIntents.ACTION_SERVICE_STATE_CHANGED); in onCreate()
|
/packages/apps/Settings/tests/app/src/com/android/settings/tests/ |
D | BluetoothRequestPermissionTest.java | 93 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_STARTED); in onCreate() 94 filter.addAction(BluetoothAdapter.ACTION_DISCOVERY_FINISHED); in onCreate() 95 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in onCreate() 96 filter.addAction(BluetoothDevice.ACTION_FOUND); in onCreate()
|
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/ |
D | LocalMediaBrowserService.java | 135 filter.addAction(ACTION_PLAY); in onCreate() 136 filter.addAction(ACTION_PAUSE); in onCreate() 137 filter.addAction(ACTION_NEXT); in onCreate() 138 filter.addAction(ACTION_PREV); in onCreate()
|
D | Player.java | 135 .addAction(prevAction) in Player() 136 .addAction(pauseAction) in Player() 137 .addAction(nextAction); in Player() 143 .addAction(prevAction) in Player() 144 .addAction(playAction) in Player() 145 .addAction(nextAction); in Player()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | ScreensaverActivity.java | 143 filter.addAction(Intent.ACTION_POWER_CONNECTED); in onStart() 144 filter.addAction(Intent.ACTION_POWER_DISCONNECTED); in onStart() 145 filter.addAction(Intent.ACTION_USER_PRESENT); in onStart() 147 filter.addAction(AlarmManager.ACTION_NEXT_ALARM_CLOCK_CHANGED); in onStart()
|