Home
last modified time | relevance | path

Searched refs:expectedPendingIntent (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Permission/tests/functional/safetycenter/singleuser/src/android/safetycenter/functional/
DSafetySourceDataFixesTest.kt123 val expectedPendingIntent = in defaultActionOverride_issue_overridesMatchingActions() constant
127 assertThat(intentsFilterEqual(overriddenPendingIntent, expectedPendingIntent)).isTrue() in defaultActionOverride_issue_overridesMatchingActions()
163 val expectedPendingIntent = in defaultActionOverride_notification_overridesMatchingActions() constant
167 assertThat(intentsFilterEqual(overriddenPendingIntent, expectedPendingIntent)).isTrue() in defaultActionOverride_notification_overridesMatchingActions()
292 expectedPendingIntent: PendingIntent? in issueBuilder()
295 actualPendingIntent.intentFilterEquals(expectedPendingIntent) in issueBuilder()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DMediaVolumePreferenceControllerTest.java239 final PendingIntent expectedPendingIntent = in getSliceEndItem_deviceIsNotBroadcasting_getsActivityIntent() local
241 assertThat(endItemPendingIntent).isEqualTo(expectedPendingIntent); in getSliceEndItem_deviceIsNotBroadcasting_getsActivityIntent()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DEnhanced4gLteSliceHelperTest.java226 final PendingIntent expectedPendingIntent = in testEnhanced4gLteSettingsToggleSlice() local
228 assertThat(primaryPendingIntent).isEqualTo(expectedPendingIntent); in testEnhanced4gLteSettingsToggleSlice()
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DFirstScreenBroadcastHelperTest.kt333 val expectedPendingIntent = in Broadcasts are correctly formed with Extras for each Installer() constant
354 expectedPendingIntent, in Broadcasts are correctly formed with Extras for each Installer()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/calling/
DWifiCallingSliceHelperTest.java343 final PendingIntent expectedPendingIntent = in testWifiCallingSettingsToggleSlice() local
345 assertThat(primaryPendingIntent).isEqualTo(expectedPendingIntent); in testWifiCallingSettingsToggleSlice()