Home
last modified time | relevance | path

Searched refs:startForegroundService (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerTest.java315 mContext.startForegroundService(intent); in testFgsProcStatsTracker()
575 mContext.startForegroundService(intent); in testKillAppIfBgRestrictedCachedIdle()
601 mContext.startForegroundService(intent); in testKillAppIfBgRestrictedCachedIdle()
623 mContext.startForegroundService(intent); in testKillAppIfBgRestrictedCachedIdle()
675 mContext.startForegroundService(intent); in testKillAppIfBgRestrictedCachedIdle()
/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBstatsCpuTimesValidationTest.java579 receiver = ICmdReceiver.Stub.asInterface(startForegroundService()); in doSomeWork()
658 private IBinder startForegroundService() throws Exception { in startForegroundService() method in BstatsCpuTimesValidationTest
673 sContext.startForegroundService(launchIntent); in startForegroundService()
/frameworks/base/services/core/java/com/android/server/media/
DMediaButtonReceiverHolder.java231 context.createContextAsUser(userHandle, 0).startForegroundService( in send()
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java245 if (mContext.startForegroundService(intent) == null) { in processMessage()
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/
DRavenwoodBaseContext.java535 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in RavenwoodBaseContext
/frameworks/base/core/java/android/content/
DContextWrapper.java831 public @Nullable ComponentName startForegroundService(Intent service) { in startForegroundService() method in ContextWrapper
832 return mBase.startForegroundService(service); in startForegroundService()
DContext.java3752 public abstract ComponentName startForegroundService(Intent service); in startForegroundService() method in Context
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DApplicationContext.java856 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in ApplicationContext
859 return context.startForegroundService(service); in startForegroundService()
DBridgeContext.java1997 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in BridgeContext
/frameworks/base/test-mock/src/android/test/mock/
DMockContext.java607 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in MockContext
/frameworks/base/test-mock/api/
Dcurrent.txt131 method public android.content.ComponentName startForegroundService(android.content.Intent);
/frameworks/base/packages/Shell/src/com/android/shell/
DBugreportProgressService.java865 startForegroundService(startSelfIntent); in sendForegroundabledNotification()
/frameworks/base/core/java/android/app/
DContextImpl.java1933 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in ContextImpl
/frameworks/proto_logging/stats/
Datoms.proto5878 // The FGS was started with Context.startForegroundService().
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt1572 HSPLandroid/app/ContextImpl;->startForegroundService(Landroid/content/Intent;)Landroid/content/Comp…
4003 HSPLandroid/content/ContextWrapper;->startForegroundService(Landroid/content/Intent;)Landroid/conte…
/frameworks/base/config/
Dboot-image-profile.txt1572 HSPLandroid/app/ContextImpl;->startForegroundService(Landroid/content/Intent;)Landroid/content/Comp…
4006 HSPLandroid/content/ContextWrapper;->startForegroundService(Landroid/content/Intent;)Landroid/conte…
/frameworks/base/core/api/
Dcurrent.txt10665 …method @Nullable public abstract android.content.ComponentName startForegroundService(android.cont…
10924 …method @Nullable public android.content.ComponentName startForegroundService(android.content.Inten…