Searched refs:UNUSABLE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/backup/java/com/android/server/backup/transport/
H A DTransportClient.java206 case State.UNUSABLE:
207 log(Priority.WARN, caller, "Async connect: UNUSABLE client");
258 case State.UNUSABLE:
318 // If it's already UNUSABLE we return straight away, no need to go to main-thread
320 if (mState == State.UNUSABLE) {
321 log(Priority.WARN, caller, "Sync connect: UNUSABLE client");
425 if (mState != State.UNUSABLE) {
434 * If we are called here the TransportClient becomes UNUSABLE. After one of these calls, if a
440 log(Priority.ERROR, "Service disconnected: client UNUSABLE");
441 setStateLocked(State.UNUSABLE, nul
634 int UNUSABLE = 0; field in interface:TransportClient.State
[all...]

Completed in 61 milliseconds