Searched refs:sThis (Results 1 – 1 of 1) sorted by relevance
263 private static AtomicReference<AccountManagerService> sThis = new AtomicReference<>(); field in AccountManagerService273 return sThis.get(); in getSingleton()285 sThis.set(this); in AccountManagerService()