Searched refs:NavigationSource (Results 1 – 12 of 12) sorted by relevance
27 import com.android.os.AtomsProto.SafetyCenterInteractionReported.NavigationSource76 assertThat(navigationSource).isEqualTo(NavigationSource.SOURCE_UNKNOWN) in openSafetyCenter_recordsSafetyCenterViewedEvent()89 assertThat(navigationSource).isEqualTo(NavigationSource.QUICK_SETTINGS_TILE) in openSafetyCenterQs_recordsSafetyCenterViewedEvent()104 .containsEntry(ViewType.FULL, NavigationSource.QUICK_SETTINGS_TILE) 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()
49 var navigationSource: NavigationSource = NavigationSource.UNKNOWN252 enum class NavigationSource(val statsLogValue: Int) { class283 fun fromIntent(intent: Intent): NavigationSource = in fromIntent()290 private fun fromSafetyCenterIntent(intent: Intent): NavigationSource { in fromSafetyCenterIntent()307 private fun fromQuickSettingsIntent(intent: Intent): NavigationSource { in fromQuickSettingsIntent()
79 NavigationSource.SAFETY_CENTER.addToIntent(intent) in closeSubpage()
57 NavigationSource.SAFETY_CENTER.addToIntent(intent)
64 logger.navigationSource = NavigationSource.fromIntent(requireActivity().getIntent()) in configureInteractionLogger()
73 logger.navigationSource = NavigationSource.fromIntent(requireActivity().getIntent()) in <lambda>()
174 logger.setNavigationSource(NavigationSource.fromIntent(intent)); in configureInteractionLogger()
390 NavigationSource.QUICK_SETTINGS_TILE.addToIntent(safetyCenterIntent) in <lambda>()
113 context, NavigationSource.QUICK_SETTINGS_TILE); in configureButtons()
613 mContext, NavigationSource.QUICK_SETTINGS_TILE));
29 import com.android.permissioncontroller.safetycenter.ui.NavigationSource67 navigationSource: NavigationSource? = null
41 import com.android.permissioncontroller.safetycenter.ui.NavigationSource in <lambda>()107 override fun navigateToSafetyCenter(context: Context, navigationSource: NavigationSource?) { in <lambda>()