Searched refs:mBestVersion (Results 1 – 1 of 1) sorted by relevance
136 private volatile int mBestVersion; field in ServiceWatcher163 mBestVersion = Integer.MIN_VALUE; in ServiceWatcher()323 && bestVersion == mBestVersion && userId == mBestUserId; in bindBestPackage()337 mBestVersion = version; in bind()355 mBestVersion = Integer.MIN_VALUE; in unbind()431 return bestComponent == null ? "null" : bestComponent.toShortString() + "@" + mBestVersion;