Searched refs:getServiceDispatcher (Results 1 – 11 of 11) sorted by relevance
/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 | 1315 public @Nullable IServiceConnection getServiceDispatcher(ServiceConnection conn, in getServiceDispatcher() method in ContextWrapper 1317 return mBase.getServiceDispatcher(conn, handler, flags); in getServiceDispatcher()
|
D | Context.java | 7979 public IServiceConnection getServiceDispatcher(ServiceConnection conn, Handler handler, in getServiceDispatcher() method in Context
|
/frameworks/base/test-mock/src/android/test/mock/ |
D | MockContext.java | 963 public IServiceConnection getServiceDispatcher(ServiceConnection conn, Handler handler, in getServiceDispatcher() method in MockContext
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 2103 public IServiceConnection getServiceDispatcher(ServiceConnection conn, Handler handler, in getServiceDispatcher() method in ContextImpl 2105 return mPackageInfo.getServiceDispatcher(conn, getOuterContext(), handler, flags); in getServiceDispatcher() 2140 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(), executor, flags); in bindServiceCommon() 2142 sd = mPackageInfo.getServiceDispatcher(conn, getOuterContext(), handler, flags); in bindServiceCommon()
|
D | LoadedApk.java | 1916 public final IServiceConnection getServiceDispatcher(ServiceConnection c, in getServiceDispatcher() method 1921 public final IServiceConnection getServiceDispatcher(ServiceConnection c, in getServiceDispatcher() method
|
/frameworks/base/core/java/android/widget/ |
D | RemoteViewsAdapter.java | 257 final IServiceConnection sd = mContext.getServiceDispatcher(this, this, flags); in handleMessage()
|
/frameworks/base/core/java/android/app/admin/ |
D | DevicePolicyManager.java | 15187 final IServiceConnection sd = mContext.getServiceDispatcher( in bindDeviceAdminServiceAsUser() 15209 final IServiceConnection sd = mContext.getServiceDispatcher( in bindDeviceAdminServiceAsUser()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 2106 HSPLandroid/app/LoadedApk;->getServiceDispatcher(Landroid/content/ServiceConnection;Landroid/conten… 2107 HSPLandroid/app/LoadedApk;->getServiceDispatcher(Landroid/content/ServiceConnection;Landroid/conten…
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 2106 HSPLandroid/app/LoadedApk;->getServiceDispatcher(Landroid/content/ServiceConnection;Landroid/conten… 2107 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/…
|