Searched refs:RUN_BACKUP_ACTION (Results 1 – 2 of 2) sorted by relevance
21 import static com.android.server.backup.BackupManagerService.RUN_BACKUP_ACTION;43 if (RUN_BACKUP_ACTION.equals(intent.getAction())) { in onReceive()
206 public static final String RUN_BACKUP_ACTION = "android.app.backup.intent.RUN"; field in BackupManagerService832 filter.addAction(RUN_BACKUP_ACTION); in BackupManagerService()842 Intent backupIntent = new Intent(RUN_BACKUP_ACTION); in BackupManagerService()