Searched refs:OP_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
595 static final int OP_TIMEOUT = -1; field in BackupManagerService2598 int state = (op != null) ? op.state : OP_TIMEOUT; in handleTimeout()2608 op.state = OP_TIMEOUT; in handleTimeout()10021 if (op.state == OP_TIMEOUT) { in opComplete()