HomeSort by relevance Sort by last modified time
    Searched refs:AgentInfo (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/
TrustAgentSettings.java 51 private ArrayMap<ComponentName, AgentInfo> mAvailableAgents;
57 public static final class AgentInfo {
65 if (other instanceof AgentInfo) {
66 return component.equals(((AgentInfo)other).component);
71 public int compareTo(AgentInfo other) {
116 AgentInfo agent = mAvailableAgents.valueAt(i);
151 ArrayMap<ComponentName, AgentInfo> findAvailableTrustAgents() {
157 ArrayMap<ComponentName, AgentInfo> agents = new ArrayMap<ComponentName, AgentInfo>();
169 AgentInfo agentInfo = new AgentInfo()
    [all...]
  /frameworks/base/services/core/java/com/android/server/trust/
TrustManagerService.java 110 private final ArraySet<AgentInfo> mActiveAgents = new ArraySet<>();
169 private static final class AgentInfo {
179 if (!(other instanceof AgentInfo)) {
182 AgentInfo o = (AgentInfo) other;
267 ArraySet<AgentInfo> obsoleteAgents = new ArraySet<>();
321 AgentInfo agentInfo = new AgentInfo();
322 agentInfo.component = name
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-discovery/1.11.18/
aws-java-sdk-discovery-1.11.18.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi.h     [all...]

Completed in 621 milliseconds