Searched refs:getEnrolledDeviceInfosForUser (Results 1 – 6 of 6) sorted by relevance
173 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()
40 List<TrustedDeviceInfo> getEnrolledDeviceInfosForUser(in int uid); in getEnrolledDeviceInfosForUser() method
352 return mEnrollmentService.getEnrolledDeviceInfosForUser(uid); in getEnrolledDeviceInfoForUser()
281 for (TrustedDeviceInfo device : getEnrolledDeviceInfosForUser(uid)) { in removeAllTrustedDevices()325 public List<TrustedDeviceInfo> getEnrolledDeviceInfosForUser(int uid) { in getEnrolledDeviceInfosForUser() method in CarTrustAgentEnrollmentService
203 .getEnrolledDeviceInfosForUser(uid); in hasTrustedDevice()
189 .getEnrolledDeviceInfosForUser(uid); in dump()