Searched refs:ACKNOWLEDGED (Results 1 – 3 of 3) sorted by relevance
47 OpState.ACKNOWLEDGED,54 int ACKNOWLEDGED = 1; field
83 mOpStorage.registerOperation(TOKEN_2, OpState.ACKNOWLEDGED, mCallback, OpType.BACKUP_WAIT); in testRegisterOperation_multipleOperations()88 mOpStorage.operationTokensForOpState(OpState.ACKNOWLEDGED); in testRegisterOperation_multipleOperations()166 mOpStorage.registerOperation(TOKEN_1, OpState.ACKNOWLEDGED, mCallback, OpType.RESTORE_WAIT); in testIsBackupOperationInProgress()187 assertThat(mOpStorage.operationTokensForOpState(OpState.ACKNOWLEDGED)).isNotEmpty(); in testOnOperationComplete_pendingAdvancesState_invokesCallback()
251 return finalState == OpState.ACKNOWLEDGED; in waitUntilOperationComplete()279 } else if (op.state == OpState.ACKNOWLEDGED) { in onOperationComplete()289 op.state = OpState.ACKNOWLEDGED; in onOperationComplete()327 if (state == OpState.ACKNOWLEDGED) { in cancelOperation()