/frameworks/base/core/tests/coretests/src/android/widget/ |
D | RemoteViewsAdapterTest.java | 265 public IServiceConnection getServiceDispatcher( in getServiceDispatcher() method in RemoteViewsAdapterTest.TestContext
|
/frameworks/base/core/java/android/content/ |
D | ContextWrapper.java | 1349 public @Nullable IServiceConnection getServiceDispatcher(ServiceConnection conn, in getServiceDispatcher() method in ContextWrapper 1351 return mBase.getServiceDispatcher(conn, handler, flags); in getServiceDispatcher()
|
D | Context.java | 8249 public IServiceConnection getServiceDispatcher(ServiceConnection conn, Handler handler, in getServiceDispatcher() method in Context
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockContext.java | 979 public IServiceConnection getServiceDispatcher(ServiceConnection conn, Handler handler, in getServiceDispatcher() method in MockContext
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2177 public IServiceConnection getServiceDispatcher(ServiceConnection conn, Handler handler, in getServiceDispatcher() method in ContextImpl 2179 return mPackageInfo.getServiceDispatcher(conn, getOuterContext(), handler, flags); in getServiceDispatcher() 2214 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(), executor, flags); in bindServiceCommon() 2216 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(), handler, flags); in bindServiceCommon()
|
D | LoadedApk.java | 1944 public final IServiceConnection getServiceDispatcher(ServiceConnection c, in getServiceDispatcher() method 1949 public final IServiceConnection getServiceDispatcher(ServiceConnection c, in getServiceDispatcher() method
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsAdapter.java | 262 final IServiceConnection sd = mContext.getServiceDispatcher(this, this, flags); in handleMessage()
|
/frameworks/base/core/java/android/app/admin/ |
D | DevicePolicyManager.java | 15662 final IServiceConnection sd = mContext.getServiceDispatcher( in bindDeviceAdminServiceAsUser() 15684 final IServiceConnection sd = mContext.getServiceDispatcher( in bindDeviceAdminServiceAsUser()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 16623 final IServiceConnection sd = mContext.getServiceDispatcher(conn, handler, in bindSdkSandboxServiceInternal()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 2192 HSPLandroid/app/LoadedApk;->getServiceDispatcher(Landroid/content/ServiceConnection;Landroid/conten… 2193 HSPLandroid/app/LoadedApk;->getServiceDispatcher(Landroid/content/ServiceConnection;Landroid/conten…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 4666 Landroid/app/ContextImpl;->getServiceDispatcher(Landroid/content/ServiceConnection;Landroid/os/Hand… 10253 Landroid/content/Context;->getServiceDispatcher(Landroid/content/ServiceConnection;Landroid/os/Hand… 10293 Landroid/content/ContextWrapper;->getServiceDispatcher(Landroid/content/ServiceConnection;Landroid/…
|