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