Searched refs:mBackupFinishedNotificationReceivers (Results 1 – 1 of 1) sorted by relevance
108 private String[] mBackupFinishedNotificationReceivers; field in BackupManagerConstants151 mBackupFinishedNotificationReceivers = new String[] {}; in update()153 mBackupFinishedNotificationReceivers = backupFinishedNotificationReceivers.split(":"); in update()234 + TextUtils.join(", ", mBackupFinishedNotificationReceivers)); in getBackupFinishedNotificationReceivers()236 return mBackupFinishedNotificationReceivers; in getBackupFinishedNotificationReceivers()