Searched refs:MSG_RUN_BACKUP (Results 1 – 2 of 2) sorted by relevance
23 import static com.android.server.backup.internal.BackupHandler.MSG_RUN_BACKUP;74 MSG_RUN_BACKUP); in onReceive()
64 public static final int MSG_RUN_BACKUP = 1; field in BackupHandler99 case MSG_RUN_BACKUP: { in handleMessage()