Home
last modified time | relevance | path

Searched refs:SERVICE_INTERFACE (Results 1 – 25 of 119) sorted by relevance

12345

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/
DServiceLiveData.kt71 if (intentAction == AccessibilityService.SERVICE_INTERFACE) { in <lambda>()
74 if (intentAction == InputMethod.SERVICE_INTERFACE) { in <lambda>()
77 if (intentAction == NotificationListenerService.SERVICE_INTERFACE) { in <lambda>()
80 if (intentAction == WallpaperService.SERVICE_INTERFACE) { in <lambda>()
83 if (intentAction == VoiceInteractionService.SERVICE_INTERFACE) { in <lambda>()
86 if (intentAction == AutofillService.SERVICE_INTERFACE) { in <lambda>()
89 if (intentAction == DreamService.SERVICE_INTERFACE) { in <lambda>()
92 if (intentAction == PrintService.SERVICE_INTERFACE) { in <lambda>()
109 intentAction == AccessibilityService.SERVICE_INTERFACE && in <lambda>()
115 intentAction == InputMethod.SERVICE_INTERFACE && in <lambda>()
[all …]
/packages/modules/AdServices/adservices/framework/java/com/android/adservices/
DAdServicesCommon.java63 public static final String ACTION_ADID_PROVIDER_SERVICE = AdIdProviderService.SERVICE_INTERFACE;
70 AppSetIdProviderService.SERVICE_INTERFACE;
74 AdServicesExtDataStorageService.SERVICE_INTERFACE;
82 AdServicesCobaltUploadService.SERVICE_INTERFACE;
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/applications/defaultapps/
DDefaultAutofillPickerPreferenceControllerTest.java81 new Intent(AutofillService.SERVICE_INTERFACE), serviceResolveInfo); in getCandidates_hasServiceWithoutPermissions_returnsEmptyList()
94 new Intent(AutofillService.SERVICE_INTERFACE), serviceResolveInfo); in getCandidates_hasServiceWithBindAutofillServicePermission_returnsService()
107 new Intent(AutofillService.SERVICE_INTERFACE), serviceResolveInfo); in getCandidates_hasServiceWithBindAutofillPermission_returnsEmptyList()
DDefaultAutofillPickerEntryPreferenceControllerTest.java248 Intent intent = new Intent(AutofillService.SERVICE_INTERFACE); in getSettingIntent_noServiceInterface_returnsNull()
267 Intent intent = new Intent(AutofillService.SERVICE_INTERFACE); in getSettingIntent_hasServiceInterface_returnsIntent()
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaCognitionService.java84 public static final String SERVICE_INTERFACE = "android.provider.MediaCognitionService"; field in MediaCognitionService
133 if (!SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
/packages/modules/Permission/PermissionController/role-controller/java/com/android/role/controller/behavior/v35/
DWalletRoleBehavior.java107 Set<String> packageNames = resolvePackageNames(QuickAccessWalletService.SERVICE_INTERFACE, in getQualifyingPackageNamesInternal()
144 onHost ? HostApduService.SERVICE_INTERFACE : OffHostApduService.SERVICE_INTERFACE) in getQualifyingApduServicesAsUser()
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/hibernation/
DHibernationPolicy.kt1055 InputMethod.SERVICE_INTERFACE, Manifest.permission.BIND_INPUT_METHOD, user],
1057 NotificationListenerService.SERVICE_INTERFACE,
1061 AccessibilityService.SERVICE_INTERFACE,
1065 WallpaperService.SERVICE_INTERFACE, Manifest.permission.BIND_WALLPAPER, user],
1067 VoiceInteractionService.SERVICE_INTERFACE,
1071 PrintService.SERVICE_INTERFACE, Manifest.permission.BIND_PRINT_SERVICE, user],
1073 DreamService.SERVICE_INTERFACE, Manifest.permission.BIND_DREAM_SERVICE, user],
1075 AutofillService.SERVICE_INTERFACE, Manifest.permission.BIND_AUTOFILL_SERVICE, user],
/packages/apps/Car/Launcher/libs/appgrid/lib/tests/src/com/android/car/carlauncher/
DAppLauncherUtilsTest.java357 mbsIntent.setAction(MediaBrowserService.SERVICE_INTERFACE); in mockPackageManagerQueries()
380 videoMbsIntent.setAction(MediaBrowserService.SERVICE_INTERFACE); in mockPackageManagerQueries()
408 notlaunachableMbsIntent.setAction(MediaBrowserService.SERVICE_INTERFACE); in mockPackageManagerQueries()
441 mbsIntent.setAction(MediaBrowserService.SERVICE_INTERFACE); in mockPackageManagerQueries()
468 if (intent.getAction().equals(MediaBrowserService.SERVICE_INTERFACE)) { in mockPackageManagerQueries()
510 if (intent.getAction().equals(MediaBrowserService.SERVICE_INTERFACE)) { in mockTosPackageManagerQueries()
/packages/modules/AdServices/adservices/tests/cts/cobalt/src/com/android/adservices/tests/cobalt/
DAdServicesCobaltUploadTest.java85 intent.setAction(AdServicesCobaltUploadService.SERVICE_INTERFACE); in testAdServicesCobaltUploadService_devEnvironment()
108 intent.setAction(AdServicesCobaltUploadService.SERVICE_INTERFACE); in testAdServicesCobaltUploadService_prodEnvironment()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallControllerTests.java422 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_NoServicesFound_IncomingCall()
445 Intent queryIntent = new Intent(InCallService.SERVICE_INTERFACE); in testBindToService_NoServicesFound_OutgoingCall()
457 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_NoServicesFound_OutgoingCall()
510 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_DefaultDialer_NoEmergency()
573 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_SystemDialer_Emergency()
620 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_UserAssociatedWithCallIsInQuietMode_EmergCallInCallUi_BindsToPrimaryUser()
651 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_UserAssociatedWithCallIsInQuietMode_NonEmergCallECBM_BindsToPrimaryUser()
684 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_UserAssociatedWithCallSecondary_NonEmergCallECBM_BindsToSecondaryUser()
713 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_UserAssociatedWithCallNotInQuietMode_EmergCallInCallUi_BindsToAssociatedUser()
778 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_SystemDialer_Crash()
[all …]
/packages/modules/AdServices/adservices/framework/api/
Dsystem-current.txt8 …field public static final String SERVICE_INTERFACE = "android.adservices.adid.AdIdProviderService";
19 …field public static final String SERVICE_INTERFACE = "android.adservices.appsetid.AppSetIdProvider…
30 …field public static final String SERVICE_INTERFACE = "android.adservices.cobalt.AdServicesCobaltUp…
159 …field public static final String SERVICE_INTERFACE = "android.adservices.extdata.AdServicesExtData…
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessorHelper.java64 Intent intent = new Intent(CallRedirectionService.SERVICE_INTERFACE) in getUserDefinedCallRedirectionService()
95 Intent intent = new Intent(CallRedirectionService.SERVICE_INTERFACE); in getCarrierCallRedirectionService()
/packages/modules/AdServices/adservices/framework/java/android/adservices/cobalt/
DAdServicesCobaltUploadService.java42 public static final String SERVICE_INTERFACE = field in AdServicesCobaltUploadService
/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
DQuickAccessWalletClientTest.java19 import static android.service.quickaccesswallet.QuickAccessWalletService.SERVICE_INTERFACE;
192 Intent queryIntent = new Intent(SERVICE_INTERFACE).setPackage(mContext.getPackageName()); in registerWalletService()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DLiveWallpaperInfo.java112 Intent intent = new Intent(WallpaperService.SERVICE_INTERFACE); in fromPackageAndServiceName()
277 new Intent(WallpaperService.SERVICE_INTERFACE), in getAllContainingServiceNames()
304 new Intent(WallpaperService.SERVICE_INTERFACE), in getAllOnDevice()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/assist/
DVoiceInputInfoProvider.java60 VoiceInteractionService.SERVICE_INTERFACE);
63 RecognitionService.SERVICE_INTERFACE);
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/behavior/v35/
DWalletRoleUiBehavior.java102 Intent hostApduIntent = new Intent(HostApduService.SERVICE_INTERFACE); in getNfcServicesForPackage()
103 Intent offHostApduIntent = new Intent(OffHostApduService.SERVICE_INTERFACE); in getNfcServicesForPackage()
/packages/services/Car/car-lib/src/android/car/content/pm/
DCarAppBlockingPolicyService.java39 public static final String SERVICE_INTERFACE = field in CarAppBlockingPolicyService
/packages/modules/Media/apex/framework/java/android/media/
DMediaSession2Service.java58 public static final String SERVICE_INTERFACE = "android.media.MediaSession2Service"; field in MediaSession2Service
114 if (SERVICE_INTERFACE.equals(intent.getAction())) { in onBind()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/datasources/
DMediaTemplateAppsDataSource.kt72 Intent(MediaBrowserService.SERVICE_INTERFACE), in getAllMediaServices()
/packages/modules/AdServices/adservices/framework/java/android/adservices/appsetid/
DAppSetIdProviderService.java46 public static final String SERVICE_INTERFACE = field in AppSetIdProviderService
/packages/modules/AdServices/adservices/framework/java/android/adservices/adid/
DAdIdProviderService.java46 public static final String SERVICE_INTERFACE = "android.adservices.adid.AdIdProviderService"; field in AdIdProviderService
/packages/modules/Permission/framework-s/java/android/app/role/
DRoleControllerManager.java115 new Intent(RoleControllerService.SERVICE_INTERFACE) in RoleControllerManager()
139 Intent intent = new Intent(RoleControllerService.SERVICE_INTERFACE); in getRemoteServiceComponentName()
/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/media/
DMediaUtils.kt73 val intent = Intent(MediaBrowserService.SERVICE_INTERFACE) in <lambda>()
/packages/modules/AppSearch/framework/java/android/app/appsearch/functions/
DAppFunctionService.java65 public static final String SERVICE_INTERFACE = field in AppFunctionService

12345