Home
last modified time | relevance | path

Searched defs:iBinder (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java419 public void scheduleCreateService(IBinder iBinder, ServiceInfo serviceInfo, in scheduleCreateService()
424 public void scheduleStopService(IBinder iBinder) throws RemoteException { in scheduleStopService()
446 public void scheduleServiceArgs(IBinder iBinder, ParceledListSlice parceledListSlice) in scheduleServiceArgs()
459 public void scheduleBindService(IBinder iBinder, Intent intent, boolean b, int i) in scheduleBindService()
464 public void scheduleUnbindService(IBinder iBinder, Intent intent) throws RemoteException { in scheduleUnbindService()
468 public void dumpService(ParcelFileDescriptor parcelFileDescriptor, IBinder iBinder, in dumpService()
503 public void scheduleOnNewActivityOptions(IBinder iBinder, Bundle bundle) in scheduleOnNewActivityOptions()
520 public void dumpActivity(ParcelFileDescriptor parcelFileDescriptor, IBinder iBinder, in dumpActivity()
568 public void dumpProvider(ParcelFileDescriptor parcelFileDescriptor, IBinder iBinder, in dumpProvider()
578 public void unstableProviderDied(IBinder iBinder) throws RemoteException { in unstableProviderDied()
[all …]
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
DStubSidecar.java45 public void onWindowLayoutChangeListenerAdded(@NonNull IBinder iBinder) { in onWindowLayoutChangeListenerAdded()
51 public void onWindowLayoutChangeListenerRemoved(@NonNull IBinder iBinder) { in onWindowLayoutChangeListenerRemoved()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DPersonalAppsSuspensionHelper.java147 final IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE); in getAccessibilityServices() local
/frameworks/base/services/net/java/android/net/
DConnectivityModuleConnector.java134 void onModuleServiceConnected(@NonNull IBinder iBinder); in onModuleServiceConnected()
/frameworks/opt/car/services/updatableServices/src/com/android/internal/car/updatable/
DCarServiceHelperServiceUpdatableImpl.java180 void handleCarServiceConnection(IBinder iBinder) { in handleCarServiceConnection()
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java955 public TvInteractiveAppManager createService(ContextImpl ctx) in registerService()
967 public TvInputManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
976 public TunerResourceManager createService(ContextImpl ctx) in registerService()
994 public UsageStatsManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
1473 public MediaMetricsManager createService(ContextImpl ctx) in registerService()
1516 public AmbientContextManager createService(ContextImpl ctx) in registerService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java470 public void onClick(IBinder iBinder) { in onClick()
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityWindowsPopulator.java378 final IBinder iBinder = windowHandle.getWindow().asBinder(); in generateInverseMatrixBasedOnProperMagnificationSpecForDisplay() local
390 private boolean getWindowTransformMatrix(IBinder iBinder, Matrix outTransform) { in getWindowTransformMatrix()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitions.java948 public void onTransitionReady(IBinder iBinder, TransitionInfo transitionInfo, in onTransitionReady()
956 public void requestStartTransition(IBinder iBinder, in requestStartTransition()
/frameworks/base/core/java/android/os/
DBinderProxy.java446 private static BinderProxy getInstance(long nativeData, long iBinder) { in getInstance()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityManager.java1844 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE); in tryConnectToServiceLocked() local