/frameworks/base/services/core/java/com/android/server/pm/ |
D | DefaultCrossProfileIntentFiltersUtils.java | 47 .addAction(Intent.ACTION_CALL_EMERGENCY) 48 .addAction(Intent.ACTION_CALL_PRIVILEGED) 65 .addAction(Intent.ACTION_CALL_EMERGENCY) 66 .addAction(Intent.ACTION_CALL_PRIVILEGED) 80 .addAction(Intent.ACTION_DIAL) 81 .addAction(Intent.ACTION_VIEW) 97 .addAction(Intent.ACTION_DIAL) 98 .addAction(Intent.ACTION_VIEW) 115 .addAction(Intent.ACTION_DIAL) 126 .addAction(Intent.ACTION_CALL_BUTTON) [all …]
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | NotificationHelper.java | 81 filter.addAction(RequestUtils.ACTION_FFWD); in onStart() 82 filter.addAction(RequestUtils.ACTION_NEXT); in onStart() 83 filter.addAction(RequestUtils.ACTION_PAUSE); in onStart() 84 filter.addAction(RequestUtils.ACTION_PLAY); in onStart() 85 filter.addAction(RequestUtils.ACTION_PREV); in onStart() 86 filter.addAction(RequestUtils.ACTION_REW); in onStart() 216 .addAction(R.drawable.ic_skip_previous, "Previous", in updateNotification() 218 .addAction(R.drawable.ic_fast_rewind, "Rewind", in updateNotification() 220 .addAction(playPauseIcon, playPauseLabel, in updateNotification() 222 .addAction(R.drawable.ic_fast_forward, "Fast Forward", in updateNotification() [all …]
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/idle/ |
D | CarIdlenessTracker.java | 81 filter.addAction(Intent.ACTION_SCREEN_ON); in startTracking() 82 filter.addAction(Intent.ACTION_SCREEN_OFF); in startTracking() 85 filter.addAction(ACTION_GARAGE_MODE_ON); in startTracking() 86 filter.addAction(ACTION_GARAGE_MODE_OFF); in startTracking() 89 filter.addAction(ACTION_FORCE_IDLE); in startTracking() 90 filter.addAction(ACTION_UNFORCE_IDLE); in startTracking() 91 filter.addAction(ActivityManagerService.ACTION_TRIGGER_IDLE); in startTracking()
|
D | DeviceIdlenessTracker.java | 90 filter.addAction(Intent.ACTION_SCREEN_ON); in startTracking() 91 filter.addAction(Intent.ACTION_SCREEN_OFF); in startTracking() 94 filter.addAction(Intent.ACTION_DREAMING_STARTED); in startTracking() 95 filter.addAction(Intent.ACTION_DREAMING_STOPPED); in startTracking() 98 filter.addAction(ActivityManagerService.ACTION_TRIGGER_IDLE); in startTracking() 101 filter.addAction(Intent.ACTION_DOCK_IDLE); in startTracking() 102 filter.addAction(Intent.ACTION_DOCK_ACTIVE); in startTracking()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | SystemActions.java | 625 intentFilter.addAction(INTENT_ACTION_BACK); in createIntentFilter() 626 intentFilter.addAction(INTENT_ACTION_HOME); in createIntentFilter() 627 intentFilter.addAction(INTENT_ACTION_RECENTS); in createIntentFilter() 628 intentFilter.addAction(INTENT_ACTION_NOTIFICATIONS); in createIntentFilter() 629 intentFilter.addAction(INTENT_ACTION_QUICK_SETTINGS); in createIntentFilter() 630 intentFilter.addAction(INTENT_ACTION_POWER_DIALOG); in createIntentFilter() 631 intentFilter.addAction(INTENT_ACTION_LOCK_SCREEN); in createIntentFilter() 632 intentFilter.addAction(INTENT_ACTION_TAKE_SCREENSHOT); in createIntentFilter() 633 intentFilter.addAction(INTENT_ACTION_HEADSET_HOOK); in createIntentFilter() 634 intentFilter.addAction(INTENT_ACTION_ACCESSIBILITY_BUTTON); in createIntentFilter() [all …]
|
/frameworks/base/core/java/com/android/internal/content/ |
D | PackageMonitor.java | 47 sPackageFilt.addAction(Intent.ACTION_PACKAGE_ADDED); 48 sPackageFilt.addAction(Intent.ACTION_PACKAGE_REMOVED); 49 sPackageFilt.addAction(Intent.ACTION_PACKAGE_CHANGED); 50 sPackageFilt.addAction(Intent.ACTION_QUERY_PACKAGE_RESTART); 51 sPackageFilt.addAction(Intent.ACTION_PACKAGE_RESTARTED); 52 sPackageFilt.addAction(Intent.ACTION_PACKAGE_DATA_CLEARED); 54 sNonDataFilt.addAction(Intent.ACTION_UID_REMOVED); 55 sNonDataFilt.addAction(Intent.ACTION_USER_STOPPED); 56 sNonDataFilt.addAction(Intent.ACTION_PACKAGES_SUSPENDED); 57 sNonDataFilt.addAction(Intent.ACTION_PACKAGES_UNSUSPENDED); [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | SplitClockView.java | 73 filter.addAction(Intent.ACTION_TIME_CHANGED); in onAttachedToWindow() 74 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow() 75 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in onAttachedToWindow() 76 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onAttachedToWindow() 77 filter.addAction(Intent.ACTION_USER_SWITCHED); in onAttachedToWindow()
|
D | DateView.java | 95 filter.addAction(Intent.ACTION_TIME_TICK); in onAttachedToWindow() 96 filter.addAction(Intent.ACTION_TIME_CHANGED); in onAttachedToWindow() 97 filter.addAction(Intent.ACTION_TIMEZONE_CHANGED); in onAttachedToWindow() 98 filter.addAction(Intent.ACTION_LOCALE_CHANGED); in onAttachedToWindow()
|
/frameworks/base/telephony/common/com/android/internal/telephony/ |
D | PackageChangeReceiver.java | 39 sPackageIntentFilter.addAction(Intent.ACTION_PACKAGE_ADDED); 40 sPackageIntentFilter.addAction(Intent.ACTION_PACKAGE_REMOVED); 41 sPackageIntentFilter.addAction(Intent.ACTION_PACKAGE_CHANGED); 42 sPackageIntentFilter.addAction(Intent.ACTION_QUERY_PACKAGE_RESTART); 43 sPackageIntentFilter.addAction(Intent.ACTION_PACKAGE_RESTARTED);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | ItemDelegateCompat.java | 60 info.addAction(moveTopLeft); in onInitializeAccessibilityNodeInfo() 67 info.addAction(moveTopRight); in onInitializeAccessibilityNodeInfo() 74 info.addAction(moveBottomLeft); in onInitializeAccessibilityNodeInfo() 81 info.addAction(moveBottomRight); in onInitializeAccessibilityNodeInfo() 92 info.addAction(moveToOrOutEdge); in onInitializeAccessibilityNodeInfo()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | ActionReplacingCallbackTest.java | 150 infoFromApp.addAction(ACTION_CONTEXT_CLICK); in testCallbacks_singleRootNodeThenReplacer_returnsNodeWithReplacedActions() 169 infoFromApp.addAction(ACTION_CONTEXT_CLICK); in testCallbacks_singleNonrootNodeThenReplacer_returnsNodeWithNoActions() 192 infoFromApp.addAction(ACTION_CONTEXT_CLICK); in testCallbacks_replacerThenSingleRootNode_returnsNodeWithReplacedActions() 259 infoFromApp.addAction(ACTION_CONTEXT_CLICK); in testConstructor_actionReplacerThrowsException_passesDataToService() 283 root.addAction(ACTION_CLICK); in getReplacerNodes() 284 root.addAction(ACTION_EXPAND); in getReplacerNodes() 291 other.addAction(ACTION_COLLAPSE); in getReplacerNodes() 310 rootInfoFromApp.addAction(ACTION_CONTEXT_CLICK); in getAppNodeList() 313 otherInfoFromApp.addAction(ACTION_CLICK); in getAppNodeList()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | DividerView.java | 123 info.addAction(new AccessibilityAction(R.id.action_move_tl_full, 126 info.addAction(new AccessibilityAction(R.id.action_move_tl_70, 131 info.addAction(new AccessibilityAction(R.id.action_move_tl_50, 135 info.addAction(new AccessibilityAction(R.id.action_move_tl_30, 138 info.addAction(new AccessibilityAction(R.id.action_move_rb_full, 141 info.addAction(new AccessibilityAction(R.id.action_move_tl_full, 144 info.addAction(new AccessibilityAction(R.id.action_move_tl_70, 149 info.addAction(new AccessibilityAction(R.id.action_move_tl_50, 153 info.addAction(new AccessibilityAction(R.id.action_move_tl_30, 156 info.addAction(new AccessibilityAction(R.id.action_move_rb_full,
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaRoute2ProviderWatcher.java | 75 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in start() 76 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in start() 77 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in start() 78 filter.addAction(Intent.ACTION_PACKAGE_REPLACED); in start() 79 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in start()
|
D | RemoteDisplayProviderWatcher.java | 79 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in start() 80 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in start() 81 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in start() 82 filter.addAction(Intent.ACTION_PACKAGE_REPLACED); in start() 83 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in start()
|
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
D | DomainVerificationCollectorTest.kt | 100 addAction(Intent.ACTION_VIEW) in verifyV1NoValidIntentFilter() 118 addAction(Intent.ACTION_VIEW) in verifyV1NoValidIntentFilter() 279 addAction(Intent.ACTION_VIEW) in mockPkg() 294 addAction(Intent.ACTION_VIEW) in mockPkg() 311 addAction(Intent.ACTION_VIEW) in mockPkg() 328 addAction(Intent.ACTION_VIEW) in mockPkg() 342 addAction(Intent.ACTION_VIEW) in mockPkg()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/ |
D | UserTrackerImpl.kt | 115 addAction(Intent.ACTION_USER_INFO_CHANGED) in initialize() 117 addAction(Intent.ACTION_MANAGED_PROFILE_AVAILABLE) in initialize() 118 addAction(Intent.ACTION_MANAGED_PROFILE_UNAVAILABLE) in initialize() 119 addAction(Intent.ACTION_MANAGED_PROFILE_ADDED) in initialize() 120 addAction(Intent.ACTION_MANAGED_PROFILE_REMOVED) in initialize() 121 addAction(Intent.ACTION_MANAGED_PROFILE_UNLOCKED) in initialize()
|
/frameworks/base/services/core/java/com/android/server/ |
D | CachedDeviceStateService.java | 73 filter.addAction(Intent.ACTION_BATTERY_CHANGED); in onBootPhase() 74 filter.addAction(Intent.ACTION_SCREEN_ON); in onBootPhase() 75 filter.addAction(Intent.ACTION_SCREEN_OFF); in onBootPhase()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | TelephonyTester.java | 230 filter.addAction(mPhone.getActionDetached()); in TelephonyTester() 233 filter.addAction(mPhone.getActionAttached()); in TelephonyTester() 238 filter.addAction(ACTION_TEST_CONFERENCE_EVENT_PACKAGE); in TelephonyTester() 239 filter.addAction(ACTION_TEST_DIALOG_EVENT_PACKAGE); in TelephonyTester() 240 filter.addAction(ACTION_TEST_SUPP_SRVC_FAIL); in TelephonyTester() 241 filter.addAction(ACTION_TEST_HANDOVER_FAIL); in TelephonyTester() 242 filter.addAction(ACTION_TEST_SUPP_SRVC_NOTIFICATION); in TelephonyTester() 243 filter.addAction(ACTION_TEST_IMS_E_CALL); in TelephonyTester() 244 filter.addAction(ACTION_TEST_RECEIVE_DTMF); in TelephonyTester() 248 filter.addAction(ACTION_TEST_SERVICE_STATE); in TelephonyTester() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTesterFailBringUpAll.java | 83 filter.addAction(mActionFailBringUp); in DcTesterFailBringUpAll() 86 filter.addAction(mPhone.getActionDetached()); in DcTesterFailBringUpAll() 89 filter.addAction(mPhone.getActionAttached()); in DcTesterFailBringUpAll()
|
/frameworks/base/services/core/java/com/android/server/tv/ |
D | TvRemoteProviderWatcher.java | 92 filter.addAction(Intent.ACTION_PACKAGE_ADDED); in start() 93 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in start() 94 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in start() 95 filter.addAction(Intent.ACTION_PACKAGE_REPLACED); in start() 96 filter.addAction(Intent.ACTION_PACKAGE_RESTARTED); in start()
|
/frameworks/base/tests/BatteryWaster/src/com/android/batterywaster/ |
D | BatteryWaster.java | 62 mFilter.addAction(Intent.ACTION_BATTERY_CHANGED); in onCreate() 63 mFilter.addAction(Intent.ACTION_BATTERY_LOW); in onCreate() 64 mFilter.addAction(Intent.ACTION_BATTERY_OKAY); in onCreate() 65 mFilter.addAction(Intent.ACTION_POWER_CONNECTED); in onCreate()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/deviceidle/ |
D | BluetoothConstraint.java | 68 filter.addAction(BluetoothDevice.ACTION_ACL_DISCONNECTED); in startMonitoring() 69 filter.addAction(BluetoothDevice.ACTION_ACL_CONNECTED); in startMonitoring() 70 filter.addAction(BluetoothAdapter.ACTION_STATE_CHANGED); in startMonitoring()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/plugins/ |
D | PluginManagerImpl.java | 105 mPluginPrefs.addAction(action); in addPluginListener() 131 filter.addAction(Intent.ACTION_PACKAGE_CHANGED); in startListening() 132 filter.addAction(Intent.ACTION_PACKAGE_REPLACED); in startListening() 133 filter.addAction(Intent.ACTION_PACKAGE_REMOVED); in startListening() 136 filter.addAction(PLUGIN_CHANGED); in startListening() 137 filter.addAction(DISABLE_PLUGIN); in startListening()
|
/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/ |
D | PipActivity.java | 188 filter.addAction(ACTION_NO_OP); in onCreate() 189 filter.addAction(ACTION_SWITCH_ON); in onCreate() 190 filter.addAction(ACTION_SWITCH_OFF); in onCreate() 191 filter.addAction(ACTION_CLEAR); in onCreate() 192 filter.addAction(ACTION_SET_REQUESTED_ORIENTATION); in onCreate() 193 filter.addAction(ACTION_ENTER_PIP); in onCreate()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipAccessibilityInteractionConnection.java | 254 info.addAction(AccessibilityNodeInfo.AccessibilityAction.ACTION_CLICK); in obtainRootAccessibilityNodeInfo() 255 info.addAction(AccessibilityNodeInfo.AccessibilityAction.ACTION_DISMISS); in obtainRootAccessibilityNodeInfo() 256 info.addAction(AccessibilityNodeInfo.AccessibilityAction.ACTION_MOVE_WINDOW); in obtainRootAccessibilityNodeInfo() 257 info.addAction(AccessibilityNodeInfo.AccessibilityAction.ACTION_EXPAND); in obtainRootAccessibilityNodeInfo() 258 info.addAction(new AccessibilityNodeInfo.AccessibilityAction(R.id.action_pip_resize, in obtainRootAccessibilityNodeInfo() 260 info.addAction(new AccessibilityNodeInfo.AccessibilityAction(R.id.action_pip_stash, in obtainRootAccessibilityNodeInfo() 262 info.addAction(new AccessibilityNodeInfo.AccessibilityAction(R.id.action_pip_unstash, in obtainRootAccessibilityNodeInfo()
|