Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/epdg/
DEpdgTunnelManager.java185 @Nullable private byte[] mNextReauthId = null; field in EpdgTunnelManager
523 mNextReauthId = null; in onClosedWithException()
531 mNextReauthId = null; in onError()
1763 nai = IwlanHelper.getNai(mContext, mSlotId, mNextReauthId); in getLocalIdentification()
1800 if (mNextReauthId != null) { in getEapConfig()
1801 option = new EapSessionConfig.EapAkaOption.Builder().setReauthId(mNextReauthId).build(); in getEapConfig()
2237 mNextReauthId = ((EapAkaInfo) eapInfo).getReauthId(); in handleMessage()
2238 Log.d(TAG, "Update ReauthId: " + Arrays.toString(mNextReauthId)); in handleMessage()
2240 mNextReauthId = null; in handleMessage()