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