Home
last modified time | relevance | path

Searched defs:startForegroundService (Results 1 – 7 of 7) sorted by relevance

/frameworks/support/compat/java/android/support/v4/content/
DContextCompat.java559 public static void startForegroundService(Context context, Intent intent) { in startForegroundService() method in ContextCompat
/frameworks/support/media-compat/java/android/support/v4/media/session/
DMediaButtonReceiver.java286 private static void startForegroundService(Context context, Intent intent) { in startForegroundService() method in MediaButtonReceiver
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java529 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in MockContext
/frameworks/base/core/java/android/content/
DContextWrapper.java648 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in ContextWrapper
DContext.java2703 public abstract ComponentName startForegroundService(Intent service); in startForegroundService() method in Context
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1856 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in BridgeContext
/frameworks/base/core/java/android/app/
DContextImpl.java1465 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in ContextImpl