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

  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java 144 public class AccountManagerService
147 private static final String TAG = "AccountManagerService";
150 private AccountManagerService mService;
158 mService = new AccountManagerService(new Injector(getContext()));
264 private static AtomicReference<AccountManagerService> sThis = new AtomicReference<>();
270 * @return a reference to the AccountManagerService instance
273 public static AccountManagerService getSingleton() {
277 public AccountManagerService(Injector injector) {
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 

Completed in 111 milliseconds