Searched refs:IServiceConnection (Results 1 – 18 of 18) sorted by relevance
/frameworks/base/services/core/java/com/android/server/am/ |
D | ConnectionRecord.java | 19 import android.app.IServiceConnection; 31 final IServiceConnection conn; // The client connection. 48 IServiceConnection _conn, int _flags, in ConnectionRecord()
|
D | ActiveServices.java | 65 import android.app.IServiceConnection; 1238 String resolvedType, final IServiceConnection connection, int flags, in bindServiceLocked() 1546 boolean unbindServiceLocked(IServiceConnection connection) { in unbindServiceLocked()
|
D | ActivityManagerService.java | 221 import android.app.IServiceConnection; 18436 String resolvedType, IServiceConnection connection, int flags, String callingPackage, 18455 public boolean unbindService(IServiceConnection connection) {
|
/frameworks/base/core/java/android/app/ |
D | IServiceConnection.aidl | 23 oneway interface IServiceConnection { interface
|
D | LoadedApk.java | 1414 public final IServiceConnection getServiceDispatcher(ServiceConnection c, in getServiceDispatcher() 1438 public final IServiceConnection forgetServiceDispatcher(Context context, in forgetServiceDispatcher() 1506 private static class InnerConnection extends IServiceConnection.Stub { 1570 IServiceConnection getIServiceConnection() { in getIServiceConnection()
|
D | IActivityManager.aidl | 27 import android.app.IServiceConnection; 134 in String resolvedType, in IServiceConnection connection, int flags, in bindService() 136 boolean unbindService(in IServiceConnection connection); in unbindService()
|
D | ContextImpl.java | 1580 public IServiceConnection getServiceDispatcher(ServiceConnection conn, Handler handler, in getServiceDispatcher() 1600 IServiceConnection sd; in bindServiceCommon() 1638 IServiceConnection sd = mPackageInfo.forgetServiceDispatcher( in unbindService()
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockContext.java | 21 import android.app.IServiceConnection; 831 public IServiceConnection getServiceDispatcher(ServiceConnection conn, Handler handler, in getServiceDispatcher()
|
/frameworks/base/core/java/android/app/admin/ |
D | IDevicePolicyManager.aidl | 22 import android.app.IServiceConnection; 344 IServiceConnection connection, int flags, int targetUserId); in bindDeviceAdminServiceAsUser()
|
D | DevicePolicyManager.java | 33 import android.app.IServiceConnection; 7982 final IServiceConnection sd = mContext.getServiceDispatcher( in bindDeviceAdminServiceAsUser()
|
/frameworks/base/core/java/android/content/ |
D | ContextWrapper.java | 21 import android.app.IServiceConnection; 947 public IServiceConnection getServiceDispatcher(ServiceConnection conn, Handler handler, in getServiceDispatcher()
|
D | Context.java | 36 import android.app.IServiceConnection; 4749 public IServiceConnection getServiceDispatcher(ServiceConnection conn, Handler handler, in getServiceDispatcher()
|
/frameworks/base/ |
D | Android.mk | 92 core/java/android/app/IServiceConnection.aidl \
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | DevicePolicyManagerService.java | 71 import android.app.IServiceConnection; 10646 @NonNull IServiceConnection connection, int flags, @UserIdInt int targetUserId) { in bindDeviceAdminServiceAsUser()
|
/frameworks/base/config/ |
D | preloaded-classes | 206 android.app.IServiceConnection 207 android.app.IServiceConnection$Stub
|
D | compiled-classes-phone | 338 android.app.IServiceConnection 339 android.app.IServiceConnection$Stub 340 android.app.IServiceConnection$Stub$Proxy
|
D | boot-image-profile.txt | 709 HPLandroid/app/IServiceConnection$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 710 HPLandroid/app/IServiceConnection$Stub$Proxy;->asBinder()Landroid/os/IBinder; 711 HPLandroid/app/IServiceConnection$Stub$Proxy;->connected(Landroid/content/ComponentName;Landroid/os… 712 HPLandroid/app/IServiceConnection$Stub;->asInterface(Landroid/os/IBinder;)Landroid/app/IServiceConn… 16262 …/os/IBinder;Landroid/content/Intent;Ljava/lang/String;Landroid/app/IServiceConnection;ILjava/lang/… 16315 HSPLandroid/app/IActivityManager$Stub$Proxy;->unbindService(Landroid/app/IServiceConnection;)Z 16334 …/os/IBinder;Landroid/content/Intent;Ljava/lang/String;Landroid/app/IServiceConnection;ILjava/lang/… 16593 HSPLandroid/app/IActivityManager;->unbindService(Landroid/app/IServiceConnection;)Z 16822 HSPLandroid/app/IServiceConnection$Stub;-><init>()V 16823 HSPLandroid/app/IServiceConnection$Stub;->asBinder()Landroid/os/IBinder; [all …]
|
/frameworks/base/services/ |
D | art-profile | 1350 …/os/IBinder;Landroid/content/Intent;Ljava/lang/String;Landroid/app/IServiceConnection;ILjava/lang/… 1388 HPLcom/android/server/am/ActiveServices;->unbindServiceLocked(Landroid/app/IServiceConnection;)Z 1444 …/os/IBinder;Landroid/content/Intent;Ljava/lang/String;Landroid/app/IServiceConnection;ILjava/lang/… 1602 HPLcom/android/server/am/ActivityManagerService;->unbindService(Landroid/app/IServiceConnection;)Z 1902 …m/AppBindRecord;Lcom/android/server/am/ActivityRecord;Landroid/app/IServiceConnection;IILandroid/a…
|