Searched refs:bindServiceCommon (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 1989 return bindServiceCommon(service, conn, Integer.toUnsignedLong(flags), null, in bindService() 1997 return bindServiceCommon(service, conn, flags.getValue(), null, mMainThread.getHandler(), in bindService() 2004 return bindServiceCommon(service, conn, Integer.toUnsignedLong(flags), null, null, executor, in bindService() 2011 return bindServiceCommon(service, conn, flags.getValue(), null, null, executor, in bindService() 2022 …return bindServiceCommon(service, conn, Integer.toUnsignedLong(flags), instanceName, null, executo… in bindIsolatedService() 2033 return bindServiceCommon(service, conn, flags.getValue(), instanceName, null, executor, in bindIsolatedService() 2040 return bindServiceCommon(service, conn, Integer.toUnsignedLong(flags), null, in bindServiceAsUser() 2047 return bindServiceCommon(service, conn, flags.getValue(), null, in bindServiceAsUser() 2058 return bindServiceCommon(service, conn, Integer.toUnsignedLong(flags), null, handler, in bindServiceAsUser() 2068 return bindServiceCommon(service, conn, flags.getValue(), null, handler, in bindServiceAsUser() [all …]
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 1439 HSPLandroid/app/ContextImpl;->bindServiceCommon(Landroid/content/Intent;Landroid/content/ServiceCon…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 1439 HSPLandroid/app/ContextImpl;->bindServiceCommon(Landroid/content/Intent;Landroid/content/ServiceCon…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 4644 Landroid/app/ContextImpl;->bindServiceCommon(Landroid/content/Intent;Landroid/content/ServiceConnec…
|