Home
last modified time | relevance | path

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

12345

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DShadeUserActionsViewModelTest.kt85 val actions by collectLastValue(underTest.actions) in <lambda>() constant
99 val actions by collectLastValue(underTest.actions) in <lambda>() constant
114 val actions by collectLastValue(underTest.actions) in <lambda>() constant
129 val actions by collectLastValue(underTest.actions) in <lambda>() constant
145 val actions by collectLastValue(underTest.actions) in <lambda>() constant
162 val actions by collectLastValue(underTest.actions) in <lambda>() constant
172 val actions by collectLastValue(underTest.actions) in <lambda>() constant
184 val actions by collectLastValue(underTest.actions) in <lambda>() constant
194 val actions by collectLastValue(underTest.actions) in <lambda>() constant
202 val actions by collectLastValue(underTest.actions) in <lambda>() constant
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/globalactions/
DGlobalActionsDialogLiteTest.java242 String[] actions = { in testShouldLogClose_backButton() local
261 String[] actions = { in testPredictiveBackCallbackRegisteredAndUnregistered() local
291 String[] actions = { in testPredictiveBackInvocationDismissesDialog() local
318 String[] actions = { in testSingleTap_logAndDismiss() local
339 String[] actions = { in testSwipeDownLockscreen_logAndOpenQS() local
363 String[] actions = { in testSwipeDown_logAndOpenNotificationShade() local
387 String[] actions = { in testSwipeDown_pastStatusBarHeight_shadeNotOpened() local
495 String[] actions = { in testCreateActionItems_lockdownEnabled_doesShowLockdown() local
521 String[] actions = { in testCreateActionItems_lockdownDisabled_doesNotShowLockdown() local
547 String[] actions = { in testCreateActionItems_emergencyDisabled_doesNotShowEmergency() local
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/ui/viewmodel/
DUserActionsViewModelTest.kt51 val actions by collectLastValue(underTest.actions) in actions_emptyBeforeActivation() constant
59 val actions by collectLastValue(underTest.actions) in actions_emptyBeforeFirstValue() constant
67 fun actions() = in actions() method
69 val actions by collectLastValue(underTest.actions) in actions() constant
95 val actions by collectLastValue(underTest.actions) in actions_emptyAfterCancellation() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/
DQuickSettingsUserActionsViewModelTest.kt82 val actions by collectLastValue(underTest.actions) in destinations_whenNotCustomizing_unlocked() constant
108 val actions by collectLastValue(underTest.actions) in destinations_whenNotCustomizing_withPreviousSceneLockscreen() constant
134 val actions by collectLastValue(underTest.actions) in destinations_whenNotCustomizing_withPreviousSceneLockscreen_butLockscreenDisabled() constant
161 val actions by collectLastValue(underTest.actions) in destinations_whenNotCustomizing_authMethodSwipe_lockscreenNotDismissed() constant
184 val actions by collectLastValue(underTest.actions) in destinations_whenCustomizing_noDestinations() constant
194 val actions by collectLastValue(underTest.actions) in destinations_whenNotCustomizing_inSplitShade_unlocked() constant
219 val actions by collectLastValue(underTest.actions) in destinations_whenCustomizing_inSplitShade_noDestinations() constant
DQuickSettingsShadeOverlayActionsViewModelTest.kt54 val actions by collectLastValue(underTest.actions) in up_hidesShade() constant
65 val actions by collectLastValue(underTest.actions) in back_notEditing_hidesShade() constant
77 val actions by collectLastValue(underTest.actions) in back_whileEditing_doesNotHideShade() constant
88 val actions by collectLastValue(underTest.actions) in downFromTopStart_switchesToNotificationsShade() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/touchpad/tutorial/ui/gesture/
DTouchpadGestureBuilderTest.kt47 val actions = events.map { it.actionMasked } in threeFingerSwipeProducesCorrectEvents() constant
70 val actions = events.map { it.actionMasked } in threeFingerGestureInProgressProducesCorrectEvents() constant
92 val actions = events.map { it.actionMasked } in fourFingerSwipeProducesCorrectEvents() constant
118 val actions = events.map { it.actionMasked } in twoFingerSwipeProducesCorrectEvents() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java550 List<Notification.Action> actions = new ArrayList<>(); in createActions() local
615 CharSequence[] choices, int lineCount, List<Notification.Action> actions) { in buildExpectedView()
766 String[] actions = new String[] {"Hi", "Hello", "Bye"}; in testMeasure_shortSmartActions() local
782 String[] actions = new String[] {"Hi", "Hello", "Bye"}; in testLayout_shortSmartActions() local
802 String[] actions = new String[] {"Hi", "Hello\neveryone", "Bye"}; in testMeasure_smartActionWithTwoLines() local
819 String[] actions = new String[] {"Hi", "Hello\neveryone", "Bye"}; in testLayout_smartActionWithTwoLines() local
839 String[] actions = new String[] {"Hi", "Hello\nevery\nbody", "Bye"}; in testMeasure_smartActionWithThreeLines() local
858 String[] actions = new String[] {"Hi", "Hello\nevery\nbody", "Bye"}; in testLayout_smartActionWithThreeLines() local
881 String[] actions = new String[] {"Short", "Short", "Looooooong replyyyyy"}; in testMeasure_squeezeLongestSmartAction() local
901 String[] actions = new String[] {"Short", "Short", "Looooooong replyyyyy"}; in testLayout_squeezeLongestSmartAction() local
[all …]
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notifications/ui/viewmodel/
DNotificationsShadeOverlayActionsViewModelTest.kt54 val actions by collectLastValue(underTest.actions) in up_hidesShade() constant
65 val actions by collectLastValue(underTest.actions) in back_hidesShade() constant
75 val actions by collectLastValue(underTest.actions) in downFromTopEnd_switchesToQuickSettingsShade() constant
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DSystemActionPerformerTest.java143 List<AccessibilityAction> actions, AccessibilityAction action) { in assertHasLegacyAccessibilityAction()
155 List<AccessibilityAction> actions, AccessibilityAction action) { in assertHasNoLegacyAccessibilityAction()
170 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_addedIntoAvailableSystemActions() local
183 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testRegisterSystemAction_overrideLegacyAction() local
197 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testUnregisterSystemAction_removeFromAvailableSystemActions() local
217 List<AccessibilityAction> actions = mSystemActionPerformer.getSystemActions(); in testUnregisterSystemAction_removeOverrideForLegacyAction() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/ui/viewmodel/
DCommunalUserActionsViewModelTest.kt71 val actions by collectLastValue(underTest.actions) in actions_singleShade() constant
94 val actions by collectLastValue(underTest.actions) in actions_splitShade() constant
119 val actions by collectLastValue(underTest.actions) in actions_dualShade() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/ui/viewmodel/
DDreamUserActionsViewModelTest.kt73 val actions by collectLastValue(underTest.actions) in actions_singleShade() constant
99 val actions by collectLastValue(underTest.actions) in actions_splitShade() constant
127 val actions by collectLastValue(underTest.actions) in actions_dualShade() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/
DSceneFrameworkIntegrationTest.kt154 val actions by collectLastValue(kosmos.lockscreenUserActionsViewModel.actions) in <lambda>() constant
172 val actions by collectLastValue(lockscreenUserActionsViewModel.actions) in <lambda>() constant
182 val actions by collectLastValue(shadeUserActionsViewModel.actions) in <lambda>() constant
199 val actions by collectLastValue(shadeUserActionsViewModel.actions) in <lambda>() constant
283 val actions by collectLastValue(lockscreenUserActionsViewModel.actions) in <lambda>() constant
306 val actions by collectLastValue(lockscreenUserActionsViewModel.actions) in <lambda>() constant
323 val actions by collectLastValue(lockscreenUserActionsViewModel.actions) in <lambda>() constant
343 val actions by collectLastValue(lockscreenUserActionsViewModel.actions) in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/domain/pipeline/
DMedia3ActionFactoryTest.kt131 val actions = result!! in media3Actions_playingState_withCustomActions() constant
179 val actions = result!! in media3Actions_pausedState_hasPauseAction() constant
199 val actions = result!! in media3Actions_bufferingState_hasLoadingSpinner() constant
230 val actions = result!! in media3Actions_noPrevNext_usesCustom() constant
299 val actions = result!! in media3Actions_noPrevNext_reservedSpace() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerUserActionsViewModelTest.kt60 fun actions() = in actions() method in com.android.systemui.bouncer.ui.viewmodel.BouncerUserActionsViewModelTest
62 val actions by collectLastValue(underTest.actions) in actions() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/screenshot/
DScreenshotNotificationSmartActionsTest.java102 List<Notification.Action> actions = mScreenshotSmartActions.getSmartActions( in testExceptionHandlingInGetSmartActions() local
104 assertEquals(Collections.emptyList(), actions); in testExceptionHandlingInGetSmartActions() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipParamsChangedForwarder.java83 public void notifyActionsChanged(List<RemoteAction> actions, RemoteAction closeAction) { in notifyActionsChanged()
110 default void onActionsChanged(List<RemoteAction> actions, RemoteAction closeAction) { in onActionsChanged()
/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/
DBroadcastWaiter.java56 public BroadcastWaiter(Context context, String tag, int timeoutInSecond, String... actions) { in BroadcastWaiter()
124 String... actions) { in runThenWaitForBroadcasts()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/
DShellCommandHandler.java77 public <T> void addCommandCallback(String commandClass, ShellCommandActionHandler actions, in addCommandCallback()
110 final ShellCommandActionHandler actions = mCommands.get(args[1]); in handleCommand() local
/frameworks/base/core/java/android/view/
DHandlerActionQueue.java53 final HandlerAction[] actions = mActions; in removeCallbacks() local
82 final HandlerAction[] actions = mActions; in executeActions() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dialog/shared/model/
DCsdWarningConfigModel.kt21 data class CsdWarningConfigModel(val actions: List<CsdWarningAction>) constant in com.android.systemui.volume.dialog.shared.model.CsdWarningConfigModel
/frameworks/base/core/java/android/service/credentials/
DBeginGetCredentialResponse.java64 @NonNull ParceledListSlice<Action> actions, in BeginGetCredentialResponse()
232 public @NonNull Builder setActions(@NonNull List<Action> actions) { in setActions()
/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/television/
DErrorFragment.java49 public void onCreateActions(List<GuidedAction> actions, Bundle savedInstanceState) { in onCreateActions()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DPipMediaController.kt234 val actions = playbackState.actions in <lambda>() constant in com.android.wm.shell.common.pip.PipMediaController
328 val actions = mediaActions in <lambda>() constant
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/tv/
DTvPipActionsProvider.java128 public void onMediaActionsChanged(List<RemoteAction> actions) { in onMediaActionsChanged()
163 List<TvPipAction> actions = new ArrayList<>(); in updateCustomActions() local
/frameworks/base/core/tests/coretests/src/android/service/notification/
DNotificationRankingUpdateTest.java257 ArrayList<Notification.Action> actions = new ArrayList<>(); in getSmartActions() local
447 String key, int rank, ArrayList<Notification.Action> actions) { in createEmptyTestRanking()
636 ArrayList<Notification.Action> actions = new ArrayList<>(); in testRankingUpdate_writesSmartActionToParcel() local
674 ArrayList<Notification.Action> actions = new ArrayList<>(); in testRankingUpdate_handlesEmptySmartActionList() local

12345