Home
last modified time | relevance | path

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

1234

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DForegroundServiceController.java62 final ForegroundServicesUserState services = mUserServices.get(userId); in isDisclosureNeededForUser() local
74 final ForegroundServicesUserState services = mUserServices.get(userId); in isSystemAlertWarningNeeded() local
86 final ForegroundServicesUserState services = mUserServices.get(userId); in getAppOps() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DControlsListingControllerImpl.kt161 val services = getCurrentServices() in addCallback() constant
197 val services = packageManager.queryIntentServicesAsUser( in getCurrentServices() constant
/frameworks/base/telephony/java/android/telephony/mbms/
DIMbmsDownloadSessionCallback.aidl31 void onFileServicesUpdated(in List<FileServiceInfo> services); in onFileServicesUpdated()
DIMbmsStreamingSessionCallback.aidl31 void onStreamingServicesUpdated(in List<StreamingServiceInfo> services); in onStreamingServicesUpdated()
DMbmsStreamingSessionCallback.java77 public void onStreamingServicesUpdated(List<StreamingServiceInfo> services) { in onStreamingServicesUpdated()
DMbmsDownloadSessionCallback.java74 public void onFileServicesUpdated(List<FileServiceInfo> services) { in onFileServicesUpdated()
DInternalDownloadSessionCallback.java57 public void onFileServicesUpdated(final List<FileServiceInfo> services) { in onFileServicesUpdated()
DInternalStreamingSessionCallback.java57 public void onStreamingServicesUpdated(final List<StreamingServiceInfo> services) in onStreamingServicesUpdated()
DMbmsUtils.java95 List<ResolveInfo> services; in getMiddlewareServiceInfo() local
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/accessibility/
DAccessibilityButtonHelper.java39 List<AccessibilityServiceInfo> services = in isRequestedByAccessibilityService() local
/frameworks/native/libs/binder/ndk/tests/
DbinderVendorDoubleLoadTest.cpp63 Vector<String16> services = defaultServiceManager()->listServices(); in TEST() local
126 std::vector<std::string> services; in TEST() local
/frameworks/base/services/core/java/com/android/server/infra/
DAbstractMasterSystemService.java593 List<S> services = getServiceListForUserLocked(userId); in getServiceForUserLocked() local
604 List<S> services = mServicesCacheList.get(resolvedUserId); in getServiceListForUserLocked() local
687 final List<S> services = getServiceListForUserLocked(userId); in updateCachedServiceListLocked() local
736 final List<S> services = peekServiceListForUserLocked(userId); in removeCachedServiceListLocked() local
826 List<S> services = mServicesCacheList.valueAt(i); in visitServicesLocked() local
949 final List<S> services = mServicesCacheList.valueAt(i); in dumpLocked() local
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DOwnersTest.java120 final MockSystemServices services = getServices(); in makeOwners() local
DDevicePolicyManagerServiceTestable.java72 public DevicePolicyManagerServiceTestable(MockSystemServices services, DpmMockContext context) { in DevicePolicyManagerServiceTestable()
110 private final MockSystemServices services; field in DevicePolicyManagerServiceTestable.MockInjector
120 public MockInjector(MockSystemServices services, DpmMockContext context) { in MockInjector()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/development/
DSystemPropPoker.java76 String[] services = listServices(); in doInBackground() local
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
DServiceRecommendationPlugin.java42 …commendationPlugin(Context context, int vendorStringID, VendorInfo vendorInfo, String[] services) { in ServiceRecommendationPlugin()
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DRecognitionServiceInfo.java61 List<RecognitionServiceInfo> services = new ArrayList<>(); in getAvailableServices() local
/frameworks/base/core/java/android/os/
DSystemService.java135 public static void waitForAnyStopped(String... services) { in waitForAnyStopped()
/frameworks/base/services/core/java/com/android/server/pm/
DDataLoaderManagerService.java121 List<ResolveInfo> services = in resolveDataLoaderComponentName() local
/frameworks/native/libs/fakeservicemanager/
DServiceManager.cpp44 Vector<String16> services; in listServices() local
/frameworks/native/cmds/service/
Dservice.cpp103 Vector<String16> services = sm->listServices(); in main() local
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
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()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
DControlsListingControllerImplTest.kt605 val services = controller.getCurrentServices() in testForceReloadUpdatesList() constant
634 val services = captor.value in testForceReloadCallsListeners() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
DDumpHandler.kt222 val services: MutableList<String> = startables.keys in <lambda>() constant
232 val services: Array<String> = context.resources.getStringArray(resId) in <lambda>() constant
/frameworks/native/libs/binder/tests/
DbinderHostDeviceTest.cpp121 auto services = sm->listServices(); in TEST_F() local

1234