Home
last modified time | relevance | path

Searched refs:mMigrationNotificationSender (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/migration/
DMigrationUiStateManagerTest.java62 @Mock private MigrationNotificationSender mMigrationNotificationSender; field in MigrationUiStateManagerTest
80 mMigrationNotificationSender); in setUp()
103 verify(mMigrationNotificationSender, never()) in testStateChanged_idle_noNotificationSent()
116 verify(mMigrationNotificationSender, never()) in testStateChanged_appUpdateNeeded_noMigrationUiAppUpdateNeededNotificationSent()
132 verify(mMigrationNotificationSender) in testStateChanged_moduleUpdateNeeded_migrationUiModuleUpdateNeededNotificationSent()
153 verify(mMigrationNotificationSender, never()) in testStateChanged_allowedPaused_noMigrationUiPausedNotificationSent()
171 verify(mMigrationNotificationSender, never()) in testStateChanged_allowedError_noMigrationUiCancelledNotificationSent()
190 verify(mMigrationNotificationSender) in testStateChanged_inProgressPaused_migrationUiPausedNotificationSent()
205 verify(mMigrationNotificationSender, never()) in testStateChanged_inProgress_noMigrationUiInProgressNotificationSent()
221 verify(mMigrationNotificationSender, never()) in testStateChanged_completeFromIdle_noNotificationSent()
[all …]
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/migration/
DMigrationUiStateManager.java48 private final MigrationNotificationSender mMigrationNotificationSender; field in MigrationUiStateManager
59 this.mMigrationNotificationSender = migrationNotificationSender; in MigrationUiStateManager()
125 mMigrationNotificationSender.sendNotification( in onMigrationStateChanged()
131 mMigrationNotificationSender.sendNotification( in onMigrationStateChanged()
137 mMigrationNotificationSender.clearNotifications(mUserHandle); in onMigrationStateChanged()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/
DHealthConnectManagerService.java64 private final MigrationNotificationSender mMigrationNotificationSender; field in HealthConnectManagerService
100 mMigrationNotificationSender = new MigrationNotificationSender(context); in HealthConnectManagerService()
106 mMigrationNotificationSender); in HealthConnectManagerService()