Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
DStubSidecar.java48 public void onWindowLayoutChangeListenerAdded(@NonNull IBinder iBinder) { in onWindowLayoutChangeListenerAdded()
54 public void onWindowLayoutChangeListenerRemoved(@NonNull IBinder iBinder) { in onWindowLayoutChangeListenerRemoved()
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/transition/
DTestRemoteTransition.java48 public void onTransitionConsumed(IBinder iBinder, boolean b) throws RemoteException { in onTransitionConsumed()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/appclips/
DAppClipsServiceTest.java228 IBinder iBinder = appClipsService.onBind(FAKE_INTENT); in getInterfaceFromService() local
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DPersonalAppsSuspensionHelper.java144 final IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE); in getAccessibilityServices() local
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1010 public TvInteractiveAppManager createService(ContextImpl ctx) in registerService()
1022 public TvAdManager createService(ContextImpl ctx) in registerService()
1034 public TvInputManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
1043 public TunerResourceManager createService(ContextImpl ctx) in registerService()
1061 public UsageStatsManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
1574 public MediaMetricsManager createService(ContextImpl ctx) in registerService()
1617 public AmbientContextManager createService(ContextImpl ctx) in registerService()
1629 public WearableSensingManager createService(ContextImpl ctx) in registerService()
1641 public OnDeviceIntelligenceManager createService(ContextImpl ctx) in registerService()
/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/
DMediaProjectionManagerServiceTest.java496 IBinder iBinder = mock(IBinder.class); in testIsCurrentProjectionInternal_invalid() local
510 IBinder iBinder = mock(IBinder.class); in testIsCurrentProjectionInternal_noProjection() local
/frameworks/base/services/net/java/android/net/
DConnectivityModuleConnector.java131 void onModuleServiceConnected(@NonNull IBinder iBinder); in onModuleServiceConnected()
/frameworks/base/services/core/java/com/android/server/wm/
DAccessibilityWindowsPopulator.java399 final IBinder iBinder = windowHandle.getWindowToken(); in generateInverseMatrixBasedOnProperMagnificationSpecForDisplay() local
410 private boolean getWindowTransformMatrix(IBinder iBinder, Matrix outTransform) { in getWindowTransformMatrix()
/frameworks/opt/car/services/updatableServices/src/com/android/internal/car/updatable/
DCarServiceHelperServiceUpdatableImpl.java230 void handleCarServiceConnection(IBinder iBinder) { in handleCarServiceConnection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java615 public void onClick(IBinder iBinder) { in onClick()
/frameworks/base/core/java/android/os/
DBinderProxy.java448 private static BinderProxy getInstance(long nativeData, long iBinder) { in getInstance()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitions.java1509 public void onTransitionReady(IBinder iBinder, TransitionInfo transitionInfo, in onTransitionReady()
1519 public void requestStartTransition(IBinder iBinder, in requestStartTransition()
/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
DIconTest.java721 public void grantUriPermissionFromOwner(IBinder iBinder, int i, String s, Uri uri, int i1, in grantUriPermissionFromOwner()
/frameworks/base/core/java/android/view/accessibility/
DAccessibilityManager.java2257 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE); in tryConnectToServiceLocked() local