Home
last modified time | relevance | path

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

123

/packages/apps/PermissionController/src/com/android/permissioncontroller/permission/service/
DAutoRevokePermissions.kt647 ServiceLiveData[InputMethod.SERVICE_INTERFACE,
651 NotificationListenerService.SERVICE_INTERFACE,
655 AccessibilityService.SERVICE_INTERFACE,
659 WallpaperService.SERVICE_INTERFACE,
663 VoiceInteractionService.SERVICE_INTERFACE,
667 AttentionService.SERVICE_INTERFACE,
671 TextClassifierService.SERVICE_INTERFACE,
675 PrintService.SERVICE_INTERFACE,
679 DreamService.SERVICE_INTERFACE,
687 AutofillService.SERVICE_INTERFACE,
[all …]
/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.java150 Intent intent = new Intent(AutofillService.SERVICE_INTERFACE); in getSettingIntent_noServiceInterface_returnsNull()
169 Intent intent = new Intent(AutofillService.SERVICE_INTERFACE); in getSettingIntent_hasServiceInterface_returnsIntent()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DInCallControllerTests.java225 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_NoServicesFound_IncomingCall()
247 Intent queryIntent = new Intent(InCallService.SERVICE_INTERFACE); in testBindToService_NoServicesFound_OutgoingCall()
260 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_NoServicesFound_OutgoingCall()
312 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_DefaultDialer_NoEmergency()
371 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_SystemDialer_Emergency()
449 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_SystemDialer_Crash()
533 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_DefaultDialer_FallBackToSystem()
655 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in testBindToService_IncludeExternal()
862 assertEquals(InCallService.SERVICE_INTERFACE, bindIntent.getAction()); in verifyBinding()
DComponentContextFixture.java557 addService(ConnectionService.SERVICE_INTERFACE, componentName, service);
570 addService(InCallService.SERVICE_INTERFACE, componentName, service);
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
DLiveWallpaperInfo.java86 new Intent(WallpaperService.SERVICE_INTERFACE), in doInBackground()
110 Intent launchIntent = new Intent(WallpaperService.SERVICE_INTERFACE); in doInBackground()
/packages/services/Telecomm/src/com/android/server/telecom/callredirection/
DCallRedirectionProcessorHelper.java62 Intent intent = new Intent(CallRedirectionService.SERVICE_INTERFACE) in getUserDefinedCallRedirectionService()
93 Intent intent = new Intent(CallRedirectionService.SERVICE_INTERFACE); in getCarrierCallRedirectionService()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/assist/
DVoiceInputHelper.java103 new Intent(VoiceInteractionService.SERVICE_INTERFACE), in VoiceInputHelper()
106 new Intent(RecognitionService.SERVICE_INTERFACE), in VoiceInputHelper()
DDefaultAssistPreferenceController.java73 final Intent probe = new Intent(VoiceInteractionService.SERVICE_INTERFACE) in getSettingIntent()
/packages/apps/QuickAccessWallet/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/
DQuickAccessWalletClientTest.java19 import static android.service.quickaccesswallet.QuickAccessWalletService.SERVICE_INTERFACE;
193 Intent queryIntent = new Intent(SERVICE_INTERFACE).setPackage(mContext.getPackageName()); in registerWalletService()
/packages/apps/Settings/src/com/android/settings/applications/assist/
DVoiceInputHelper.java103 new Intent(VoiceInteractionService.SERVICE_INTERFACE), in VoiceInputHelper()
106 new Intent(RecognitionService.SERVICE_INTERFACE), in VoiceInputHelper()
DDefaultAssistPreferenceController.java73 final Intent probe = new Intent(VoiceInteractionService.SERVICE_INTERFACE) in getSettingIntent()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/assist/
DVoiceInputInfoProvider.java60 VoiceInteractionService.SERVICE_INTERFACE);
63 RecognitionService.SERVICE_INTERFACE);
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DAppLauncherUtils.java141 mediaIntent.setAction(MediaBrowserService.SERVICE_INTERFACE); in getMediaSource()
189 new Intent(MediaBrowserService.SERVICE_INTERFACE), in getLauncherApps()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DLiveWallpaperInfo.java185 new Intent(WallpaperService.SERVICE_INTERFACE), in getAllContainingServiceNames()
212 new Intent(WallpaperService.SERVICE_INTERFACE), in getAllOnDevice()
/packages/services/Car/car-lib/src/android/car/content/pm/
DCarAppBlockingPolicyService.java40 public static final String SERVICE_INTERFACE = field in CarAppBlockingPolicyService
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/vrlistener/
DVrListenerSettings.java38 .setIntentAction(VrListenerService.SERVICE_INTERFACE)
/packages/apps/Nfc/src/com/android/nfc/cardemulation/
DHostEmulationManager.java310 Intent aidIntent = new Intent(HostApduService.SERVICE_INTERFACE); in bindServiceIfNeededLocked()
368 Intent intent = new Intent(HostApduService.SERVICE_INTERFACE); in bindPaymentServiceLocked()
/packages/apps/Settings/src/com/android/settings/display/
DAdaptiveSleepPreferenceController.java80 final Intent intent = new Intent(AttentionService.SERVICE_INTERFACE).setPackage( in isAttentionServiceAvailable()
/packages/apps/Car/Settings/src/com/android/car/settings/applications/defaultapps/
DDefaultAutofillPickerPreferenceController.java54 new Intent(AutofillService.SERVICE_INTERFACE), PackageManager.GET_META_DATA); in getCandidates()
DDefaultAssistantPickerEntryPreferenceController.java48 VoiceInteractionService.SERVICE_INTERFACE);
DDefaultAutofillPickerEntryPreferenceController.java83 Intent intent = new Intent(AutofillService.SERVICE_INTERFACE); in getSettingIntent()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/vrlistener/
DVrListenerSettings.java44 .setIntentAction(VrListenerService.SERVICE_INTERFACE)
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperChange.java61 Intent queryIntent = new Intent(WallpaperService.SERVICE_INTERFACE); in init()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationAssistantPicker.java61 .setIntentAction(NotificationAssistantService.SERVICE_INTERFACE) in onAttach()

123