Searched refs:navigationSource (Results 1 – 8 of 8) sorted by relevance
76 assertThat(navigationSource).isEqualTo(NavigationSource.SOURCE_UNKNOWN) in openSafetyCenter_recordsSafetyCenterViewedEvent()89 assertThat(navigationSource).isEqualTo(NavigationSource.QUICK_SETTINGS_TILE) in openSafetyCenterQs_recordsSafetyCenterViewedEvent()102 safetyCenterViewedAtoms.associate { Pair(it.viewType, it.navigationSource) } in openSafetyCenterFullFromQs_recordsViewEventWithCorrectSource()115 assertThat(navigationSource).isEqualTo(NavigationSource.NOTIFICATION) in openSafetyCenterWithIssueIntent_recordsViewEventWithAssociatedIssueMetadata()134 assertThat(navigationSource).isEqualTo(NavigationSource.NOTIFICATION) in openSafetyCenterWithNotification_recordsViewEventWithAssociatedIssueMetadata()166 assertThat(navigationSource).isEqualTo(NavigationSource.SOURCE_UNKNOWN) in openSubpageFromIntentExtra_recordsEventWithUnknownNavigationSource()181 assertThat(subpageViewedEvent!!.navigationSource).isEqualTo(NavigationSource.SAFETY_CENTER) in openSubpageFromHomepage_recordsEventWithSafetyCenterNavigationSource()196 assertThat(navigationSource).isEqualTo(NavigationSource.SETTINGS) in openSubpageFromSettingsSearch_recordsEventWithSettingsNavigationSource()
107 override fun navigateToSafetyCenter(context: Context, navigationSource: NavigationSource?) { in <lambda>()110 if (navigationSource != null) { in <lambda>()111 navigationSource.addToIntent(intent) in <lambda>()
67 navigationSource: NavigationSource? = null
49 var navigationSource: NavigationSource = NavigationSource.UNKNOWN variable in com.android.permissioncontroller.safetycenter.ui.InteractionLogger131 navigationSource.statsLogValue, in writeAtom()
64 logger.navigationSource = NavigationSource.fromIntent(requireActivity().getIntent()) in configureInteractionLogger()
73 logger.navigationSource = NavigationSource.fromIntent(requireActivity().getIntent()) in <lambda>()
371 Source navigationSource = in getMaxReportCount_configuredConversionsToOneInstallCase_noEffectOnCtc() local379 3, mEventReportWindowCalcDelegate.getMaxReportCount(navigationSource)); in getMaxReportCount_configuredConversionsToOneInstallCase_noEffectOnCtc()1808 Source navigationSource = in getMaxReportCount_flexLiteApi() local1822 mEventReportWindowCalcDelegate.getMaxReportCount(navigationSource)); in getMaxReportCount_flexLiteApi()
908 Source navigationSource = in testTriggerDataCardinality() local914 navigationSource.getTriggerDataCardinality()); in testTriggerDataCardinality()1356 Source navigationSource = in getTriggerDataCardinality_flexEventApi_equals() local1362 navigationSource.getTriggerDataCardinality()); in getTriggerDataCardinality_flexEventApi_equals()