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/
DSidecarImpl.java86 public void onWindowLayoutChangeListenerAdded(@NonNull IBinder iBinder) { in onWindowLayoutChangeListenerAdded()
92 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/multivalentTests/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.java1049 public TvInteractiveAppManager createService(ContextImpl ctx) in registerService()
1061 public TvAdManager createService(ContextImpl ctx) in registerService()
1073 public TvInputManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
1082 public TunerResourceManager createService(ContextImpl ctx) in registerService()
1100 public UsageStatsManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
1605 public MediaMetricsManager createService(ContextImpl ctx) in registerService()
1664 public AmbientContextManager createService(ContextImpl ctx) in registerService()
1676 public WearableSensingManager createService(ContextImpl ctx) in registerService()
1741 if (!android.app.supervision.flags.Flags.supervisionApi()) { in registerService()
1755 public AdvancedProtectionManager createService(ContextImpl ctx) in registerService()
[all …]
/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.java395 final IBinder iBinder = windowHandle.getWindowToken(); in generateInverseMatrixBasedOnProperMagnificationSpecForDisplay() local
406 private boolean getWindowTransformMatrix(IBinder iBinder, Matrix outTransform) { in getWindowTransformMatrix()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileLifecycleManager.java643 public void onClick(IBinder iBinder) { in onClick()
/frameworks/opt/car/services/updatableServices/src/com/android/internal/car/updatable/
DCarServiceHelperServiceUpdatableImpl.java239 void handleCarServiceConnection(IBinder iBinder) { in handleCarServiceConnection()
/frameworks/base/core/java/android/os/
DBinderProxy.java449 private static BinderProxy getInstance(long nativeData, long iBinder) { in getInstance()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/transition/
DTransitions.java1622 public void onTransitionReady(IBinder iBinder, TransitionInfo transitionInfo, in onTransitionReady()
1632 public void requestStartTransition(IBinder iBinder, in requestStartTransition()
/frameworks/base/core/java/android/appwidget/
DAppWidgetManager.java1700 public void onServiceConnected(ComponentName componentName, IBinder iBinder) { in onServiceConnected()
/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.java2357 IBinder iBinder = ServiceManager.getService(Context.ACCESSIBILITY_SERVICE); in tryConnectToServiceLocked() local