Searched defs:ACTION_REVOKE_TRUST (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgent.java49 private static final String ACTION_REVOKE_TRUST = "action.sample_trust_agent.revoke_trust"; field in class:SampleTrustAgent
70 filter.addAction(ACTION_REVOKE_TRUST);
151 } else if (ACTION_REVOKE_TRUST.equals(action)) {
167 Intent intent = new Intent(ACTION_REVOKE_TRUST);

Completed in 52 milliseconds