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