Searched refs:bindServiceInstance (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/core/java/android/app/ |
H A D | IActivityManager.aidl | 224 int bindServiceInstance(in IApplicationThread caller, in IBinder token, in Intent service, in bindServiceInstance() method
|
H A D | ContextImpl.java | 2127 int res = ActivityManager.getService().bindServiceInstance( in bindServiceCommon()
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | ActivityManagerService.java | 13505 return bindServiceInstance(caller, token, service, resolvedType, connection, flags, in bindService() 13513 public int bindServiceInstance(IApplicationThread caller, IBinder token, Intent service, in bindServiceInstance() method in ActivityManagerService 13516 return bindServiceInstance(caller, token, service, resolvedType, connection, flags, in bindServiceInstance() 13520 private int bindServiceInstance(IApplicationThread caller, IBinder token, Intent service, in bindServiceInstance() method in ActivityManagerService 17626 return ActivityManagerService.this.bindServiceInstance( in bindSdkSandboxServiceInternal()
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 962 HSPLcom/android/server/am/ActivityManagerService;->bindServiceInstance(Landroid/app/IApplicationThr… 963 HSPLcom/android/server/am/ActivityManagerService;->bindServiceInstance(Landroid/app/IApplicationThr…
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 1862 HSPLandroid/app/IActivityManager$Stub$Proxy;->bindServiceInstance(Landroid/app/IApplicationThread;L…
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 1862 HSPLandroid/app/IActivityManager$Stub$Proxy;->bindServiceInstance(Landroid/app/IApplicationThread;L…
|