Searched refs:sAuthenticator (Results 1 – 1 of 1) sorted by relevance
30 private static AccountAuthenticator sAuthenticator = null; field in AccountAuthenticator142 if (sAuthenticator == null) { in getAuthenticator()143 sAuthenticator = new AccountAuthenticator(context.getApplicationContext()); in getAuthenticator()145 return sAuthenticator; in getAuthenticator()