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

  /frameworks/base/services/java/com/android/server/accounts/
IAccountAuthenticatorCache.java 20 import android.content.pm.RegisteredServicesCache;
29 * An interface to the Authenticator specialization of RegisteredServicesCache. The use of
35 * Accessor for the {@link android.content.pm.RegisteredServicesCache.ServiceInfo} that
39 * @return the {@link android.content.pm.RegisteredServicesCache.ServiceInfo} that
42 RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> getServiceInfo(
48 Collection<RegisteredServicesCache.ServiceInfo<AuthenticatorDescription>> getAllServices(
AccountAuthenticatorCache.java 24 import android.content.pm.RegisteredServicesCache;
41 * are made available via the {@link RegisteredServicesCache#getServiceInfo} method.
45 extends RegisteredServicesCache<AuthenticatorDescription>
AccountManagerService.java 48 import android.content.pm.RegisteredServicesCache;
350 for (RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> service :
    [all...]
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 25 import android.content.pm.RegisteredServicesCache;
93 Collection<RegisteredServicesCache.ServiceInfo<SyncAdapterType>> all =
99 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> item : all) {
225 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> mSyncAdapter;
228 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter) {
287 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter =
325 private RegisteredServicesCache.ServiceInfo<SyncAdapterType> getSelectedSyncAdapter() {
333 return (RegisteredServicesCache.ServiceInfo<SyncAdapterType>)
341 static class SyncAdaptersCache extends RegisteredServicesCache<SyncAdapterType> {
  /frameworks/base/core/java/android/content/
SyncAdaptersCache.java 19 import android.content.pm.RegisteredServicesCache;
34 public class SyncAdaptersCache extends RegisteredServicesCache<SyncAdapterType> {
  /frameworks/base/services/java/com/android/server/content/
SyncQueue.java 21 import android.content.pm.RegisteredServicesCache;
24 import android.content.pm.RegisteredServicesCache.ServiceInfo;
SyncManager.java 48 import android.content.pm.RegisteredServicesCache;
504 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo =
628 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter :
648 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo;
730 final Collection<RegisteredServicesCache.ServiceInfo<SyncAdapterType>> serviceInfos;
734 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> serviceInfo : serviceInfos) {
    [all...]
  /frameworks/base/core/java/android/accounts/
GrantCredentialsPermissionActivity.java 19 import android.content.pm.RegisteredServicesCache;
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 70 public abstract class RegisteredServicesCache<V> {
113 public RegisteredServicesCache(Context context, String interfaceName, String metaDataName,
172 fout.println("RegisteredServicesCache: " + user.services.size() + " services");
177 fout.println("RegisteredServicesCache: services not loaded");
259 * @return a collection of {@link RegisteredServicesCache.ServiceInfo} objects for all
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 24 import android.content.pm.RegisteredServicesCache.ServiceInfo;

Completed in 482 milliseconds