Home
last modified time | relevance | path

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

/frameworks/base/services/robotests/backup/src/com/android/server/backup/
DBackupManagerConstantsTest.java67 String[] backupFinishedNotificationReceivers = in testGetConstants_afterConstructorWithStart_returnsDefaultValues() local
84 assertThat(backupFinishedNotificationReceivers).isEqualTo(new String[0]); in testGetConstants_afterConstructorWithStart_returnsDefaultValues()
119 String[] backupFinishedNotificationReceivers = in testGetConstants_whenSettingIsNull_returnsDefaultValues() local
136 assertThat(backupFinishedNotificationReceivers).isEqualTo(new String[0]); in testGetConstants_whenSettingIsNull_returnsDefaultValues()
208 String[] backupFinishedNotificationReceivers = in testBackupNotificationReceivers_afterSetting_updatesAndParsesCorrectly() local
210 assertThat(backupFinishedNotificationReceivers) in testBackupNotificationReceivers_afterSetting_updatesAndParsesCorrectly()
/frameworks/base/services/backup/java/com/android/server/backup/
DBackupManagerConstants.java141 String backupFinishedNotificationReceivers = in update() local
145 if (backupFinishedNotificationReceivers.isEmpty()) { in update()
148 mBackupFinishedNotificationReceivers = backupFinishedNotificationReceivers.split(":"); in update()