Home
last modified time | relevance | path

Searched refs:parseServiceAttributes (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountAuthenticatorCache.java56 public AuthenticatorDescription parseServiceAttributes(Resources res, in parseServiceAttributes() method in AccountAuthenticatorCache
/frameworks/base/core/java/android/content/
DSyncAdaptersCache.java57 public SyncAdapterType parseServiceAttributes(Resources res, in parseServiceAttributes() method in SyncAdaptersCache
/frameworks/base/core/java/android/content/pm/
DRegisteredServicesCache.java560 V v = parseServiceAttributes(pm.getResourcesForApplication(si.applicationInfo), in parseServiceInfo()
732 public abstract V parseServiceAttributes(Resources res, in parseServiceAttributes() method in RegisteredServicesCache
/frameworks/base/core/tests/coretests/src/android/content/pm/
DRegisteredServicesCacheTest.java217 public TestServiceType parseServiceAttributes(Resources res, String packageName, in parseServiceAttributes() method in RegisteredServicesCacheTest.TestServicesCache