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