Searched refs:startServiceCommon (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 1620 return startServiceCommon(service, false, mUser); in startService() 1626 return startServiceCommon(service, true, mUser); in startForegroundService() 1637 return startServiceCommon(service, false, user); in startServiceAsUser() 1642 return startServiceCommon(service, true, user); in startForegroundServiceAsUser() 1645 private ComponentName startServiceCommon(Intent service, boolean requireForeground, in startServiceCommon() method in ContextImpl
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1272 HSPLandroid/app/ContextImpl;->startServiceCommon(Landroid/content/Intent;ZLandroid/os/UserHandle;)L…
|
D | hiddenapi-greylist-max-o.txt | 4715 Landroid/app/ContextImpl;->startServiceCommon(Landroid/content/Intent;ZLandroid/os/UserHandle;)Land…
|