Searched refs:mSoftTokenApp (Results 1 – 2 of 2) sorted by relevance
236 private String mSoftTokenApp = null; field in Credential.UserCredential241 mSoftTokenApp = softTokenApp; in setSoftTokenApp()247 return mSoftTokenApp; in getSoftTokenApp()333 mSoftTokenApp = source.mSoftTokenApp; in UserCredential()350 dest.writeString(mSoftTokenApp); in writeToParcel()369 && TextUtils.equals(mSoftTokenApp, that.mSoftTokenApp) in equals()377 return Objects.hash(mUsername, mPassword, mMachineManaged, mSoftTokenApp, in hashCode()386 builder.append("SoftTokenApp: ").append(mSoftTokenApp).append("\n"); in toString()419 if (mSoftTokenApp != null) { in validate()420 if (mSoftTokenApp.getBytes(StandardCharsets.UTF_8).length > MAX_STRING_LENGTH) { in validate()[all …]
682 Landroid/net/wifi/hotspot2/pps/Credential$UserCredential;->mSoftTokenApp:Ljava/lang/String;