Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/
DCarUserManagerUnitTest.java670 () -> mMgr.setUserIdentificationAssociation(null, new int[] {42})); in testSetUserIdentificationAssociation_nullTypes()
676 () -> mMgr.setUserIdentificationAssociation(new int[0], new int[] {42})); in testSetUserIdentificationAssociation_emptyTypes()
682 () -> mMgr.setUserIdentificationAssociation(new int[] {42}, null)); in testSetUserIdentificationAssociation_nullValues()
688 () -> mMgr.setUserIdentificationAssociation(new int[] {42}, new int[0])); in testSetUserIdentificationAssociation_emptyValues()
694 () -> mMgr.setUserIdentificationAssociation(new int[] {1}, new int[] {2, 3})); in testSetUserIdentificationAssociation_sizeMismatch()
702 .setUserIdentificationAssociation(anyInt(), same(types), same(values), notNull()); in testSetUserIdentificationAssociation_remoteException()
706 mMgr.setUserIdentificationAssociation(types, values); in testSetUserIdentificationAssociation_remoteException()
720 .setUserIdentificationAssociation(anyInt(), same(types), same(values), notNull()); in testSetUserIdentificationAssociation_runtimeException()
724 mMgr.setUserIdentificationAssociation(types, values); in testSetUserIdentificationAssociation_runtimeException()
747 .setUserIdentificationAssociation(anyInt(), same(types), same(values), notNull()); in testSetUserIdentificationAssociation_ok()
[all …]
/packages/services/Car/car-lib/src/android/car/
DICarUserService.aidl50 void setUserIdentificationAssociation(int timeoutMs, in int[] types, in int[] values, in setUserIdentificationAssociation() method
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/user/
DCarUserServiceTest.java2590 .setUserIdentificationAssociation(ASYNC_CALL_TIMEOUT_MS, in testSetUserIdentificationAssociation_nullTypes()
2597 .setUserIdentificationAssociation(ASYNC_CALL_TIMEOUT_MS, in testSetUserIdentificationAssociation_emptyTypes()
2604 .setUserIdentificationAssociation(ASYNC_CALL_TIMEOUT_MS, in testSetUserIdentificationAssociation_nullValues()
2610 .setUserIdentificationAssociation(ASYNC_CALL_TIMEOUT_MS, in testSetUserIdentificationAssociation_sizeMismatch()
2617 .setUserIdentificationAssociation(ASYNC_CALL_TIMEOUT_MS, in testSetUserIdentificationAssociation_nullFuture()
2625 .setUserIdentificationAssociation(ASYNC_CALL_TIMEOUT_MS, in testSetUserIdentificationAssociation_noPermission()
2633 .setUserIdentificationAssociation(ASYNC_CALL_TIMEOUT_MS, in testSetUserIdentificationAssociation_noCurrentUser()
2643 mCarUserService.setUserIdentificationAssociation(ASYNC_CALL_TIMEOUT_MS, types, values, in testSetUserIdentificationAssociation_halNotSupported()
2659 mCarUserService.setUserIdentificationAssociation(ASYNC_CALL_TIMEOUT_MS, types, values, in testSetUserIdentificationAssociation_halFailedWithErrorMessage()
2677 mCarUserService.setUserIdentificationAssociation(ASYNC_CALL_TIMEOUT_MS, types, values, in testSetUserIdentificationAssociation_halFailedWithoutErrorMessage()
[all …]
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/users/
DUserFragment.java314 .setUserIdentificationAssociation( in associateKeyFob()
/packages/services/Car/car-lib/src/android/car/user/
DCarUserManager.java1023 public AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation( in setUserIdentificationAssociation() method in CarUserManager
1063 mService.setUserIdentificationAssociation(HAL_TIMEOUT_MS, types, values, future); in setUserIdentificationAssociation()
/packages/services/Car/service/src/com/android/car/user/
DCarUserService.java1607 public void setUserIdentificationAssociation(int timeoutMs, in setUserIdentificationAssociation() method in CarUserService
/packages/services/Car/tests/carservice_unit_test/res/raw/
Dcar_hidden_apis_release_33.2.txt595 …rManager AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation(int[]…
Dcar_hidden_apis_release_33.1.txt586 …rManager AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation(int[]…
Dcar_hidden_apis.txt682 …rManager AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation(int[]…
Dcar_hidden_apis_release_33.3.txt665 …rManager AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation(int[]…
/packages/services/Car/service/src/com/android/car/
DCarShellCommand.java2876 .setUserIdentificationAssociation(types, values);
/packages/services/Car/tools/GenericCarApiBuilder/
Dcomplete_car_api_list.txt478 …ddenOnly AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation(int[]…