/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ |
D | CrossProfileIntentFiltersHelper.java | 36 mimeTypeCallEmergency.addAction(Intent.ACTION_CALL_EMERGENCY); in setFilters() 37 mimeTypeCallEmergency.addAction(Intent.ACTION_CALL_PRIVILEGED); in setFilters() 53 callWithDataEmergency.addAction(Intent.ACTION_CALL_EMERGENCY); in setFilters() 54 callWithDataEmergency.addAction(Intent.ACTION_CALL_PRIVILEGED); in setFilters() 65 mimeTypeDial.addAction(Intent.ACTION_DIAL); in setFilters() 66 mimeTypeDial.addAction(Intent.ACTION_VIEW); in setFilters() 85 dialWithData.addAction(Intent.ACTION_DIAL); in setFilters() 86 dialWithData.addAction(Intent.ACTION_VIEW); in setFilters() 97 dialNoData.addAction(Intent.ACTION_DIAL); in setFilters() 105 callButton.addAction(Intent.ACTION_CALL_BUTTON); in setFilters() [all …]
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherAppState.java | 98 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in LauncherAppState() 99 filter.addAction(SearchManager.INTENT_GLOBAL_SEARCH_ACTIVITY_CHANGED); in LauncherAppState() 101 filter.addAction(LauncherAppsCompat.ACTION_MANAGED_PROFILE_ADDED); in LauncherAppState() 102 filter.addAction(LauncherAppsCompat.ACTION_MANAGED_PROFILE_REMOVED); in LauncherAppState() 103 filter.addAction(LauncherAppsCompat.ACTION_MANAGED_PROFILE_AVAILABLE); in LauncherAppState() 104 filter.addAction(LauncherAppsCompat.ACTION_MANAGED_PROFILE_UNAVAILABLE); in LauncherAppState()
|
/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/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/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/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
D | CallServiceNotifier.java | 287 builder.addAction(0, "Add Call", createIncomingAudioCall(context)); in addAddCallAction() 295 builder.addAction(0, "1-way Video", createOneWayVideoCallIntent(context)); in addAddOneWayVideoCallAction() 303 builder.addAction(0, "2-way Video", createTwoWayVideoCallIntent(context)); in addAddTwoWayVideoCallAction() 310 builder.addAction(0, "Exit", createExitIntent(context)); in addExitAction() 317 builder.addAction(0, "Show Accts", createShowAllPhoneAccountsIntent(context)); in addShowAllPhoneAccountsAction() 324 builder.addAction(0, "Reg.Acct.", createRegisterPhoneAccountIntent(context)); in addRegisterPhoneAccountAction()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | ScreensaverActivity.java | 112 filter.addAction(Intent.ACTION_POWER_CONNECTED); in onStart() 113 filter.addAction(Intent.ACTION_POWER_DISCONNECTED); in onStart() 114 filter.addAction(Intent.ACTION_USER_PRESENT); in onStart() 115 filter.addAction(Intent.ACTION_TIME_CHANGED); in onStart() 116 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onStart()
|
D | BaseActivity.java | 71 filter.addAction(Intent.ACTION_TIME_TICK); in onResume() 72 filter.addAction(Intent.ACTION_TIME_CHANGED); in onResume() 73 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onResume()
|
/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/Nfc/src/com/android/nfc/handover/ |
D | BluetoothPeripheralHandover.java | 144 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in start() 145 filter.addAction(BluetoothDevice.ACTION_BOND_STATE_CHANGED); in start() 146 filter.addAction(BluetoothA2dp.ACTION_CONNECTION_STATE_CHANGED); in start() 147 filter.addAction(BluetoothHeadset.ACTION_CONNECTION_STATE_CHANGED); in start() 148 filter.addAction(BluetoothInputDevice.ACTION_CONNECTION_STATE_CHANGED); in start() 149 filter.addAction(ACTION_ALLOW_CONNECT); in start() 150 filter.addAction(ACTION_DENY_CONNECT); in start()
|
/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/apps/Settings/src/com/android/settings/utils/ |
D | ServiceListing.java | 73 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in setListening() 74 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in setListening() 75 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in setListening() 76 filter.addAction(Intent.ACTION_PACKAGE_REPLACED); in setListening()
|
/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()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | SoundSettings.java | 542 filter.addAction(NotificationManager.ACTION_EFFECTS_SUPPRESSOR_CHANGED); in register() 543 filter.addAction(AudioManager.INTERNAL_RINGER_MODE_CHANGED_ACTION); in register() 583 filter.addAction(AudioManager.VOLUME_CHANGED_ACTION); in setListening() 584 filter.addAction(AudioManager.STREAM_DEVICES_CHANGED_ACTION); in setListening() 585 filter.addAction(AudioManager.RINGER_MODE_CHANGED_ACTION); in setListening() 586 filter.addAction(AudioManager.INTERNAL_RINGER_MODE_CHANGED_ACTION); in setListening() 587 filter.addAction(AudioManager.STREAM_MUTE_CHANGED_ACTION); in setListening() 588 filter.addAction(NotificationManager.ACTION_EFFECTS_SUPPRESSOR_CHANGED); in setListening()
|
/packages/apps/Launcher3/src/com/android/launcher3/accessibility/ |
D | LauncherAccessibilityDelegate.java | 100 info.addAction(mActions.get(REMOVE)); in onInitializeAccessibilityNodeInfo() 103 info.addAction(mActions.get(UNINSTALL)); in onInitializeAccessibilityNodeInfo() 106 info.addAction(mActions.get(INFO)); in onInitializeAccessibilityNodeInfo() 112 info.addAction(mActions.get(MOVE)); in onInitializeAccessibilityNodeInfo() 115 info.addAction(mActions.get(MOVE_TO_WORKSPACE)); in onInitializeAccessibilityNodeInfo() 118 info.addAction(mActions.get(RESIZE)); in onInitializeAccessibilityNodeInfo() 124 info.addAction(mActions.get(ADD_TO_WORKSPACE)); in onInitializeAccessibilityNodeInfo()
|
/packages/apps/Launcher3/src/com/android/launcher3/compat/ |
D | LauncherAppsCompatV16.java | 139 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in registerForPackageIntents() 140 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in registerForPackageIntents() 144 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in registerForPackageIntents() 145 filter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in registerForPackageIntents()
|
/packages/apps/Nfc/src/com/android/nfc/beam/ |
D | BeamStatusReceiver.java | 101 filter.addAction(ACTION_TRANSFER_PROGRESS); in getIntentFilter() 102 filter.addAction(ACTION_CANCEL_HANDOVER_TRANSFER); in getIntentFilter() 103 filter.addAction(ACTION_HANDOVER_STARTED); in getIntentFilter()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/ |
D | DaydreamFragment.java | 84 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in onResume() 85 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in onResume() 86 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in onResume() 87 filter.addAction(Intent.ACTION_PACKAGE_REPLACED); in onResume()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.java | 62 notification.addAction(R.drawable.ic_alarm_off_24dp, in showLowPriorityNotification() 96 notification.addAction(R.drawable.ic_alarm_off_24dp, in showHighPriorityNotification() 128 notification.addAction(R.drawable.ic_alarm_off_24dp, in showSnoozeNotification() 200 notification.addAction(R.drawable.ic_snooze_24dp, in showAlarmNotification() 209 notification.addAction(R.drawable.ic_alarm_off_24dp, in showAlarmNotification()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiStatusTest.java | 122 mWifiStateFilter.addAction(WifiManager.NETWORK_STATE_CHANGED_ACTION); in onCreate() 123 mWifiStateFilter.addAction(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION); in onCreate() 124 mWifiStateFilter.addAction(WifiManager.SUPPLICANT_STATE_CHANGED_ACTION); in onCreate() 125 mWifiStateFilter.addAction(WifiManager.RSSI_CHANGED_ACTION); in onCreate() 126 mWifiStateFilter.addAction(WifiManager.WIFI_STATE_CHANGED_ACTION); in onCreate()
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | Sources.java | 94 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in Sources() 95 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in Sources() 99 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_AVAILABLE); in Sources() 100 sdFilter.addAction(Intent.ACTION_EXTERNAL_APPLICATIONS_UNAVAILABLE); in Sources()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
D | KeyboardAccessibilityNodeProvider.java | 250 info.addAction(AccessibilityNodeInfoCompat.ACTION_CLICK); in createAccessibilityNodeInfo() 252 info.addAction(AccessibilityNodeInfoCompat.ACTION_LONG_CLICK); in createAccessibilityNodeInfo() 257 info.addAction(AccessibilityNodeInfoCompat.ACTION_CLEAR_ACCESSIBILITY_FOCUS); in createAccessibilityNodeInfo() 259 info.addAction(AccessibilityNodeInfoCompat.ACTION_ACCESSIBILITY_FOCUS); in createAccessibilityNodeInfo()
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
D | ManagedProfileSettings.java | 174 intentFilter.addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED); in register() 175 intentFilter.addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE); in register() 176 intentFilter.addAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE); in register()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | ResolveCache.java | 80 filter.addAction(Intent.ACTION_PACKAGE_REPLACED); in getInstance() 81 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in getInstance() 82 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in getInstance()
|