Searched refs:SERVICE_INTERFACE (Results 26 - 50 of 90) sorted by relevance

1234

/frameworks/base/core/java/android/service/notification/
H A DConditionProviderService.java38 * and include an intent filter with the {@link #SERVICE_INTERFACE} action. If you want users to be
73 public static final String SERVICE_INTERFACE field in class:ConditionProviderService
H A DNotificationAssistantService.java51 public static final String SERVICE_INTERFACE field in class:NotificationAssistantService
/frameworks/base/media/java/android/media/
H A DRemoteDisplayState.java34 public static final String SERVICE_INTERFACE = field in class:RemoteDisplayState
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
H A DTvRemoteProvider.java48 public static final String SERVICE_INTERFACE = field in class:TvRemoteProvider
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintServiceRecommendationService.java86 android.printservice.recommendation.RecommendationService.SERVICE_INTERFACE),
/frameworks/base/telephony/java/android/telephony/
H A DVisualVoicemailService.java47 * intent filter with the {@link #SERVICE_INTERFACE} action.
69 public static final String SERVICE_INTERFACE = "android.telephony.VisualVoicemailService"; field in class:VisualVoicemailService
/frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
H A DAppListFragment.java97 final Intent intent = new Intent(MediaBrowserService.SERVICE_INTERFACE);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DRegisteredMediaRouteProviderWatcher.java96 Intent intent = new Intent(MediaRouteProviderService.SERVICE_INTERFACE);
H A DMediaRouteProviderService.java109 public static final String SERVICE_INTERFACE = MediaRouteProviderProtocol.SERVICE_INTERFACE; field in class:MediaRouteProviderService
149 if (intent.getAction().equals(SERVICE_INTERFACE)) {
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java198 new Intent(RecognitionService.SERVICE_INTERFACE), 0);
270 Intent serviceIntent = new Intent(RecognitionService.SERVICE_INTERFACE);
H A DRecognitionService.java44 public static final String SERVICE_INTERFACE = "android.speech.RecognitionService"; field in class:RecognitionService
/frameworks/base/telephony/java/android/telephony/ims/
H A DImsService.java93 public static final String SERVICE_INTERFACE = "android.telephony.ims.ImsService"; field in class:ImsService
343 if(SERVICE_INTERFACE.equals(intent.getAction())) {
/frameworks/base/core/java/android/content/pm/
H A DAppsQueryHelper.java138 new Intent(InputMethod.SERVICE_INTERFACE), user.getIdentifier());
/frameworks/base/core/java/android/content/pm/permission/
H A DRuntimePermissionPresenter.java151 RuntimePermissionPresenterService.SERVICE_INTERFACE);
/frameworks/base/core/java/android/printservice/
H A DPrintService.java115 * #SERVICE_INTERFACE android.printservice.PrintService}. Failure to declare this intent
171 public static final String SERVICE_INTERFACE = "android.printservice.PrintService"; field in class:PrintService
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderWatcher.java116 Intent intent = new Intent(RemoteDisplayState.SERVICE_INTERFACE);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderWatcher.java111 Intent intent = new Intent(TvRemoteProviderProxy.SERVICE_INTERFACE);
H A DTvRemoteProviderProxy.java46 protected static final String SERVICE_INTERFACE = field in class:TvRemoteProviderProxy
146 Intent service = new Intent(SERVICE_INTERFACE);
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaButtonReceiver.java112 MediaBrowserServiceCompat.SERVICE_INTERFACE);
/frameworks/base/media/java/android/service/media/
H A DMediaBrowserService.java63 * an intent filter with the {@link #SERVICE_INTERFACE} action.
84 public static final String SERVICE_INTERFACE = "android.media.browse.MediaBrowserService"; field in class:MediaBrowserService
335 if (SERVICE_INTERFACE.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/
H A DMmsServiceBroker.java342 CarrierMessagingService.SERVICE_INTERFACE,
360 CarrierMessagingService.SERVICE_INTERFACE,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
H A DImsResolver.java72 public static final String SERVICE_INTERFACE = "android.telephony.ims.ImsService"; field in class:ImsResolver
655 Intent serviceIntent = new Intent(SERVICE_INTERFACE);
/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java55 * and include an intent filter with the {@link #SERVICE_INTERFACE} action. For example:</p>
88 public static final String SERVICE_INTERFACE field in class:TrustAgentService
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java95 Intent dreamIntent = new Intent(DreamService.SERVICE_INTERFACE);
/frameworks/base/services/core/java/com/android/server/dreams/
H A DDreamController.java151 Intent intent = new Intent(DreamService.SERVICE_INTERFACE);

Completed in 4847 milliseconds

1234