Home
last modified time | relevance | path

Searched refs:getAnonymousIdentityWith3GppRealm (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DTelephonyUtilTest.java565 TelephonyUtil.getAnonymousIdentityWith3GppRealm(mTelephonyManager)); in getAnonymousIdentityWithSim()
575 assertNull(TelephonyUtil.getAnonymousIdentityWith3GppRealm(mTelephonyManager)); in getAnonymousIdentityWithoutSim()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java148 public static String getAnonymousIdentityWith3GppRealm(@Nonnull TelephonyManager tm) { in getAnonymousIdentityWith3GppRealm() method in TelephonyUtil
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java4309 String anonAtRealm = TelephonyUtil.getAnonymousIdentityWith3GppRealm( in processMessage()