HomeSort by relevance Sort by last modified time
    Searched refs:SERVICE_INTERFACE (Results 1 - 25 of 60) sorted by null

1 2 3

  /frameworks/base/core/java/android/nfc/cardemulation/
OffHostApduService.java 129 public static final String SERVICE_INTERFACE =
HostApduService.java 149 public static final String SERVICE_INTERFACE =
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaRouteProviderProtocol.java 31 public static final String SERVICE_INTERFACE =
RegisteredMediaRouteProviderWatcher.java 96 Intent intent = new Intent(MediaRouteProviderService.SERVICE_INTERFACE);
MediaRouteProviderService.java 73 public static final String SERVICE_INTERFACE = MediaRouteProviderProtocol.SERVICE_INTERFACE;
113 if (intent.getAction().equals(SERVICE_INTERFACE)) {
  /frameworks/base/core/java/android/view/inputmethod/
InputMethod.java 65 public static final String SERVICE_INTERFACE = "android.view.InputMethod";
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperChange.java 58 Intent queryIntent = new Intent(WallpaperService.SERVICE_INTERFACE);
78 Intent intent = new Intent(WallpaperService.SERVICE_INTERFACE);
LiveWallpaperListAdapter.java 66 new Intent(WallpaperService.SERVICE_INTERFACE),
188 wallpaper.intent = new Intent(WallpaperService.SERVICE_INTERFACE);
  /frameworks/base/core/java/android/content/
SyncAdaptersCache.java 37 private static final String SERVICE_INTERFACE = "android.content.SyncAdapter";
43 super(context, SERVICE_INTERFACE, SERVICE_META_DATA, ATTRIBUTES_NAME, sSerializer);
  /frameworks/base/core/java/android/service/notification/
NotificationListenerService.java 32 * and include an intent filter with the {@link #SERVICE_INTERFACE} action. For example:</p>
55 public static final String SERVICE_INTERFACE
  /frameworks/base/core/java/android/net/
VpnService.java 94 * their intent filter must match {@link #SERVICE_INTERFACE} action. Here
113 public static final String SERVICE_INTERFACE = VpnConfig.SERVICE_INTERFACE;
205 * {@code null} on {@link Intent}s other than {@link #SERVICE_INTERFACE}
213 if (intent != null && SERVICE_INTERFACE.equals(intent.getAction())) {
  /frameworks/base/media/lib/java/com/android/media/remotedisplay/
RemoteDisplayProvider.java 41 * to return the provider's binder when the {@link #SERVICE_INTERFACE} is requested.
48 * if (intent.getAction().equals(RemoteDisplayProvider.SERVICE_INTERFACE)) {
114 public static final String SERVICE_INTERFACE = RemoteDisplayState.SERVICE_INTERFACE;
  /packages/apps/Launcher3/src/com/android/launcher3/
LiveWallpaperListAdapter.java 61 new Intent(WallpaperService.SERVICE_INTERFACE),
175 Intent launchIntent = new Intent(WallpaperService.SERVICE_INTERFACE);
  /frameworks/base/core/java/com/android/internal/net/
VpnConfig.java 42 public static final String SERVICE_INTERFACE = "android.net.VpnService";
  /frameworks/base/media/java/android/media/
RemoteDisplayState.java 34 public static final String SERVICE_INTERFACE =
  /frameworks/base/services/java/com/android/server/
RecognitionManagerService.java 111 new Intent(RecognitionService.SERVICE_INTERFACE), 0, userHandle);
  /frameworks/base/core/java/android/speech/
SpeechRecognizer.java 198 new Intent(RecognitionService.SERVICE_INTERFACE), 0);
270 Intent serviceIntent = new Intent(RecognitionService.SERVICE_INTERFACE);
RecognitionService.java 41 public static final String SERVICE_INTERFACE = "android.speech.RecognitionService";
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
RegisteredServicesCache.java 197 new Intent(HostApduService.SERVICE_INTERFACE),
201 new Intent(OffHostApduService.SERVICE_INTERFACE),
  /development/apps/Development/src/com/android/development/
SyncAdapterDriver.java 342 private static final String SERVICE_INTERFACE = "android.content.SyncAdapter";
347 super(context, SERVICE_INTERFACE, SERVICE_META_DATA, ATTRIBUTES_NAME, null);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
SpeechRecognition.java 179 Intent intent = new Intent(RecognitionService.SERVICE_INTERFACE);
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityService.java 295 public static final String SERVICE_INTERFACE =
  /frameworks/base/core/java/android/printservice/
PrintService.java 109 * #SERVICE_INTERFACE android.printservice.PrintService}. Failure to declare this intent
165 public static final String SERVICE_INTERFACE = "android.printservice.PrintService";
  /frameworks/base/services/java/com/android/server/dreams/
DreamController.java 115 Intent intent = new Intent(DreamService.SERVICE_INTERFACE);
  /frameworks/base/services/java/com/android/server/media/
RemoteDisplayProviderWatcher.java 116 Intent intent = new Intent(RemoteDisplayState.SERVICE_INTERFACE);

Completed in 735 milliseconds

1 2 3