Home
last modified time | relevance | path

Searched defs:services (Results 1 – 25 of 75) sorted by relevance

123

/aosp14/frameworks/base/services/core/java/com/android/server/infra/
H A DAbstractMasterSystemService.java593 List<S> services = getServiceListForUserLocked(userId); in getServiceForUserLocked() local
604 List<S> services = mServicesCacheList.get(resolvedUserId); in getServiceListForUserLocked() local
697 final List<S> services = getServiceListForUserLocked(userId); in updateCachedServiceListLocked() local
722 List<S> services = new ArrayList<>(); in updateCachedServiceListMultiModeLocked() local
759 final List<S> services = peekServiceListForUserLocked(userId); in removeCachedServiceListLocked() local
849 List<S> services = mServicesCacheList.valueAt(i); in visitServicesLocked() local
972 final List<S> services = mServicesCacheList.valueAt(i); in dumpLocked() local
H A DServiceNameResolver.java83 default void setServiceNameList(List<String> services, int userId) { in setServiceNameList()
H A DAbstractPerUserSystemService.java287 String[] services = mMaster.mServiceNameResolver.getServiceNameList(mUserId); in getComponentNameForMultipleLocked() local
/aosp14/frameworks/base/telephony/java/android/telephony/mbms/
H A DIMbmsDownloadSessionCallback.aidl31 void onFileServicesUpdated(in List<FileServiceInfo> services); in onFileServicesUpdated()
H A DIMbmsStreamingSessionCallback.aidl31 void onStreamingServicesUpdated(in List<StreamingServiceInfo> services); in onStreamingServicesUpdated()
H A DMbmsDownloadSessionCallback.java74 public void onFileServicesUpdated(List<FileServiceInfo> services) { in onFileServicesUpdated()
H A DMbmsStreamingSessionCallback.java77 public void onStreamingServicesUpdated(List<StreamingServiceInfo> services) { in onStreamingServicesUpdated()
H A DInternalDownloadSessionCallback.java57 public void onFileServicesUpdated(final List<FileServiceInfo> services) { in onFileServicesUpdated()
H A DInternalStreamingSessionCallback.java57 public void onStreamingServicesUpdated(final List<StreamingServiceInfo> services) in onStreamingServicesUpdated()
H A DMbmsUtils.java95 List<ResolveInfo> services; in getMiddlewareServiceInfo() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/
H A DAccessibilityButtonHelper.java39 List<AccessibilityServiceInfo> services = in isRequestedByAccessibilityService() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsListingControllerImpl.kt172 val services = getCurrentServices() regex
208 val services = packageManager.queryIntentServicesAsUser( regex
/aosp14/frameworks/base/services/credentials/java/com/android/server/credentials/
H A DCredentialManagerService.java130 List<CredentialManagerServiceImpl> services = new ArrayList<>(); in constructSystemServiceListLocked() local
195 List<CredentialManagerServiceImpl> services = peekServiceListForUserLocked(userId); in handlePackageRemovedMultiModeLocked() local
235 List<CredentialManagerServiceImpl> services = mSystemServicesCacheList.get(resolvedUserId); in getOrConstructSystemServiceListLock() local
275 final List<CredentialManagerServiceImpl> services = in runForUser() local
299 Set<ComponentName> services = new HashSet<>(); in getPrimaryProvidersForUserId() local
815 final List<CredentialManagerServiceImpl> services = in isEnabledCredentialProviderService() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DOwnersTest.java130 final MockSystemServices services = getServices(); in makeOwners() local
H A DDevicePolicyManagerServiceTestable.java74 public DevicePolicyManagerServiceTestable(MockSystemServices services, DpmMockContext context) { in DevicePolicyManagerServiceTestable()
112 private final MockSystemServices services; field in DevicePolicyManagerServiceTestable.MockInjector
122 public MockInjector(MockSystemServices services, DpmMockContext context) { in MockInjector()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
H A DSystemPropPoker.java76 String[] services = listServices(); in doInBackground() local
/aosp14/system/core/toolbox/
H A Dstart.cpp39 std::vector<std::string> services = { in ControlDefaultServices() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDataLoaderManagerService.java121 List<ResolveInfo> services = in resolveDataLoaderComponentName() local
/aosp14/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DServiceRecommendationPlugin.java42 …commendationPlugin(Context context, int vendorStringID, VendorInfo vendorInfo, String[] services) { in ServiceRecommendationPlugin()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DRecognitionServiceInfo.java61 List<RecognitionServiceInfo> services = new ArrayList<>(); in getAvailableServices() local
/aosp14/frameworks/base/core/java/android/os/
H A DSystemService.java135 public static void waitForAnyStopped(String... services) { in waitForAnyStopped()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DAddPrinterActivity.java437 void updateData(@Nullable List<PrintServiceInfo> services) { in updateData()
783 public void updateInstalledServices(List<PrintServiceInfo> services) { in updateInstalledServices()
841 void updateInstalledServices(@Nullable List<PrintServiceInfo> services) { in updateInstalledServices()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
H A DControlsListingControllerImplTest.kt580 val services = controller.getCurrentServices() regex
609 val services = captor.value regex
/aosp14/frameworks/base/core/java/android/service/credentials/
H A DCredentialProviderInfoFactory.java357 final List<ServiceInfo> services = new ArrayList<>(); in getAvailableSystemServiceInfos() local
604 final List<CredentialProviderInfo> services = new ArrayList<>(); in getUserProviders() local
/aosp14/frameworks/base/core/proto/android/nfc/
H A Dcard_emulation.proto81 repeated .android.nfc.cardemulation.ApduServiceInfoProto services = 4; field

123