Searched refs:bindServiceCommon (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 1699 return bindServiceCommon(service, conn, flags, null, mMainThread.getHandler(), null, in bindService() 1707 return bindServiceCommon(service, conn, flags, null, null, executor, getUser()); in bindService() 1717 return bindServiceCommon(service, conn, flags, instanceName, null, executor, getUser()); in bindIsolatedService() 1724 return bindServiceCommon(service, conn, flags, null, mMainThread.getHandler(), null, user); in bindServiceAsUser() 1734 return bindServiceCommon(service, conn, flags, null, handler, null, user); in bindServiceAsUser() 1756 private boolean bindServiceCommon(Intent service, ServiceConnection conn, int flags, in bindServiceCommon() method in ContextImpl
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1164 HSPLandroid/app/ContextImpl;->bindServiceCommon(Landroid/content/Intent;Landroid/content/ServiceCon…
|
D | hiddenapi-greylist-max-o.txt | 4647 Landroid/app/ContextImpl;->bindServiceCommon(Landroid/content/Intent;Landroid/content/ServiceConnec…
|