Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/trust/
DCarTrustAgentEnrollmentServiceTest.java95 public void isEscrowTokenActive(long handle, int uid) {
185 assertThat(mCarTrustAgentEnrollmentService.isEscrowTokenActive(TEST_HANDLE1, in testOnEscrowTokenAdded_tokenRequiresActivation()
202 assertThat(mCarTrustAgentEnrollmentService.isEscrowTokenActive(TEST_HANDLE1, in testOnEscrowTokenActiveStateChange_true_addTrustedDevice()
/packages/services/Car/service/src/com/android/car/trust/
DCarBleTrustAgent.java303 public void isEscrowTokenActive(long handle, int uid) {
304 CarBleTrustAgent.this.isEscrowTokenActive(handle, UserHandle.of(uid));
DCarTrustAgentEnrollmentService.java318 public boolean isEscrowTokenActive(long handle, int uid) { in isEscrowTokenActive() method in CarTrustAgentEnrollmentService
1036 void isEscrowTokenActive(long handle, int uid); in isEscrowTokenActive() method
/packages/services/Car/car-lib/src/android/car/trust/
DCarTrustAgentEnrollmentManager.java197 public boolean isEscrowTokenActive(long handle, int uid) { in isEscrowTokenActive() method in CarTrustAgentEnrollmentManager
199 return mEnrollmentService.isEscrowTokenActive(handle, uid); in isEscrowTokenActive()
DICarTrustAgentEnrollment.aidl37 boolean isEscrowTokenActive(in long handle, int uid); in isEscrowTokenActive() method
/packages/services/Car/car-lib/api/
Dsystem-current.txt1090 …mission(android.car.Car.PERMISSION_CAR_ENROLL_TRUST) public boolean isEscrowTokenActive(long, int);