HomeSort by relevance Sort by last modified time
    Searched defs:AccountAuthenticator (Results 1 - 4 of 4) sorted by null

  /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
AccountAuthenticator.java 28 /* package */ class AccountAuthenticator extends AbstractAccountAuthenticator {
29 private static final String TAG = "AccountAuthenticator";
30 private static AccountAuthenticator sAuthenticator = null;
41 private AccountAuthenticator(Context context) {
141 public static synchronized AccountAuthenticator getAuthenticator(Context context) {
143 sAuthenticator = new AccountAuthenticator(context.getApplicationContext());
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-stubs.jar 

Completed in 52 milliseconds