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.java183 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenAdded_tokenRequiresActivation()
200 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenActiveStateChange_true_addTrustedDevice()
230 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenActiveStateChange_false_doNotAddTrustedDevice()
242 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenRemoved_removeOneTrustedDevice()
252 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenRemoved_removeOneTrustedDevice()
261 assertThat(mCarTrustAgentEnrollmentService.getEnrolledDeviceInfosForUser( in testOnEscrowTokenRemoved_removeOneTrustedDevice()
/packages/services/Car/car-lib/src/android/car/trust/
DICarTrustAgentEnrollment.aidl42 List<TrustedDeviceInfo> getEnrolledDeviceInfosForUser(in int uid); in getEnrolledDeviceInfosForUser() method
DCarTrustAgentEnrollmentManager.java356 return mEnrollmentService.getEnrolledDeviceInfosForUser(uid); in getEnrolledDeviceInfoForUser()
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustedDeviceService.java126 .getEnrolledDeviceInfosForUser(uid); in dump()
DCarBleTrustAgent.java216 .getEnrolledDeviceInfosForUser(uid); in hasTrustedDevice()
DCarTrustAgentEnrollmentService.java349 for (TrustedDeviceInfo device : getEnrolledDeviceInfosForUser(uid)) { in removeAllTrustedDevices()
398 public List<TrustedDeviceInfo> getEnrolledDeviceInfosForUser(int uid) { in getEnrolledDeviceInfosForUser() method in CarTrustAgentEnrollmentService