Home
last modified time | relevance | path

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

/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/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.java147 final IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE); in getAccessibilityServices() local
/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/
DMediaProjectionManagerServiceTest.java413 IBinder iBinder = mock(IBinder.class); in testIsCurrentProjectionInternal_invalid() local
427 IBinder iBinder = mock(IBinder.class); in testIsCurrentProjectionInternal_noProjection() local
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java951 public TvInteractiveAppManager createService(ContextImpl ctx) in registerService()
963 public TvInputManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
972 public TunerResourceManager createService(ContextImpl ctx) in registerService()
990 public UsageStatsManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
1487 public MediaMetricsManager createService(ContextImpl ctx) in registerService()
1530 public AmbientContextManager createService(ContextImpl ctx) in registerService()
1542 public WearableSensingManager createService(ContextImpl ctx) in registerService()
/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.java398 final IBinder iBinder = in generateInverseMatrixBasedOnProperMagnificationSpecForDisplay() local
411 private boolean getWindowTransformMatrix(IBinder iBinder, Matrix outTransform) { in getWindowTransformMatrix()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java500 public void onClick(IBinder iBinder) { in onClick()
/frameworks/opt/car/services/updatableServices/src/com/android/internal/car/updatable/
DCarServiceHelperServiceUpdatableImpl.java217 void handleCarServiceConnection(IBinder iBinder) { in handleCarServiceConnection()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitions.java1364 public void onTransitionReady(IBinder iBinder, TransitionInfo transitionInfo, in onTransitionReady()
1372 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.java2180 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE); in tryConnectToServiceLocked() local