Searched refs:mMigrationNotificationSender (Results 1 – 3 of 3) sorted by relevance
62 @Mock private MigrationNotificationSender mMigrationNotificationSender; field in MigrationUiStateManagerTest80 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 …]
48 private final MigrationNotificationSender mMigrationNotificationSender; field in MigrationUiStateManager59 this.mMigrationNotificationSender = migrationNotificationSender; in MigrationUiStateManager()125 mMigrationNotificationSender.sendNotification( in onMigrationStateChanged()131 mMigrationNotificationSender.sendNotification( in onMigrationStateChanged()137 mMigrationNotificationSender.clearNotifications(mUserHandle); in onMigrationStateChanged()
64 private final MigrationNotificationSender mMigrationNotificationSender; field in HealthConnectManagerService100 mMigrationNotificationSender = new MigrationNotificationSender(context); in HealthConnectManagerService()106 mMigrationNotificationSender); in HealthConnectManagerService()