Home
last modified time | relevance | path

Searched refs:mSoftTokenApp (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Wifi/framework/java/android/net/wifi/hotspot2/pps/
DCredential.java236 private String mSoftTokenApp = null; field in Credential.UserCredential
241 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 …]
/packages/modules/Wifi/apex/hiddenapi/
Dhiddenapi-max-target-o-low-priority.txt682 Landroid/net/wifi/hotspot2/pps/Credential$UserCredential;->mSoftTokenApp:Ljava/lang/String;