Searched refs:backupFinishedNotificationReceivers (Results 1 – 2 of 2) sorted by relevance
67 String[] backupFinishedNotificationReceivers = in testGetConstants_afterConstructorWithStart_returnsDefaultValues() local84 assertThat(backupFinishedNotificationReceivers).isEqualTo(new String[0]); in testGetConstants_afterConstructorWithStart_returnsDefaultValues()119 String[] backupFinishedNotificationReceivers = in testGetConstants_whenSettingIsNull_returnsDefaultValues() local136 assertThat(backupFinishedNotificationReceivers).isEqualTo(new String[0]); in testGetConstants_whenSettingIsNull_returnsDefaultValues()208 String[] backupFinishedNotificationReceivers = in testBackupNotificationReceivers_afterSetting_updatesAndParsesCorrectly() local210 assertThat(backupFinishedNotificationReceivers) in testBackupNotificationReceivers_afterSetting_updatesAndParsesCorrectly()
141 String backupFinishedNotificationReceivers = in update() local145 if (backupFinishedNotificationReceivers.isEmpty()) { in update()148 mBackupFinishedNotificationReceivers = backupFinishedNotificationReceivers.split(":"); in update()