Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java30 private static AccountAuthenticator sAuthenticator = null; field in AccountAuthenticator
142 if (sAuthenticator == null) { in getAuthenticator()
143 sAuthenticator = new AccountAuthenticator(context.getApplicationContext()); in getAuthenticator()
145 return sAuthenticator; in getAuthenticator()