Home
last modified time | relevance | path

Searched defs:TrustAgentInfo (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/security/trustagent/
DTrustAgentInfo.java22 public class TrustAgentInfo implements Comparable<TrustAgentInfo> { class
27 public TrustAgentInfo(CharSequence label, ComponentName componentName, Drawable icon) { in TrustAgentInfo() method in TrustAgentInfo