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

/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DMOManager.java78 public static final String TAG_IMSI = "IMSI"; field in class:MOManager
592 simNode.addChild(TAG_IMSI, null, cred.getImsi().toString(), null);
846 IMSIParameter imsi = new IMSIParameter(getString(simNode.getChild(TAG_IMSI)));
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/omadm/
H A DPasspointManagementObjectManager.java77 public static final String TAG_IMSI = "IMSI"; field in class:PasspointManagementObjectManager
551 simNode.addChild(TAG_IMSI, null, cred.getImsi().toString(), null);
805 IMSIParameter imsi = new IMSIParameter(getString(simNode.getChild(TAG_IMSI)));

Completed in 10 milliseconds