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

  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerServiceShellCommand.java 29 final @NonNull AccountManagerService mService;
31 AccountManagerServiceShellCommand(@NonNull AccountManagerService service) {
AccountManagerBackupHelper.java 69 private final AccountManagerService mAccountManagerService;
81 public AccountManagerBackupHelper(AccountManagerService accountManagerService,
83 mAccountManagerService = accountManagerService;
103 AccountManagerService.UserAccounts accounts = mAccountManagerService
155 final AccountManagerService.UserAccounts accounts = mAccountManagerService
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...]
AccountsDb.java     [all...]
  /frameworks/base/services/core/java/com/android/server/content/
SyncManager.java 105 import com.android.server.accounts.AccountManagerService;
378 Account[] accountsForUser = AccountManagerService.getSingleton().getAccounts(
    [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 
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 95 * Tests for {@link AccountManagerService}.
129 private AccountManagerService mAms;
166 mAms = new AccountManagerService(mTestInjector);
338 AccountManagerService ams2 = new AccountManagerService(mTestInjector);
    [all...]

Completed in 484 milliseconds