/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/migration/ |
D | MigrationActivity.kt | 39 import com.android.healthconnect.controller.utils.logging.MigrationElement in <lambda>() 147 AlertDialogBuilder(context, MigrationElement.MIGRATION_PENDING_DIALOG_CONTAINER) in <lambda>() 153 MigrationElement.MIGRATION_PENDING_DIALOG_CANCEL_BUTTON, in <lambda>() 157 MigrationElement.MIGRATION_PENDING_DIALOG_CONTINUE_BUTTON, in <lambda>() 168 AlertDialogBuilder(context, MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_CONTAINER) in <lambda>() 174 MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_BUTTON, in <lambda>() 205 AlertDialogBuilder(context, MigrationElement.MIGRATION_DONE_DIALOG_CONTAINER) in <lambda>() 211 MigrationElement.MIGRATION_DONE_DIALOG_BUTTON) { in <lambda>()
|
D | ModuleUpdateRequiredFragment.kt | 34 import com.android.healthconnect.controller.utils.logging.MigrationElement 77 logger.logImpression(MigrationElement.MIGRATION_UPDATE_NEEDED_UPDATE_BUTTON) in onViewCreated() 78 logger.logImpression(MigrationElement.MIGRATION_UPDATE_NEEDED_CANCEL_BUTTON) in onViewCreated() 81 logger.logInteraction(MigrationElement.MIGRATION_UPDATE_NEEDED_UPDATE_BUTTON) in onViewCreated() 92 logger.logInteraction(MigrationElement.MIGRATION_UPDATE_NEEDED_CANCEL_BUTTON) in onViewCreated()
|
D | AppUpdateRequiredFragment.kt | 35 import com.android.healthconnect.controller.utils.logging.MigrationElement 83 logger.logImpression(MigrationElement.MIGRATION_UPDATE_NEEDED_UPDATE_BUTTON) in onViewCreated() 84 logger.logImpression(MigrationElement.MIGRATION_UPDATE_NEEDED_CANCEL_BUTTON) in onViewCreated() 87 logger.logInteraction(MigrationElement.MIGRATION_UPDATE_NEEDED_UPDATE_BUTTON) in onViewCreated() 100 logger.logInteraction(MigrationElement.MIGRATION_UPDATE_NEEDED_CANCEL_BUTTON) in onViewCreated()
|
D | MigrationPausedFragment.kt | 32 import com.android.healthconnect.controller.utils.logging.MigrationElement 61 logger.logImpression(MigrationElement.MIGRATION_PAUSED_CONTINUE_BUTTON) in onViewCreated() 63 logger.logInteraction(MigrationElement.MIGRATION_PAUSED_CONTINUE_BUTTON) in onViewCreated() 73 logger.logInteraction(MigrationElement.MIGRATION_UPDATE_NEEDED_CANCEL_BUTTON) in onViewCreated()
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/migration/ |
D | ModuleUpdateRequiredFragmentTest.kt | 17 import com.android.healthconnect.controller.utils.logging.MigrationElement in <lambda>() 78 .logImpression(MigrationElement.MIGRATION_UPDATE_NEEDED_CANCEL_BUTTON) in <lambda>() 80 .logImpression(MigrationElement.MIGRATION_UPDATE_NEEDED_UPDATE_BUTTON) in <lambda>() 96 .logInteraction(MigrationElement.MIGRATION_UPDATE_NEEDED_CANCEL_BUTTON) in <lambda>() 110 .logInteraction(MigrationElement.MIGRATION_UPDATE_NEEDED_UPDATE_BUTTON) in <lambda>() 136 .logInteraction(MigrationElement.MIGRATION_UPDATE_NEEDED_UPDATE_BUTTON) in <lambda>()
|
D | AppUpdateRequiredFragmentTest.kt | 21 import com.android.healthconnect.controller.utils.logging.MigrationElement in <lambda>() 78 .logImpression(MigrationElement.MIGRATION_UPDATE_NEEDED_UPDATE_BUTTON) in <lambda>() 80 .logImpression(MigrationElement.MIGRATION_UPDATE_NEEDED_CANCEL_BUTTON) in <lambda>() 98 .logInteraction(MigrationElement.MIGRATION_UPDATE_NEEDED_UPDATE_BUTTON) in <lambda>() 115 .logInteraction(MigrationElement.MIGRATION_UPDATE_NEEDED_UPDATE_BUTTON) in <lambda>() 131 .logInteraction(MigrationElement.MIGRATION_UPDATE_NEEDED_CANCEL_BUTTON) in <lambda>()
|
D | MigrationPausedFragmentTest.kt | 16 import com.android.healthconnect.controller.utils.logging.MigrationElement in <lambda>() 67 verify(healthConnectLogger).logImpression(MigrationElement.MIGRATION_PAUSED_CONTINUE_BUTTON) in <lambda>() 83 .logInteraction(MigrationElement.MIGRATION_UPDATE_NEEDED_CANCEL_BUTTON) in <lambda>() 96 .logInteraction(MigrationElement.MIGRATION_PAUSED_CONTINUE_BUTTON) in <lambda>() 106 .logInteraction(MigrationElement.MIGRATION_PAUSED_CONTINUE_BUTTON) in <lambda>()
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/permissions/connectedapps/settings/ |
D | SettingsManageAppPermissionsFragmentTest.kt | 63 import com.android.healthconnect.controller.utils.logging.MigrationElement in <lambda>() 456 .logImpression(MigrationElement.MIGRATION_PENDING_DIALOG_CONTAINER) in <lambda>() 458 .logImpression(MigrationElement.MIGRATION_PENDING_DIALOG_CONTINUE_BUTTON) in <lambda>() 460 .logImpression(MigrationElement.MIGRATION_PENDING_DIALOG_CANCEL_BUTTON) in <lambda>() 465 .logInteraction(MigrationElement.MIGRATION_PENDING_DIALOG_CONTINUE_BUTTON) in <lambda>() 505 .logImpression(MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_CONTAINER) in <lambda>() 507 .logImpression(MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_BUTTON) in <lambda>() 511 .logInteraction(MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_BUTTON) in <lambda>()
|
D | SettingsManagePermissionFragmentTest.kt | 54 import com.android.healthconnect.controller.utils.logging.MigrationElement 218 .logImpression(MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_CONTAINER) in whenMigrationInProgress_showsMigrationInProgressDialog() 220 .logImpression(MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_BUTTON) in whenMigrationInProgress_showsMigrationInProgressDialog() 224 .logInteraction(MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_BUTTON) in whenMigrationInProgress_showsMigrationInProgressDialog()
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/route/ |
D | RouteRequestActivityTest.kt | 60 import com.android.healthconnect.controller.utils.logging.MigrationElement in <lambda>() 483 .logImpression(MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_CONTAINER) in <lambda>() 485 .logImpression(MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_BUTTON) in <lambda>() 489 .logInteraction(MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_BUTTON) in <lambda>() 576 .logImpression(MigrationElement.MIGRATION_PENDING_DIALOG_CONTAINER) in <lambda>() 578 .logImpression(MigrationElement.MIGRATION_PENDING_DIALOG_CONTINUE_BUTTON) in <lambda>() 580 .logImpression(MigrationElement.MIGRATION_PENDING_DIALOG_CANCEL_BUTTON) in <lambda>() 585 .logInteraction(MigrationElement.MIGRATION_PENDING_DIALOG_CONTINUE_BUTTON) in <lambda>()
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/home/ |
D | HomeFragmentTest.kt | 70 import com.android.healthconnect.controller.utils.logging.MigrationElement in <lambda>() 479 verify(healthConnectLogger).logImpression(MigrationElement.MIGRATION_RESUME_BANNER) in <lambda>() 480 verify(healthConnectLogger).logImpression(MigrationElement.MIGRATION_RESUME_BANNER_BUTTON) in <lambda>() 485 .logInteraction(MigrationElement.MIGRATION_RESUME_BANNER_BUTTON) in <lambda>() 563 verify(healthConnectLogger).logImpression(MigrationElement.MIGRATION_DONE_DIALOG_CONTAINER) in <lambda>() 564 verify(healthConnectLogger).logImpression(MigrationElement.MIGRATION_DONE_DIALOG_BUTTON) in <lambda>() 567 verify(healthConnectLogger).logInteraction(MigrationElement.MIGRATION_DONE_DIALOG_BUTTON) in <lambda>() 611 .logImpression(MigrationElement.MIGRATION_NOT_COMPLETE_DIALOG_CONTAINER) in <lambda>() 613 .logImpression(MigrationElement.MIGRATION_NOT_COMPLETE_DIALOG_BUTTON) in <lambda>() 617 .logInteraction(MigrationElement.MIGRATION_NOT_COMPLETE_DIALOG_BUTTON) in <lambda>()
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/home/ |
D | HomeFragment.kt | 60 import com.android.healthconnect.controller.utils.logging.MigrationElement in <lambda>() 230 AlertDialogBuilder(this, MigrationElement.MIGRATION_NOT_COMPLETE_DIALOG_CONTAINER) in <lambda>() 236 MigrationElement.MIGRATION_NOT_COMPLETE_DIALOG_BUTTON) { _, _ -> in <lambda>() 286 return BannerPreference(requireContext(), MigrationElement.MIGRATION_RESUME_BANNER).also { in <lambda>() 289 MigrationElement.MIGRATION_RESUME_BANNER_BUTTON) in <lambda>()
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/permissions/connectedapps/ |
D | ConnectedAppsFragmentTest.kt | 67 import com.android.healthconnect.controller.utils.logging.MigrationElement 391 verify(healthConnectLogger).logImpression(MigrationElement.MIGRATION_APP_UPDATE_BANNER) in appNeedsUpdatingElements_shownWhenOldAppWithDataInstalled() 393 .logImpression(MigrationElement.MIGRATION_APP_UPDATE_LEARN_MORE_BUTTON) in appNeedsUpdatingElements_shownWhenOldAppWithDataInstalled() 394 verify(healthConnectLogger).logImpression(MigrationElement.MIGRATION_APP_UPDATE_BUTTON) in appNeedsUpdatingElements_shownWhenOldAppWithDataInstalled() 418 .logInteraction(MigrationElement.MIGRATION_APP_UPDATE_LEARN_MORE_BUTTON) in appNeedsUpdateBanner_multipleOldApps_playStoreNotAvailable_showsCorrectly() 447 verify(healthConnectLogger).logInteraction(MigrationElement.MIGRATION_APP_UPDATE_BUTTON) in appNeedsUpdateBanner_navigatesToPlayStoreWhenAvailable()
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/connectedapps/ |
D | ConnectedAppsFragment.kt | 64 import com.android.healthconnect.controller.utils.logging.MigrationElement in <lambda>() 428 return BannerPreference(requireContext(), MigrationElement.MIGRATION_APP_UPDATE_BANNER) in <lambda>() 432 MigrationElement.MIGRATION_APP_UPDATE_BUTTON) in <lambda>() 435 MigrationElement.MIGRATION_APP_UPDATE_LEARN_MORE_BUTTON) in <lambda>() 465 MigrationElement.MIGRATION_APP_UPDATE_BANNER_DISMISS_BUTTON) { in <lambda>()
|
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/permissions/request/ |
D | MockedPermissionsActivityTest.kt | 75 import com.android.healthconnect.controller.utils.logging.MigrationElement in <lambda>() 772 .logImpression(MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_CONTAINER) in <lambda>() 774 .logImpression(MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_BUTTON) in <lambda>() 778 .logInteraction(MigrationElement.MIGRATION_IN_PROGRESS_DIALOG_BUTTON) in <lambda>() 882 .logImpression(MigrationElement.MIGRATION_PENDING_DIALOG_CONTAINER) in <lambda>() 884 .logImpression(MigrationElement.MIGRATION_PENDING_DIALOG_CONTINUE_BUTTON) in <lambda>() 886 .logImpression(MigrationElement.MIGRATION_PENDING_DIALOG_CANCEL_BUTTON) in <lambda>() 891 .logInteraction(MigrationElement.MIGRATION_PENDING_DIALOG_CONTINUE_BUTTON) in <lambda>()
|
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/logging/ |
D | HealthConnectLogger.kt | 773 enum class MigrationElement(override val impressionId: Int, override val interactionId: Int) : class
|