Home
last modified time | relevance | path

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

/external/setupcompat/main/java/com/google/android/setupcompat/internal/
DSetupCompatServiceProvider.java176 private void swapServiceContextAndNotify(ServiceContext latestServiceContext) { in swapServiceContextAndNotify() argument
181 "State changed: %s -> %s", serviceContext.state, latestServiceContext.state)); in swapServiceContextAndNotify()
183 serviceContext = latestServiceContext; in swapServiceContextAndNotify()