Searched refs:TAG_TrustRoot (Results 1 – 4 of 4) sorted by relevance
16 import static com.android.hotspot2.omadm.MOManager.TAG_TrustRoot;53 OMANode trustRoot = MOManager.getChild(policyUpdate, TAG_TrustRoot); in UpdateInfo()
16 import static com.android.server.wifi.hotspot2.omadm.PasspointManagementObjectManager.TAG_TrustRoot;56 OMANode trustRoot = PasspointManagementObjectManager.getChild(policyUpdate, TAG_TrustRoot); in UpdateInfo()
109 public static final String TAG_TrustRoot = "TrustRoot"; field in PasspointManagementObjectManager
110 public static final String TAG_TrustRoot = "TrustRoot"; field in MOManager