Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/
DCarServiceHelperWrapper.java134 waitForCarServiceHelper().setDisplayAllowlistForUser(userId, displayIds); in setDisplayAllowlistForUser()
145 waitForCarServiceHelper().setPassengerDisplays(displayIds); in setPassengerDisplays()
156 waitForCarServiceHelper().setSafetyMode(safe); in setSafetyMode()
168 return waitForCarServiceHelper().createUserEvenWhenDisallowed(name, userType, flags); in createUserEvenWhenDisallowed()
180 return waitForCarServiceHelper().setPersistentActivity(activity, displayId, featureId); in setPersistentActivity()
193 waitForCarServiceHelper().setPersistentActivitiesOnRootTask(activities, rootTaskToken); in setPersistentActivitiesOnRootTask()
204 waitForCarServiceHelper().sendInitialUser(user); in sendInitialUser()
215 waitForCarServiceHelper().setProcessGroup(pid, group); in setProcessGroup()
226 return waitForCarServiceHelper().getProcessGroup(pid); in getProcessGroup()
238 return waitForCarServiceHelper().getMainDisplayAssignedToUser(userId); in getMainDisplayAssignedToUser()
[all …]