Searched refs:setUserIdentificationAssociation (Results 1 – 12 of 12) sorted by relevance
/packages/services/Car/tests/CarLibUnitTest/src/android/car/user/ |
D | CarUserManagerUnitTest.java | 670 () -> 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/ |
D | ICarUserService.aidl | 50 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/ |
D | CarUserServiceTest.java | 2590 .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/ |
D | UserFragment.java | 314 .setUserIdentificationAssociation( in associateKeyFob()
|
/packages/services/Car/car-lib/src/android/car/user/ |
D | CarUserManager.java | 1023 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/ |
D | CarUserService.java | 1607 public void setUserIdentificationAssociation(int timeoutMs, in setUserIdentificationAssociation() method in CarUserService
|
/packages/services/Car/tests/carservice_unit_test/res/raw/ |
D | car_hidden_apis_release_33.2.txt | 595 …rManager AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation(int[]…
|
D | car_hidden_apis_release_33.1.txt | 586 …rManager AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation(int[]…
|
D | car_hidden_apis.txt | 682 …rManager AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation(int[]…
|
D | car_hidden_apis_release_33.3.txt | 665 …rManager AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation(int[]…
|
/packages/services/Car/service/src/com/android/car/ |
D | CarShellCommand.java | 2876 .setUserIdentificationAssociation(types, values);
|
/packages/services/Car/tools/GenericCarApiBuilder/ |
D | complete_car_api_list.txt | 478 …ddenOnly AsyncFuture<UserIdentificationAssociationResponse> setUserIdentificationAssociation(int[]…
|