Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/
DCarUserManagerUnitTest.java617 () -> mMgr.getUserIdentificationAssociation(null)); in testGetUserIdentificationAssociation_nullTypes()
623 () -> mMgr.getUserIdentificationAssociation(new int[] {})); in testGetUserIdentificationAssociation_emptyTypes()
629 when(mService.getUserIdentificationAssociation(types)) in testGetUserIdentificationAssociation_remoteException()
634 mMgr.getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_remoteException()
643 when(mService.getUserIdentificationAssociation(types)) in testGetUserIdentificationAssociation_runtimeException()
648 mMgr.getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_runtimeException()
659 when(mService.getUserIdentificationAssociation(types)).thenReturn(expectedResponse); in testGetUserIdentificationAssociation_ok()
662 mMgr.getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_ok()
/packages/services/Car/car-lib/src/android/car/
DICarUserService.aidl49 UserIdentificationAssociationResponse getUserIdentificationAssociation(in int[] types); in getUserIdentificationAssociation() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java2523 () -> mCarUserService.getUserIdentificationAssociation(null)); in testGetUserIdentificationAssociation_nullTypes()
2529 () -> mCarUserService.getUserIdentificationAssociation(new int[] {})); in testGetUserIdentificationAssociation_emptyTypes()
2536 () -> mCarUserService.getUserIdentificationAssociation(new int[] { 42 })); in testGetUserIdentificationAssociation_noPermission()
2543 () -> mCarUserService.getUserIdentificationAssociation(new int[] { 42 })); in testGetUserIdentificationAssociation_noSuchUser()
2551 .getUserIdentificationAssociation(new int[] { 108 }); in testGetUserIdentificationAssociation_service_returnNull()
2563 .getUserIdentificationAssociation(new int[] { }); in testGetUserIdentificationAssociation_halNotSupported()
2580 .getUserIdentificationAssociation(types); in testGetUserIdentificationAssociation_ok()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DUserFragment.java298 .getUserIdentificationAssociation(USER_IDENTIFICATION_ASSOCIATION_TYPE_KEY_FOB); in isAssociatedKeyFob()
/packages/services/Car/car-lib/src/android/car/user/
DCarUserManager.java985 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() method in CarUserManager
991 mService.getUserIdentificationAssociation(types); in getUserIdentificationAssociation()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1566 public UserIdentificationAssociationResponse getUserIdentificationAssociation( in getUserIdentificationAssociation() method in CarUserService
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt594 …r.user CarUserManager UserIdentificationAssociationResponse getUserIdentificationAssociation(int t…
Dcar_hidden_apis_release_33.1.txt585 …r.user CarUserManager UserIdentificationAssociationResponse getUserIdentificationAssociation(int t…
Dcar_hidden_apis.txt688 …r.user CarUserManager UserIdentificationAssociationResponse getUserIdentificationAssociation(int t…
Dcar_hidden_apis_release_33.3.txt664 …r.user CarUserManager UserIdentificationAssociationResponse getUserIdentificationAssociation(int t…
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java2721 .getUserIdentificationAssociation(types);
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt477 …IRAMISU_0 @hiddenOnly UserIdentificationAssociationResponse getUserIdentificationAssociation(int t…