Home
last modified time | relevance | path

Searched refs:currentServiceState (Results 1 – 1 of 1) sorted by relevance

/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DSetupCompatServiceProvider.java91 ServiceContext currentServiceState = getCurrentServiceState(); in waitForConnection() local
92 if (currentServiceState.state == State.CONNECTED) { in waitForConnection()
93 return currentServiceState.compatService; in waitForConnection()
106 currentServiceState = getCurrentServiceState(); in waitForConnection()
112 currentServiceState.state)); in waitForConnection()
114 return currentServiceState.compatService; in waitForConnection()
127 ServiceContext currentServiceState = getCurrentServiceState(); in requestServiceBind() local
128 if (currentServiceState.state == State.CONNECTED) { in requestServiceBind()
132 if (currentServiceState.state != State.NOT_STARTED) { in requestServiceBind()