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

  /frameworks/base/services/java/com/android/server/accounts/
IAccountAuthenticatorCache.java 48 Collection<RegisteredServicesCache.ServiceInfo<AuthenticatorDescription>> getAllServices(
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
AccountManagerServiceTest.java 214 public Collection<ServiceInfo<AuthenticatorDescription>> getAllServices(int userId) {
  /frameworks/base/core/java/android/content/pm/
RegisteredServicesCache.java 262 public Collection<ServiceInfo<V>> getAllServices(int userId) {
  /frameworks/base/services/java/com/android/server/am/
ActiveServices.java 181 Collection<ServiceRecord> getAllServices(int callingUser) {
    [all...]
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 629 mSyncAdapters.getAllServices(account.userId)) {
731 serviceInfos = mSyncAdapters.getAllServices(userId);
    [all...]

Completed in 141 milliseconds