Searched refs:identityString (Results 1 – 1 of 1) sorted by relevance
261 String identityString = getIdentityPrefix() + imsi; in process() local262 mIdentity = identityString.getBytes(StandardCharsets.US_ASCII); in process()263 LOG.d(mTAG, "EAP-AKA/Identity=" + LOG.pii(identityString)); in process()