Home
last modified time | relevance | path

Searched refs:backupFinishedNotificationReceivers (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/robotests/src/com/android/server/backup/
DBackupManagerConstantsTest.java73 String[] backupFinishedNotificationReceivers = in testGetConstants_afterConstructorWithStart_returnsDefaultValues() local
90 assertThat(backupFinishedNotificationReceivers).isEqualTo(new String[0]); in testGetConstants_afterConstructorWithStart_returnsDefaultValues()
125 String[] backupFinishedNotificationReceivers = in testGetConstants_whenSettingIsNull_returnsDefaultValues() local
142 assertThat(backupFinishedNotificationReceivers).isEqualTo(new String[0]); in testGetConstants_whenSettingIsNull_returnsDefaultValues()
214 String[] backupFinishedNotificationReceivers = in testBackupNotificationReceivers_afterSetting_updatesAndParsesCorrectly() local
216 assertThat(backupFinishedNotificationReceivers) in testBackupNotificationReceivers_afterSetting_updatesAndParsesCorrectly()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerConstants.java138 String backupFinishedNotificationReceivers = in update() local
142 if (backupFinishedNotificationReceivers.isEmpty()) { in update()
145 mBackupFinishedNotificationReceivers = backupFinishedNotificationReceivers.split(":"); in update()