Searched refs:revokeTrust (Results 1 - 4 of 4) sorted by path

/frameworks/base/core/java/android/service/trust/
H A DITrustAgentServiceCallback.aidl28 void revokeTrust();
H A DTrustAgentService.java319 public final void revokeTrust() { method in class:TrustAgentService
326 mCallback.revokeTrust();
328 onError("calling revokeTrust()");
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgent.java160 revokeTrust();
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java209 public void revokeTrust() {
210 if (DEBUG) Slog.v(TAG, "revokeTrust()");

Completed in 167 milliseconds