Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/
DCarUserManagerUnitTest.java762 when(mService.isUserHalUserAssociationSupported()).thenReturn(false).thenReturn(true); in testIsUserHalUserAssociation()
764 assertThat(mMgr.isUserHalUserAssociationSupported()).isFalse(); in testIsUserHalUserAssociation()
765 assertThat(mMgr.isUserHalUserAssociationSupported()).isTrue(); in testIsUserHalUserAssociation()
770 doThrow(new RemoteException("D'OH!")).when(mService).isUserHalUserAssociationSupported(); in testIsUserHalUserAssociation_remoteException()
773 assertThat(mMgr.isUserHalUserAssociationSupported()).isFalse(); in testIsUserHalUserAssociation_remoteException()
778 doThrow(new RuntimeException("D'OH!")).when(mService).isUserHalUserAssociationSupported(); in testIsUserHalUserAssociation_runtimeException()
780 assertThat(mMgr.isUserHalUserAssociationSupported()).isFalse(); in testIsUserHalUserAssociation_runtimeException()
/packages/services/Car/car-lib/src/android/car/
DICarUserService.aidl52 boolean isUserHalUserAssociationSupported(); in isUserHalUserAssociationSupported() method
/packages/services/Car/car-lib/src/android/car/user/
DCarUserManager.java969 public boolean isUserHalUserAssociationSupported() { in isUserHalUserAssociationSupported() method in CarUserManager
971 return mService.isUserHalUserAssociationSupported(); in isUserHalUserAssociationSupported()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1568 if (!isUserHalUserAssociationSupported()) { in getUserIdentificationAssociation()
1611 if (!isUserHalUserAssociationSupported()) { in setUserIdentificationAssociation()
1800 public boolean isUserHalUserAssociationSupported() { in isUserHalUserAssociationSupported() method in CarUserService
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt593 android.car.user CarUserManager boolean isUserHalUserAssociationSupported()
Dcar_hidden_apis_release_33.1.txt584 android.car.user CarUserManager boolean isUserHalUserAssociationSupported()
Dcar_hidden_apis.txt690 android.car.user CarUserManager boolean isUserHalUserAssociationSupported()
Dcar_hidden_apis_release_33.3.txt663 android.car.user CarUserManager boolean isUserHalUserAssociationSupported()
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt476 method TIRAMISU_0 @hiddenOnly boolean isUserHalUserAssociationSupported();