Searched refs:bindServiceCommon (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 1912 return bindServiceCommon(service, conn, flags, null, mMainThread.getHandler(), null, in bindService() 1919 return bindServiceCommon(service, conn, flags, null, null, executor, getUser()); in bindService() 1929 return bindServiceCommon(service, conn, flags, instanceName, null, executor, getUser()); in bindIsolatedService() 1935 return bindServiceCommon(service, conn, flags, null, mMainThread.getHandler(), null, user); in bindServiceAsUser() 1945 return bindServiceCommon(service, conn, flags, null, handler, null, user); in bindServiceAsUser() 1967 private boolean bindServiceCommon(Intent service, ServiceConnection conn, int flags, in bindServiceCommon() method in ContextImpl
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 1407 HSPLandroid/app/ContextImpl;->bindServiceCommon(Landroid/content/Intent;Landroid/content/ServiceCon…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 1407 HSPLandroid/app/ContextImpl;->bindServiceCommon(Landroid/content/Intent;Landroid/content/ServiceCon…
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 4644 Landroid/app/ContextImpl;->bindServiceCommon(Landroid/content/Intent;Landroid/content/ServiceConnec…
|