/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/ |
D | EapMsChapV2MethodStateMachine.java | 221 private final String mTAG = this.getClass().getSimpleName(); field in EapMsChapV2MethodStateMachine.CreatedState 225 EapResult result = handleEapSuccessFailureNotification(mTAG, message); in process() 231 mTypeDataDecoder.decodeChallengeRequest(mTAG, message.eapData.eapTypeData); in process() 241 private final String mTAG = this.getClass().getSimpleName(); field in EapMsChapV2MethodStateMachine.ChallengeState 245 EapResult result = handleEapSuccessFailureNotification(mTAG, message); in process() 251 mTypeDataDecoder.decodeChallengeRequest(mTAG, message.eapData.eapTypeData); in process() 258 mTAG, in process() 275 LOG.e(mTAG, "Error generating EAP MSCHAPv2 Challenge response", ex); in process() 280 mTAG, in process() 298 return buildEapMessageResponse(mTAG, message.eapIdentifier, challengeResponse); in process() [all …]
|
D | EapAkaMethodStateMachine.java | 171 private final String mTAG = CreatedState.class.getSimpleName(); field in EapAkaMethodStateMachine.CreatedState 174 EapResult result = handleEapSuccessFailureNotification(mTAG, message); in process() 194 mTAG, in process() 208 private final String mTAG = IdentityState.class.getSimpleName(); field in EapAkaMethodStateMachine.IdentityState 213 EapResult result = handleEapSuccessFailureNotification(mTAG, message); in process() 233 mTAG, in process() 245 LOG.e(mTAG, "Invalid attributes: " + eapAkaTypeData.attributeMap.keySet()); in process() 254 LOG.e(mTAG, "Unable to get IMSI for subId=" + mEapUiccConfig.subId); in process() 261 LOG.d(mTAG, "EAP-AKA/Identity=" + LOG.pii(identityString)); in process() 267 LOG.wtf(mTAG, "Exception thrown while making AtIdentity attribute", ex); in process() [all …]
|
D | EapSimMethodStateMachine.java | 136 private final String mTAG = CreatedState.class.getSimpleName(); field in EapSimMethodStateMachine.CreatedState 139 EapResult result = handleEapSuccessFailureNotification(mTAG, message); in process() 159 mTAG, in process() 176 LOG.wtf(mTAG, "Exception thrown while creating AtNonceMt", ex); in process() 184 private final String mTAG = StartState.class.getSimpleName(); field in EapSimMethodStateMachine.StartState 197 EapResult result = handleEapSuccessFailureNotification(mTAG, message); in process() 217 mTAG, in process() 236 LOG.e(mTAG, "Invalid attributes: " + eapSimTypeData.attributeMap.keySet()); in process() 264 LOG.wtf(mTAG, "Exception thrown while making AtIdentity attribute", ex); in process() 267 LOG.e(mTAG, "Unable to get IMSI for subId=" + mEapUiccConfig.subId); in process() [all …]
|
D | EapStateMachine.java | 185 private final String mTAG = CreatedState.class.getSimpleName(); field in EapStateMachine.CreatedState 203 return handleNotification(mTAG, message); in process() 216 private final String mTAG = IdentityState.class.getSimpleName(); field in EapStateMachine.IdentityState 234 return handleNotification(mTAG, message); in process() 248 LOG.d(mTAG, "Returning EAP-Identity: " + LOG.pii(mEapSessionConfig.eapIdentity)); in getIdentityResponse() 254 LOG.wtf(mTAG, "Failed to create Identity response for message with identifier=" in getIdentityResponse() 262 private final String mTAG = MethodState.class.getSimpleName(); field in EapStateMachine.MethodState 289 return handleNotification(mTAG, eapMessage); in process() 316 mTAG, in buildEapMethodStateMachine() 350 LOG.e(mTAG, "Received unsupported EAP Type=" + eapType); in buildEapMethodStateMachine()
|
D | EapAkaPrimeMethodStateMachine.java | 166 private final String mTAG = ChallengeState.class.getSimpleName(); field in EapAkaPrimeMethodStateMachine.ChallengeState 238 mTAG, in hasMatchingNetworkNames() 284 LOG.d(mTAG, "K_encr=" + LOG.pii(mKEncr)); in generateAndPersistEapAkaKeys() 285 LOG.d(mTAG, "K_aut=" + LOG.pii(mKAut)); in generateAndPersistEapAkaKeys() 286 LOG.d(mTAG, "K_re=" + LOG.pii(mKRe)); in generateAndPersistEapAkaKeys() 287 LOG.d(mTAG, "MSK=" + LOG.pii(mMsk)); in generateAndPersistEapAkaKeys() 288 LOG.d(mTAG, "EMSK=" + LOG.pii(mEmsk)); in generateAndPersistEapAkaKeys() 293 LOG.e(mTAG, "Error while generating keys", ex); in generateAndPersistEapAkaKeys()
|
D | EapTtlsMethodStateMachine.java | 98 private final String mTAG = this.getClass().getSimpleName(); field in EapTtlsMethodStateMachine.CreatedState 103 EapResult result = handleEapSuccessFailureNotification(mTAG, message); in process() 111 LOG.e(mTAG, "Error parsing EAP-TTLS packet type data", decodeResult.eapError.cause); in process()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/ |
D | HfpClientDeviceBlock.java | 41 private final String mTAG; field in HfpClientDeviceBlock 58 mTAG = "HfpClientDeviceBlock." + mDevice.getAddress(); in HfpClientDeviceBlock() 72 Log.d(mTAG, "Got calls " + calls); in HfpClientDeviceBlock() 78 Log.w(mTAG, "Got connected but calls were null, ignoring the broadcast"); in HfpClientDeviceBlock() 86 Log.e(mTAG, "headset profile is null, ignoring broadcast."); in HfpClientDeviceBlock() 96 Log.e(mTAG, "Call " + call + " ignored: connection does not exist"); in onCreateIncomingConnection() 117 Log.e(mTAG, "Call " + call + " ignored: connection does not exist"); in onCreateUnknownConnection() 140 Log.d(mTAG, "Resetting state for device " + mDevice); in cleanup() 148 Log.d(mTAG, "Got call " + call.toString(true)); in handleCall() 192 Log.d(mTAG, "Removing call " + call); in handleCall() [all …]
|
/packages/modules/IPsec/src/java/com/android/internal/net/utils/ |
D | Log.java | 30 private final String mTAG; field in Log 46 this.mTAG = tag; in Log() 62 android.util.Log.v(mTAG, prefix + ": " + msg); in v() 78 android.util.Log.v(mTAG, prefix + ": " + msg, tr); in v() 93 android.util.Log.d(mTAG, prefix + ": " + msg); in d() 109 android.util.Log.d(mTAG, prefix + ": " + msg, tr); in d() 124 android.util.Log.i(mTAG, prefix + ": " + msg); in i() 140 android.util.Log.i(mTAG, prefix + ": " + msg, tr); in i() 155 android.util.Log.w(mTAG, prefix + ": " + msg); in w() 171 android.util.Log.w(mTAG, prefix + ": " + msg, tr); in w() [all …]
|
/packages/modules/IPsec/src/java/com/android/internal/net/eap/message/simaka/ |
D | EapSimAkaTypeData.java | 87 private final String mTAG; field in EapSimAkaTypeData.EapSimAkaTypeDataDecoder 99 this.mTAG = tag; in EapSimAkaTypeDataDecoder() 108 LOG.d(mTAG, "Invalid EAP Type-Data"); in decode() 116 LOG.d(mTAG, "Invalid EAP Type-Data"); in decode() 130 LOG.e(mTAG, "Duplicate attribute in parsed EAP-Message"); in decode() 135 LOG.d(mTAG, "Unsupported EAP attribute during decoding: " in decode() 147 LOG.e(mTAG, "Invalid AtRand attribute", ex); in decode() 150 LOG.e(mTAG, "Incorrectly formatted attribute", ex); in decode() 153 LOG.e(mTAG, "Unrecognized, non-skippable attribute encountered", ex); in decode() 177 LOG.i(mTAG, msg.toString()); in logDecodedEapSimAkaTypeData()
|