Searched refs:SERVICE_INTERFACE (Results 51 - 75 of 90) sorted by relevance

1234

/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java190 Intent service = new Intent(RemoteDisplayState.SERVICE_INTERFACE);
/frameworks/base/telecomm/java/android/telecom/
H A DInCallService.java68 public static final String SERVICE_INTERFACE = "android.telecom.InCallService"; field in class:InCallService
/frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
H A DRemoteDisplayProviderService.java38 if (intent.getAction().equals(RemoteDisplayProvider.SERVICE_INTERFACE)) {
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java440 intent = new Intent(MidiDeviceService.SERVICE_INTERFACE);
576 Intent intent = new Intent(MidiDeviceService.SERVICE_INTERFACE);
870 MidiDeviceService.SERVICE_INTERFACE);
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java72 public static final String SERVICE_INTERFACE = field in class:SpellCheckerService
/frameworks/base/services/autofill/java/com/android/server/autofill/
H A DRemoteFillService.java114 mIntent = new Intent(AutofillService.SERVICE_INTERFACE).setComponent(mComponentName);
/frameworks/base/services/core/java/com/android/server/storage/
H A DCacheQuotaStrategy.java268 Intent intent = new Intent(CacheQuotaService.SERVICE_INTERFACE);
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerServiceImpl.java330 Intent intent = new Intent(VoiceInteractionService.SERVICE_INTERFACE);
H A DVoiceInteractionSessionConnection.java196 mBindIntent = new Intent(VoiceInteractionService.SERVICE_INTERFACE);
H A DVoiceInteractionManagerService.java427 new Intent(VoiceInteractionService.SERVICE_INTERFACE),
499 new Intent(RecognitionService.SERVICE_INTERFACE),
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsServiceController.java266 Intent imsServiceIntent = new Intent(ImsResolver.SERVICE_INTERFACE).setComponent(
/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java581 VrListenerService.SERVICE_INTERFACE, mLock, listeners);
811 userId, NotificationListenerService.SERVICE_INTERFACE,
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java166 public static final String SERVICE_INTERFACE = field in class:DreamService
/frameworks/base/core/java/com/android/internal/app/
H A DResolverComparator.java416 Intent intent = new Intent(ResolverRankerService.SERVICE_INTERFACE);
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java180 final Intent intent = new Intent(MediaBrowserService.SERVICE_INTERFACE);
/frameworks/base/services/core/java/com/android/server/notification/
H A DConditionProviders.java84 c.serviceInterface = ConditionProviderService.SERVICE_INTERFACE;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DImsServiceControllerTest.java112 assertEquals(ImsResolver.SERVICE_INTERFACE, testIntent.getAction());
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProvider.java223 Intent service = new Intent(MediaRouteProviderProtocol.SERVICE_INTERFACE);
/frameworks/base/services/core/java/com/android/server/
H A DTextServicesManagerService.java263 new Intent(SpellCheckerService.SERVICE_INTERFACE), PackageManager.GET_META_DATA,
592 final Intent serviceIntent = new Intent(SpellCheckerService.SERVICE_INTERFACE);
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserServiceCompat.java97 * an intent filter with the {@link #SERVICE_INTERFACE} action.
126 public static final String SERVICE_INTERFACE = "android.media.browse.MediaBrowserService"; field in class:MediaBrowserServiceCompat
182 if (SERVICE_INTERFACE.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/connectivity/
H A DVpn.java410 Intent serviceIntent = new Intent(VpnConfig.SERVICE_INTERFACE);
749 Intent intent = new Intent(VpnConfig.SERVICE_INTERFACE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java1745 mContext.getPackageManager(), new Intent(CarrierMessagingService.SERVICE_INTERFACE));
1752 new Intent(CarrierMessagingService.SERVICE_INTERFACE));
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java306 public static final String SERVICE_INTERFACE = field in class:AccessibilityService
/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java71 * and include an intent filter with the {@link #SERVICE_INTERFACE} action. For example:</p>
287 public static final String SERVICE_INTERFACE field in class:NotificationListenerService
/frameworks/base/media/java/android/media/tv/
H A DTvInputInfo.java691 Intent intent = new Intent(TvInputService.SERVICE_INTERFACE).setComponent(component);

Completed in 1383 milliseconds

1234