Searched refs:backupFinishedNotificationReceivers (Results 1 – 2 of 2) sorted by relevance
73 String[] backupFinishedNotificationReceivers = in testGetConstants_afterConstructorWithStart_returnsDefaultValues() local90 assertThat(backupFinishedNotificationReceivers).isEqualTo(new String[0]); in testGetConstants_afterConstructorWithStart_returnsDefaultValues()125 String[] backupFinishedNotificationReceivers = in testGetConstants_whenSettingIsNull_returnsDefaultValues() local142 assertThat(backupFinishedNotificationReceivers).isEqualTo(new String[0]); in testGetConstants_whenSettingIsNull_returnsDefaultValues()214 String[] backupFinishedNotificationReceivers = in testBackupNotificationReceivers_afterSetting_updatesAndParsesCorrectly() local216 assertThat(backupFinishedNotificationReceivers) in testBackupNotificationReceivers_afterSetting_updatesAndParsesCorrectly()
138 String backupFinishedNotificationReceivers = in update() local142 if (backupFinishedNotificationReceivers.isEmpty()) { in update()145 mBackupFinishedNotificationReceivers = backupFinishedNotificationReceivers.split(":"); in update()