Home
last modified time | relevance | path

Searched refs:ICrossProfileService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DActionIntentExecutor.kt118 private fun getCrossProfileConnector(user: UserHandle): ServiceConnector<ICrossProfileService> = in getCrossProfileConnector()
119 ServiceConnector.Impl<ICrossProfileService>( in getCrossProfileConnector()
124 ICrossProfileService.Stub::asInterface, in getCrossProfileConnector()
DICrossProfileService.aidl24 interface ICrossProfileService { interface
DScreenshotCrossProfileService.kt33 object : ICrossProfileService.Stub() {