Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
DBstatsCpuTimesValidationTest.java645 private IBinder startForegroundService() throws Exception { in startForegroundService() method in BstatsCpuTimesValidationTest
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java607 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in MockContext
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java856 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in ApplicationContext
DBridgeContext.java1956 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in BridgeContext
/frameworks/base/core/java/android/content/
DContextWrapper.java829 public @Nullable ComponentName startForegroundService(Intent service) { in startForegroundService() method in ContextWrapper
DContext.java3672 public abstract ComponentName startForegroundService(Intent service); in startForegroundService() method in Context
/frameworks/base/core/java/android/app/
DContextImpl.java1904 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in ContextImpl