Home
last modified time | relevance | path

Searched refs:GET_SERVICES (Results 1 – 25 of 38) sorted by relevance

12

/aosp14/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintServiceRecommendationService.java40 import static android.content.pm.PackageManager.GET_SERVICES;
87 GET_SERVICES | GET_META_DATA | MATCH_DEBUG_TRIAGED_MISSING, in getServiceIntent()
H A DPrintManagerService.java19 import static android.content.pm.PackageManager.GET_SERVICES;
892 GET_SERVICES | MATCH_DEBUG_TRIAGED_MISSING | MATCH_INSTANT, in registerBroadcastReceivers()
H A DUserState.java20 import static android.content.pm.PackageManager.GET_SERVICES;
894 int queryIntentFlags = GET_SERVICES | GET_META_DATA | MATCH_DEBUG_TRIAGED_MISSING; in readInstalledPrintServicesLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaButtonReceiverHolder.java317 PACKAGE_MANAGER_COMMON_FLAGS | PackageManager.GET_SERVICES); in getComponentType()
339 PACKAGE_MANAGER_COMMON_FLAGS | PackageManager.GET_SERVICES); in getComponentName()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/pipeline/data/repository/
H A DInstalledTilesComponentRepository.kt118 (PackageManager.GET_SERVICES or
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DResumeOnRebootServiceProviderTests.java107 eq(PackageManager.MATCH_SYSTEM_ONLY | PackageManager.GET_SERVICES)); in serviceResolved()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteInlineSuggestionRenderService.java122 PackageManager.GET_SERVICES | PackageManager.GET_META_DATA, userId); in getServiceInfo()
H A DFieldClassificationStrategy.java95 PackageManager.GET_SERVICES | PackageManager.GET_META_DATA); in getServiceInfo()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
H A DControlsListingControllerImpl.kt204 val flags = PackageManager.GET_SERVICES or
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DServiceListing.java134 int flags = PackageManager.GET_SERVICES | PackageManager.GET_META_DATA; in reload()
/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DTvInteractiveAppServiceInfo.java94 PackageManager.GET_SERVICES | PackageManager.GET_META_DATA); in TvInteractiveAppServiceInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DResumeOnRebootServiceProvider.java80 int queryFlag = PackageManager.GET_SERVICES; in resolveService()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/controls/management/
H A DControlsListingControllerImplTest.kt554 PackageManager.GET_SERVICES.toLong() or
571 PackageManager.GET_SERVICES.toLong() or
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPluginFragment.java106 PackageManager.MATCH_DISABLED_COMPONENTS | PackageManager.GET_SERVICES); in loadPrefs()
/aosp14/frameworks/base/services/core/java/com/android/server/vr/
H A DEnabledComponentsObserver.java258 PackageManager.GET_SERVICES | PackageManager.GET_META_DATA | in loadComponentNames()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/data/repository/
H A DInstalledTilesComponentRepositoryImplTest.kt295 PackageManager.GET_SERVICES)
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DExplicitHealthCheckController.java376 PackageManager.GET_SERVICES | PackageManager.GET_META_DATA); in getServiceInfoLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/storage/
H A DStorageSessionController.java498 PackageManager.GET_SERVICES | PackageManager.GET_META_DATA, userId); in resolveExternalStorageServiceAsUser()
H A DCacheQuotaStrategy.java267 PackageManager.GET_SERVICES | PackageManager.GET_META_DATA); in getServiceComponentName()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayHashController.java410 PackageManager.GET_SERVICES | PackageManager.GET_META_DATA); in getServiceInfo()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DAppOpsPolicy.java371 final int flags = PackageManager.GET_SERVICES in updateActivityRecognizerTags()
/aosp14/frameworks/base/services/translation/java/com/android/server/translation/
H A DTranslationManagerServiceImpl.java190 intent, PackageManager.GET_SERVICES | PackageManager.GET_META_DATA, mUserId); in isServiceAvailableForUser()
/aosp14/frameworks/base/services/voiceinteraction/java/com/android/server/soundtrigger/
H A DSoundTriggerService.java25 import static android.content.pm.PackageManager.GET_SERVICES;
1250 GET_SERVICES | GET_META_DATA | MATCH_DEBUG_TRIAGED_MISSING, in bind()
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java731 PackageManager.GET_SERVICES | PackageManager.GET_META_DATA); in Builder()
/aosp14/frameworks/base/services/core/java/com/android/server/textclassifier/
H A DTextClassificationManagerService.java979 PackageManager.GET_SERVICES, mUserId); in isServiceEnabledForUser()

12