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

  /frameworks/base/core/java/android/accounts/
IAccountAuthenticatorCache.java 19 import android.content.pm.RegisteredServicesCache;
28 * An interface to the Authenticator specialization of RegisteredServicesCache. The use of
34 * Accessor for the {@link android.content.pm.RegisteredServicesCache.ServiceInfo} that
38 * @return the {@link android.content.pm.RegisteredServicesCache.ServiceInfo} that
41 RegisteredServicesCache.ServiceInfo<AuthenticatorDescription> getServiceInfo(
47 Collection<RegisteredServicesCache.ServiceInfo<AuthenticatorDescription>> getAllServices();
AccountAuthenticatorCache.java 20 import android.content.pm.RegisteredServicesCache;
37 * are made available via the {@link RegisteredServicesCache#getServiceInfo} method.
41 extends RegisteredServicesCache<AuthenticatorDescription>
GrantCredentialsPermissionActivity.java 30 import android.content.pm.RegisteredServicesCache;
AccountManagerService.java 34 import android.content.pm.RegisteredServicesCache;
    [all...]
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 25 import android.content.pm.RegisteredServicesCache;
97 Collection<RegisteredServicesCache.ServiceInfo<SyncAdapterType>> all =
103 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> item : all) {
229 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> mSyncAdapter;
232 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter) {
291 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter =
329 private RegisteredServicesCache.ServiceInfo<SyncAdapterType> getSelectedSyncAdapter() {
337 return (RegisteredServicesCache.ServiceInfo<SyncAdapterType>)
345 static class SyncAdaptersCache extends RegisteredServicesCache<SyncAdapterType> {
  /frameworks/base/core/java/android/content/
SyncAdaptersCache.java 19 import android.content.pm.RegisteredServicesCache;
34 /* package private */ class SyncAdaptersCache extends RegisteredServicesCache<SyncAdapterType> {
SyncQueue.java 21 import android.content.pm.RegisteredServicesCache;
53 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo =
SyncManager.java 35 import android.content.pm.RegisteredServicesCache;
412 RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo =
564 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapter :
585 final RegisteredServicesCache.ServiceInfo<SyncAdapterType> syncAdapterInfo =
663 final Collection<RegisteredServicesCache.ServiceInfo<SyncAdapterType>>
668 for (RegisteredServicesCache.ServiceInfo<SyncAdapterType> serviceInfo : serviceInfos) {
    [all...]
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 64 public abstract class RegisteredServicesCache<V> {
92 public RegisteredServicesCache(Context context, String interfaceName, String metaDataName,
132 fout.println("RegisteredServicesCache: " + services.size() + " services");
210 * @return a collection of {@link RegisteredServicesCache.ServiceInfo} objects for all
232 Log.e(TAG, "RegisteredServicesCache finalized without being closed");
  /frameworks/base/core/tests/coretests/src/android/accounts/
AccountManagerServiceTest.java 22 import android.content.pm.RegisteredServicesCache.ServiceInfo;

Completed in 47 milliseconds