Searched refs:OP_TIMEOUT (Results 1 – 1 of 1) sorted by relevance
607 private static final int OP_TIMEOUT = -1; field in BackupManagerService1817 int state = (op != null) ? op.state : OP_TIMEOUT; in handleCancel()1828 op.state = OP_TIMEOUT; in handleCancel()3440 if (op.state == OP_TIMEOUT) { in opComplete()