Searched refs:mBackupFinishedNotificationReceivers (Results 1 – 1 of 1) sorted by relevance
103 private String[] mBackupFinishedNotificationReceivers; field in BackupManagerConstants146 mBackupFinishedNotificationReceivers = new String[] {}; in update()148 mBackupFinishedNotificationReceivers = backupFinishedNotificationReceivers.split(":"); in update()229 + TextUtils.join(", ", mBackupFinishedNotificationReceivers)); in getBackupFinishedNotificationReceivers()231 return mBackupFinishedNotificationReceivers; in getBackupFinishedNotificationReceivers()