Home
last modified time | relevance | path

Searched refs:postStartActivityDismissingKeyguard (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DActivityStarter.java115 void postStartActivityDismissingKeyguard(Intent intent, int delay); in postStartActivityDismissingKeyguard() method
116 void postStartActivityDismissingKeyguard(Intent intent, int delay, in postStartActivityDismissingKeyguard() method
120 void postStartActivityDismissingKeyguard(Intent intent, int delay, in postStartActivityDismissingKeyguard() method
123 void postStartActivityDismissingKeyguard(PendingIntent intent); in postStartActivityDismissingKeyguard() method
129 void postStartActivityDismissingKeyguard(PendingIntent intent, in postStartActivityDismissingKeyguard() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/base/actions/
DQSTileIntentUserInputHandlerTest.kt68 verify(activityStarter).postStartActivityDismissingKeyguard(eq(intent), eq(0), any()) in testPassesIntentToStarter()
86 verify(activityStarter).postStartActivityDismissingKeyguard(eq(pendingIntent), any()) in testPassesActivityPendingIntentToStarterAsPendingIntent()
95 verify(activityStarter).postStartActivityDismissingKeyguard(eq(pendingIntent), any()) in testPassesActivityPendingIntentToStarterAsPendingIntentWhenNotRequestingActivityStart()
119 .postStartActivityDismissingKeyguard( in testPassNonActivityPendingIntentAndRequestStartingActivity_findsIntentAndStarts()
133 .postStartActivityDismissingKeyguard(any(Intent::class.java), eq(0), any()) in testPassNonActivityPendingIntentAndDoNotRequestStartingActivity_doesNotStartActivity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/
DShadeHeaderClockInteractor.kt37 activityStarter.postStartActivityDismissingKeyguard(nextAlarmIntent) in launchClockActivity()
39 activityStarter.postStartActivityDismissingKeyguard( in launchClockActivity()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bluetooth/qsdialog/
DDeviceItemActionInteractorTest.kt197 .postStartActivityDismissingKeyguard( in testOnClick_audioSharingDisabled_shouldNotLaunchSettings()
231 .postStartActivityDismissingKeyguard( in testOnClick_inAudioSharing_clickedDeviceHasSource_shouldNotLaunchSettings()
266 .postStartActivityDismissingKeyguard( in testOnClick_inAudioSharing_clickedDeviceNoSource_shouldLaunchSettings()
289 .postStartActivityDismissingKeyguard( in testOnClick_noConnectedLeDevice_shouldNotLaunchSettings()
317 .postStartActivityDismissingKeyguard( in testOnClick_hasOneConnectedLeDevice_clickedNonLe_shouldNotLaunchSettings()
348 .postStartActivityDismissingKeyguard( in testOnClick_hasOneConnectedLeDevice_clickedLe_shouldLaunchSettings()
376 .postStartActivityDismissingKeyguard( in testOnClick_hasOneConnectedLeDevice_clickedConnectedLe_shouldNotLaunchSettings()
408 .postStartActivityDismissingKeyguard( in testOnClick_hasTwoConnectedLeDevice_clickedNotConnectedLe_shouldNotLaunchSettings()
443 .postStartActivityDismissingKeyguard( in testOnClick_hasTwoConnectedLeDevice_clickedConnectedLe_shouldLaunchSettings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DActivityStarterImpl.kt228 override fun postStartActivityDismissingKeyguard(intent: PendingIntent) { in postStartActivityDismissingKeyguard() method
237 override fun postStartActivityDismissingKeyguard( in postStartActivityDismissingKeyguard() method
250 override fun postStartActivityDismissingKeyguard(intent: Intent, delay: Int) { in postStartActivityDismissingKeyguard() method
260 override fun postStartActivityDismissingKeyguard( in postStartActivityDismissingKeyguard() method
275 override fun postStartActivityDismissingKeyguard( in postStartActivityDismissingKeyguard() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/
DActivityStarterImplTest.kt60 underTest.postStartActivityDismissingKeyguard(intent) in postStartActivityDismissingKeyguard_pendingIntent_postsOnMain()
67 underTest.postStartActivityDismissingKeyguard(mock(Intent::class.java), 0) in postStartActivityDismissingKeyguard_intent_postsOnMain()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/actions/
DQSTileIntentUserInputHandler.kt76 activityStarter.postStartActivityDismissingKeyguard(intent, 0, animationController) in handle()
91 activityStarter.postStartActivityDismissingKeyguard(pendingIntent, animationController) in handle()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/
DShadeHeaderClockInteractorTest.kt56 .postStartActivityDismissingKeyguard( in launchClockActivity_default()
72 verify(activityStarter).postStartActivityDismissingKeyguard(any()) in launchClockActivity_nextAlarmIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/brightness/domain/interactor/
DBrightnessPolicyEnforcementInteractor.kt44 activityStarter.postStartActivityDismissingKeyguard(intent, 0) in startAdminSupportDetailsDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DAlarmTile.kt83 mActivityStarter.postStartActivityDismissingKeyguard(pendingIntent, animationController) in <lambda>()
85 mActivityStarter.postStartActivityDismissingKeyguard(defaultIntent, 0, in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/base/interactor/
DDisabledByPolicyInteractorTest.kt119 verify(activityStarter).postStartActivityDismissingKeyguard(intentCaptor.capture(), any()) in testHandleDisabledByPolicy()
130 .postStartActivityDismissingKeyguard(intentCaptor.capture(), any()) in testHandleEnabled()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DAlarmTileTest.kt132 verify(activityStarter).postStartActivityDismissingKeyguard(tile.defaultIntent, 0, in testActivityStartedWhenNullNextAlarm()
152 verify(activityStarter).postStartActivityDismissingKeyguard(pendingIntent, in testActivityStartedWhenNextAlarm()
DColorCorrectionTileTest.java118 verify(mActivityStarter).postStartActivityDismissingKeyguard(IntentCaptor.capture(), in longClick_expectedAction()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DShadeHeaderViewModelTest.kt77 .postStartActivityDismissingKeyguard( in onClockClicked_launchesClock()
90 .postStartActivityDismissingKeyguard( in onShadeCarrierGroupClicked_launchesNetworkSettings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/domain/pipeline/interactor/
DMediaControlInteractor.kt119 activityStarter.postStartActivityDismissingKeyguard( in <lambda>()
129 activityStarter.postStartActivityDismissingKeyguard(deviceIntent) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/user/
DUserSwitchDialogControllerTest.kt150 .postStartActivityDismissingKeyguard( in clickSettingsButton_noFalsing_opensSettings()
169 verify(activityStarter, never()).postStartActivityDismissingKeyguard(any(), anyInt()) in clickSettingsButton_Falsing_notOpensSettings()
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/
DUserSwitchDialog.kt49 activityStarter.postStartActivityDismissingKeyguard( in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/controller/
DQuickAccessWalletController.java284 activityStarter.postStartActivityDismissingKeyguard( in startQuickAccessViaIntent()
294 activityStarter.postStartActivityDismissingKeyguard( in startQuickAccessViaPendingIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/base/interactor/
DDisabledByPolicyInteractor.kt100 activityStarter.postStartActivityDismissingKeyguard(intent, 0) in handlePolicyResult()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/chips/call/ui/viewmodel/
DCallChipViewModel.kt77 activityStarter.postStartActivityDismissingKeyguard( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wallet/controller/
DQuickAccessWalletControllerTest.java258 verify(mActivityStarter).postStartActivityDismissingKeyguard(mIntentCaptor.capture(), eq(0), in getQuickAccessUiIntent_noCards_noPendingIntent_startsWalletActivity()
281 verify(mActivityStarter).postStartActivityDismissingKeyguard(mPendingIntentCaptor.capture(), in getQuickAccessUiIntent_targetActivityViaPendingIntent_intentComponentIsCorrect()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/media/controls/domain/interactor/
DMediaControlInteractorTest.kt144 .postStartActivityDismissingKeyguard(eq(clickIntent), eq(activityController)) in startClickIntent_hideOverLockscreen()
181 verify(activityStarter).postStartActivityDismissingKeyguard(eq(deviceIntent)) in startDeviceIntent_hideOverLockscreen()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/domain/interactor/
DBrightnessPolicyEnforcementInteractorTest.kt107 .postStartActivityDismissingKeyguard( in startRestrictionDialog()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/user/
DUserSwitchDialogController.kt86 activityStarter.postStartActivityDismissingKeyguard( in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/hearingaid/
DHearingDevicesDialogDelegateTest.java166 verify(mActivityStarter).postStartActivityDismissingKeyguard(intentCaptor.capture(), in clickPairNewDeviceButton_intentActionMatch()
179 verify(mActivityStarter).postStartActivityDismissingKeyguard(intentCaptor.capture(), in onDeviceItemGearClicked_intentActionMatch()

123