Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A 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()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DBstatsCpuTimesValidationTest.java566 receiver = ICmdReceiver.Stub.asInterface(startForegroundService()); in doSomeWork()
645 private IBinder startForegroundService() throws Exception { in startForegroundService() method in BstatsCpuTimesValidationTest
660 sContext.startForegroundService(launchIntent); in startForegroundService()
/aosp14/frameworks/base/services/core/java/com/android/server/media/
H A DMediaButtonReceiverHolder.java231 context.createContextAsUser(userHandle, 0).startForegroundService( in send()
/aosp14/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
H A DWapPushManager.java245 if (mContext.startForegroundService(intent) == null) { in processMessage()
/aosp14/frameworks/base/core/java/android/content/
H A DContextWrapper.java829 public @Nullable ComponentName startForegroundService(Intent service) { in startForegroundService() method in ContextWrapper
830 return mBase.startForegroundService(service); in startForegroundService()
H A DContext.java3672 public abstract ComponentName startForegroundService(Intent service); in startForegroundService() method in Context
/aosp14/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java607 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in MockContext
/aosp14/frameworks/base/test-mock/api/
H A Dcurrent.txt131 method public android.content.ComponentName startForegroundService(android.content.Intent);
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java816 startForegroundService(startSelfIntent); in sendForegroundabledNotification()
/aosp14/frameworks/base/core/java/android/app/
H A DContextImpl.java1904 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in ContextImpl
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt1592 HSPLandroid/app/ContextImpl;->startForegroundService(Landroid/content/Intent;)Landroid/content/Comp…
4080 HSPLandroid/content/ContextWrapper;->startForegroundService(Landroid/content/Intent;)Landroid/conte…
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt1592 HSPLandroid/app/ContextImpl;->startForegroundService(Landroid/content/Intent;)Landroid/content/Comp…
4083 HSPLandroid/content/ContextWrapper;->startForegroundService(Landroid/content/Intent;)Landroid/conte…
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt10329 …method @Nullable public abstract android.content.ComponentName startForegroundService(android.cont…
10580 …method @Nullable public android.content.ComponentName startForegroundService(android.content.Inten…