Searched refs:startServiceCommon (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 1900 return startServiceCommon(service, false, mUser); in startService() 1906 return startServiceCommon(service, true, mUser); in startForegroundService() 1917 return startServiceCommon(service, false, user); in startServiceAsUser() 1922 return startServiceCommon(service, true, user); in startForegroundServiceAsUser() 1925 private ComponentName startServiceCommon(Intent service, boolean requireForeground, in startServiceCommon() method in ContextImpl
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 1595 HSPLandroid/app/ContextImpl;->startServiceCommon(Landroid/content/Intent;ZLandroid/os/UserHandle;)L…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 1595 HSPLandroid/app/ContextImpl;->startServiceCommon(Landroid/content/Intent;ZLandroid/os/UserHandle;)L…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 4712 Landroid/app/ContextImpl;->startServiceCommon(Landroid/content/Intent;ZLandroid/os/UserHandle;)Land…
|