Home | History | Annotate | Download | only in btservice

Lines Matching defs:serviceState

674                 Integer serviceState = mProfileServicesState.get(serviceName);
676 if(serviceState != null && serviceState != expectedCurrentState) {
680 + ". Invalid state: " + serviceState);
718 Integer serviceState = mProfileServicesState.get(serviceName);
719 if(serviceState != null && serviceState != expectedCurrentState) {
723 + ". Invalid state: " + serviceState);