Searched refs:ACTION_GRANT_TRUST (Results 1 - 1 of 1) sorted by relevance

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

Completed in 89 milliseconds