Home
last modified time | relevance | path

Searched defs:expectedIntent (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/base/domain/actions/
DQSTileIntentUserInputHandlerTest.kt109 val expectedIntent = in testPassNonActivityPendingIntentAndRequestStartingActivity_findsIntentAndStarts() constant
159 private val expectedIntent = intent constant in com.android.systemui.qs.tiles.base.domain.actions.QSTileIntentUserInputHandlerTest
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/appclips/
DAppClipsViewModelTest.java278 Intent expectedIntent = new Intent().setPackage(BACKLINKS_TASK_PACKAGE_NAME); in triggerBacklinks_shouldUpdateBacklinks_withAppProvidedIntent() local
302 Intent expectedIntent = new Intent().setPackage(BACKLINKS_TASK_PACKAGE_NAME); in triggerBacklinks_withNonResolvableAppProvidedIntent_usesMainLauncherIntent() local
405 Intent expectedIntent = new Intent().setPackage(package2); in triggerBacklinks_multipleAppsOnScreen_multipleBacklinksAvailable() local
502 private void mockQueryIntentActivities(Intent expectedIntent, ResolveInfo resolveInfoToReturn) { in mockQueryIntentActivities()
539 IntentMatcher(Intent expectedIntent) { in IntentMatcher()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/alarm/domain/interactor/
DAlarmTileUserActionInteractorTest.kt55 val expectedIntent = mock<PendingIntent>() in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/brightness/domain/interactor/
DBrightnessPolicyEnforcementInteractorTest.kt112 val expectedIntent = in startRestrictionDialog() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/base/domain/interactor/
DDisabledByPolicyInteractorTest.kt117 val expectedIntent = RestrictedLockUtils.getShowAdminSupportDetailsIntent(ADMIN) in testHandleDisabledByPolicy() constant
/frameworks/base/services/robotests/backup/src/com/android/server/backup/transport/
DTransportConnectionManagerTest.java121 private ArgumentMatcher<Intent> matchesIntentAndExtras(Intent expectedIntent) { in matchesIntentAndExtras()
/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/tests/src/com/android/systemui/accessibility/accessibilitymenu/tests/
DAccessibilityMenuServiceTest.java355 Intent expectedIntent = new Intent(Intent.ACTION_VOICE_COMMAND); in testAssistantButton_opensVoiceAssistant() local
375 Intent expectedIntent = new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS); in testAccessibilitySettingsButton_opensAccessibilitySettings() local
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityStartInterceptorTest.java376 Intent expectedIntent = new Intent(Intent.ACTION_MAIN); in testHomeIntentInterception() local
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueImplTest.java2388 final Intent expectedIntent = intents.get(i); in verifyPendingRecords() local
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java6532 Intent expectedIntent = new Intent( in verifyDataSharingAppliedBroadcast() local