Searched refs:bindServiceCommon (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2018 return bindServiceCommon(service, conn, Integer.toUnsignedLong(flags), null, in bindService() 2026 return bindServiceCommon(service, conn, flags.getValue(), null, mMainThread.getHandler(), in bindService() 2033 return bindServiceCommon(service, conn, Integer.toUnsignedLong(flags), null, null, executor, in bindService() 2040 return bindServiceCommon(service, conn, flags.getValue(), null, null, executor, in bindService() 2051 …return bindServiceCommon(service, conn, Integer.toUnsignedLong(flags), instanceName, null, executo… in bindIsolatedService() 2062 return bindServiceCommon(service, conn, flags.getValue(), instanceName, null, executor, in bindIsolatedService() 2069 return bindServiceCommon(service, conn, Integer.toUnsignedLong(flags), null, in bindServiceAsUser() 2076 return bindServiceCommon(service, conn, flags.getValue(), null, in bindServiceAsUser() 2087 return bindServiceCommon(service, conn, Integer.toUnsignedLong(flags), null, handler, in bindServiceAsUser() 2097 return bindServiceCommon(service, conn, flags.getValue(), null, handler, in bindServiceAsUser() [all …]
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 1419 HSPLandroid/app/ContextImpl;->bindServiceCommon(Landroid/content/Intent;Landroid/content/ServiceCon…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 1419 HSPLandroid/app/ContextImpl;->bindServiceCommon(Landroid/content/Intent;Landroid/content/ServiceCon…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 4644 Landroid/app/ContextImpl;->bindServiceCommon(Landroid/content/Intent;Landroid/content/ServiceConnec…
|