Home
last modified time | relevance | path

Searched refs:getEnrolledDeviceInfosForUser (Results 1 – 6 of 6) sorted by relevance

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java173 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenAdded_tokenRequiresActivation()
190 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenActiveStateChange_true_addTrustedDevice()
220 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenActiveStateChange_false_doNotAddTrustedDevice()
232 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenRemoved_removeOneTrustedDevice()
242 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenRemoved_removeOneTrustedDevice()
251 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenRemoved_removeOneTrustedDevice()
260 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenRemoved_removeOneTrustedDevice()
/packages/services/Car/car-lib/src/android/car/trust/
DICarTrustAgentEnrollment.aidl40 List<TrustedDeviceInfo> getEnrolledDeviceInfosForUser(in int uid); in getEnrolledDeviceInfosForUser() method
DCarTrustAgentEnrollmentManager.java352 return mEnrollmentService.getEnrolledDeviceInfosForUser(uid); in getEnrolledDeviceInfoForUser()
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentEnrollmentService.java281 for (TrustedDeviceInfo device : getEnrolledDeviceInfosForUser(uid)) { in removeAllTrustedDevices()
325 public List<TrustedDeviceInfo> getEnrolledDeviceInfosForUser(int uid) { in getEnrolledDeviceInfosForUser() method in CarTrustAgentEnrollmentService
DCarBleTrustAgent.java203 .getEnrolledDeviceInfosForUser(uid); in hasTrustedDevice()
DCarTrustedDeviceService.java189 .getEnrolledDeviceInfosForUser(uid); in dump()