Searched refs:IRoleController (Results 1 – 3 of 3) sorted by relevance
75 private static final SparseArray<ServiceConnector<IRoleController>> sRemoteServices =79 private final ServiceConnector<IRoleController> mRemoteService;111 ServiceConnector<IRoleController> remoteService = sRemoteServices.get(userId); in RoleControllerManager()113 remoteService = new ServiceConnector.Impl<IRoleController>( in RoleControllerManager()117 0 /* bindingFlags */, userId, IRoleController.Stub::asInterface) { in RoleControllerManager()
24 oneway interface IRoleController { interface
89 return new IRoleController.Stub() { in onBind()