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

1234

/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java998 new Intent(InputMethod.SERVICE_INTERFACE).setPackage(packageName),
1835 mCurIntent = new Intent(InputMethod.SERVICE_INTERFACE);
3427 new Intent(InputMethod.SERVICE_INTERFACE),
3469 new Intent(InputMethod.SERVICE_INTERFACE),
/frameworks/base/services/print/java/com/android/server/print/
H A DPrintManagerService.java683 Intent intent = new Intent(android.printservice.PrintService.SERVICE_INTERFACE);
H A DUserState.java107 new Intent(android.printservice.PrintService.SERVICE_INTERFACE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java1135 new Intent(CarrierMessagingService.SERVICE_INTERFACE));
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java80 public static final String SERVICE_INTERFACE = field in class:WallpaperService
/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java89 public static final String SERVICE_INTERFACE = "android.media.tv.TvInputService"; field in class:TvInputService
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java92 new Intent(TrustAgentService.SERVICE_INTERFACE);
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java497 final Intent serviceIntent = new Intent(ChooserTargetService.SERVICE_INTERFACE)
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserCompat.java1032 final Intent intent = new Intent(MediaBrowserServiceCompat.SERVICE_INTERFACE);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java270 new Intent(TvInputService.SERVICE_INTERFACE),
593 Intent i = new Intent(TvInputService.SERVICE_INTERFACE).setComponent(component);
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java1693 Intent intent = new Intent(WallpaperService.SERVICE_INTERFACE);
/frameworks/base/telecomm/java/android/telecom/
H A DConnectionService.java93 public static final String SERVICE_INTERFACE = "android.telecom.ConnectionService"; field in class:ConnectionService
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java4976 c.serviceInterface = NotificationAssistantService.SERVICE_INTERFACE;
5085 c.serviceInterface = NotificationListenerService.SERVICE_INTERFACE;
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java3377 new Intent(NotificationListenerService.SERVICE_INTERFACE)
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1242 new Intent(AccessibilityService.SERVICE_INTERFACE),

Completed in 384 milliseconds

1234