Home
last modified time | relevance | path

Searched defs:actions (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java511 List<Notification.Action> actions = new ArrayList<>(); in createActions() local
576 CharSequence[] choices, int lineCount, List<Notification.Action> actions) { in buildExpectedView()
737 String[] actions = new String[] {"Hi", "Hello", "Bye"}; in testMeasure_shortSmartActions() local
753 String[] actions = new String[] {"Hi", "Hello", "Bye"}; in testLayout_shortSmartActions() local
773 String[] actions = new String[] {"Hi", "Hello\neveryone", "Bye"}; in testMeasure_smartActionWithTwoLines() local
790 String[] actions = new String[] {"Hi", "Hello\neveryone", "Bye"}; in testLayout_smartActionWithTwoLines() local
810 String[] actions = new String[] {"Hi", "Hello\nevery\nbody", "Bye"}; in testMeasure_smartActionWithThreeLines() local
829 String[] actions = new String[] {"Hi", "Hello\nevery\nbody", "Bye"}; in testLayout_smartActionWithThreeLines() local
852 String[] actions = new String[] {"Short", "Short", "Looooooong replyyyyy"}; in testMeasure_squeezeLongestSmartAction() local
872 String[] actions = new String[] {"Short", "Short", "Looooooong replyyyyy"}; in testLayout_squeezeLongestSmartAction() local
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogTest.java271 String[] actions = { in testCreateActionItems_maxThree_noOverflow() local
296 String[] actions = { in testCreateActionItems_maxThree_condensePower() local
326 String[] actions = { in testCreateActionItems_maxThree_condensePower_splitPower() local
356 String[] actions = { in testCreateActionItems_maxFour_condensePower() local
388 String[] actions = { in testCreateActionItems_maxThree_doNotCondensePower() local
415 String[] actions = { in testCreateActionItems_maxAny() local
440 String[] actions = { in testCreateActionItems_maxThree_lockdownDisabled_doesNotShowLockdown() local
470 String[] actions = { in testCreateActionItems_shouldShowAction_excludeBugReport() local
565 String[] actions = { in setupDefaultActions() local
DGlobalActionsDialogLiteTest.java189 String[] actions = { in testShouldLogClose_backButton() local
208 String[] actions = { in testSingleTap_logAndDismiss() local
229 String[] actions = { in testSwipeDownLockscreen_logAndOpenQS() local
253 String[] actions = { in testSwipeDown_logAndOpenNotificationShade() local
344 String[] actions = { in testCreateActionItems_lockdownEnabled_doesShowLockdown() local
368 String[] actions = { in testCreateActionItems_lockdownDisabled_doesNotShowLockdown() local
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DSystemActionPerformerTest.java139 List<AccessibilityAction> actions, AccessibilityAction action) { in assertHasLegacyAccessibilityAction()
151 List<AccessibilityAction> actions, AccessibilityAction action) { in assertHasNoLegacyAccessibilityAction()
166 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_addedIntoAvailableSystemActions() local
179 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_overrideLegacyAction() local
193 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testUnregisterSystemAction_removeFromAvailableSystemActions() local
213 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testUnregisterSystemAction_removeOverrideForLegacyAction() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPinnedStackListenerForwarder.java75 private void onActionsChanged(ParceledListSlice<RemoteAction> actions) { in onActionsChanged()
110 public void onActionsChanged(ParceledListSlice<RemoteAction> actions) { in onActionsChanged()
140 public void onActionsChanged(ParceledListSlice<RemoteAction> actions) {} in onActionsChanged()
DPipMediaController.java69 void onMediaActionsChanged(List<RemoteAction> actions); in onMediaActionsChanged()
224 long actions = mMediaController.getPlaybackState().getActions(); in getMediaActions() local
307 List<RemoteAction> actions = getMediaActions(); in notifyActionsChanged() local
/frameworks/base/core/java/android/view/
DHandlerActionQueue.java53 final HandlerAction[] actions = mActions; in removeCallbacks() local
82 final HandlerAction[] actions = mActions; in executeActions() local
DIPinnedTaskListener.aidl50 void onActionsChanged(in ParceledListSlice<RemoteAction> actions); in onActionsChanged()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
DErrorFragment.java49 public void onCreateActions(List<GuidedAction> actions, Bundle savedInstanceState) { in onCreateActions()
DUninstallAlertFragment.java89 public void onCreateActions(List<GuidedAction> actions, Bundle savedInstanceState) { in onCreateActions()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DScreenshotNotificationSmartActionsTest.java109 List<Notification.Action> actions = mScreenshotSmartActions.getSmartActions( in testExceptionHandlingInGetSmartActions() local
111 assertEquals(Collections.emptyList(), actions); in testExceptionHandlingInGetSmartActions() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipMenuController.java177 public void setAppActions(ParceledListSlice<RemoteAction> actions) { in setAppActions()
182 private void onMediaActionsChanged(List<RemoteAction> actions) { in onMediaActionsChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/logging/
DBroadcastDispatcherLogger.kt79 val actions = filter.actionsIterator().asSequence() in logContextReceiverRegistered() constant
/frameworks/base/core/java/android/app/
DPictureInPictureParams.java80 public Builder setActions(List<RemoteAction> actions) { in setActions()
219 PictureInPictureParams(Rational aspectRatio, List<RemoteAction> actions, in PictureInPictureParams()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHotplugDetectionAction.java240 List<DeviceSelectAction> actions = getActions(DeviceSelectAction.class); in mayCancelDeviceSelect() local
253 List<OneTouchRecordAction> actions = getActions(OneTouchRecordAction.class); in mayCancelOneTouchRecord() local
DHdmiCecLocalDeviceSource.java77 List<DevicePowerStatusAction> actions = getActions(DevicePowerStatusAction.class); in queryDisplayStatus() local
123 List<OneTouchPlayAction> actions = getActions(OneTouchPlayAction.class); in oneTouchPlay() local
/frameworks/av/services/mediametrics/
DAnalyticsActions.h94 std::vector<Action> actions; in getActionsForItem() local
/frameworks/base/core/tests/coretests/src/android/view/accessibility/
DAccessibilityNodeInfoTest.java94 ArraySet<AccessibilityAction> actions = AccessibilityAction.sStandardActions; in testStandardActions_idsAreUnique() local
/frameworks/base/packages/CarrierDefaultApp/src/com/android/carrierdefaultapp/
DCustomConfigLoader.java173 String[] actions = null; in matchConfig() local
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DWatchedIntentHandlingTest.java63 Iterator<String> actions = f.actionsIterator(); in testWatchedIntentFilter() local
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java1508 private void addReceiver(BroadcastReceiver receiver, String[] actions) { in addReceiver()
1518 String[] actions = { in getBluetoothReceiver() local
1530 String[] actions = { in getPairReceiver() local
1540 String[] actions = { in getConnectProfileReceiver() local
1553 String[] actions = {BluetoothPan.ACTION_CONNECTION_STATE_CHANGED}; in getConnectPanReceiver() local
1560 String[] actions = {AudioManager.ACTION_SCO_AUDIO_STATE_UPDATED}; in getStartStopScoReceiver() local
1568 String[] actions = {BluetoothMapClient.ACTION_MESSAGE_RECEIVED, in getMceSetMessageStatusReceiver() local
/frameworks/compile/mclinker/unittests/
DInputTreeTest.cpp55 std::vector<InputAction*> actions; in TEST_F() local
/frameworks/base/core/proto/android/content/
Dintent.proto72 repeated string actions = 1; field
/frameworks/base/services/core/java/com/android/server/wm/
DPinnedTaskController.java385 void setActions(List<RemoteAction> actions) { in setActions()
418 private void notifyActionsChanged(List<RemoteAction> actions) { in notifyActionsChanged()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java251 ArrayList<Notification.Action> actions = new ArrayList<>(); in createActions() local

123