Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java263 private static AtomicReference<AccountManagerService> sThis = new AtomicReference<>(); field in AccountManagerService
273 return sThis.get(); in getSingleton()
285 sThis.set(this); in AccountManagerService()