/frameworks/base/services/tests/servicestests/src/com/android/server/am/ |
D | ActivityManagerTest.java | 315 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/ |
D | BstatsCpuTimesValidationTest.java | 579 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/ |
D | MediaButtonReceiverHolder.java | 231 context.createContextAsUser(userHandle, 0).startForegroundService( in send()
|
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
D | WapPushManager.java | 245 if (mContext.startForegroundService(intent) == null) { in processMessage()
|
/frameworks/base/ravenwood/junit-impl-src/android/platform/test/ravenwood/ |
D | RavenwoodBaseContext.java | 535 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in RavenwoodBaseContext
|
/frameworks/base/core/java/android/content/ |
D | ContextWrapper.java | 831 public @Nullable ComponentName startForegroundService(Intent service) { in startForegroundService() method in ContextWrapper 832 return mBase.startForegroundService(service); in startForegroundService()
|
D | Context.java | 3752 public abstract ComponentName startForegroundService(Intent service); in startForegroundService() method in Context
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | ApplicationContext.java | 856 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in ApplicationContext 859 return context.startForegroundService(service); in startForegroundService()
|
D | BridgeContext.java | 1997 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in BridgeContext
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockContext.java | 607 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in MockContext
|
/frameworks/base/test-mock/api/ |
D | current.txt | 131 method public android.content.ComponentName startForegroundService(android.content.Intent);
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
D | BugreportProgressService.java | 865 startForegroundService(startSelfIntent); in sendForegroundabledNotification()
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 1933 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in ContextImpl
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 5878 // The FGS was started with Context.startForegroundService().
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/boot/ |
D | boot-image-profile.txt | 1572 HSPLandroid/app/ContextImpl;->startForegroundService(Landroid/content/Intent;)Landroid/content/Comp… 4003 HSPLandroid/content/ContextWrapper;->startForegroundService(Landroid/content/Intent;)Landroid/conte…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1572 HSPLandroid/app/ContextImpl;->startForegroundService(Landroid/content/Intent;)Landroid/content/Comp… 4006 HSPLandroid/content/ContextWrapper;->startForegroundService(Landroid/content/Intent;)Landroid/conte…
|
/frameworks/base/core/api/ |
D | current.txt | 10665 …method @Nullable public abstract android.content.ComponentName startForegroundService(android.cont… 10924 …method @Nullable public android.content.ComponentName startForegroundService(android.content.Inten…
|