Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java813 if (!isUserHalSupported()) { in initBootUser()
1017 if (!isUserHalSupported()) { in handleSwitchUser()
1235 if (!isUserHalSupported()) return; in notifyHalUserRemoved()
1403 if (!isUserHalSupported()) { in handleCreateUser()
1692 if (!isUserHalSupported()) return; in postSwitchHalResponse()
1718 public boolean isUserHalSupported() { in isUserHalSupported() method
2208 if (!isUserHalSupported()) return; in notifyHalLegacySwitch()
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java1935 assertThat(mCarUserService.isUserHalSupported()).isTrue(); in testIsHalSupported()