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

/frameworks/base/wifi/java/android/net/wifi/passpoint/
H A DWifiPasspointDmTree.java436 public TrustRoot trustRoot = new TrustRoot(); field in class:WifiPasspointDmTree.PolicyUpdate
456 out.writeParcelable(trustRoot, flags);
470 trustRoot = in.readParcelable(TrustRoot.class.getClassLoader());
647 public TrustRoot trustRoot = new TrustRoot(); field in class:WifiPasspointDmTree.SubscriptionUpdate
667 out.writeParcelable(trustRoot, flags);
680 trustRoot = in.readParcelable(TrustRoot.class.getClassLoader());

Completed in 78 milliseconds