Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/eap/statemachine/
DEapMsChapV2MethodStateMachine.java221 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 …]
DEapAkaMethodStateMachine.java171 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 …]
DEapSimMethodStateMachine.java136 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 …]
DEapStateMachine.java183 private final String mTAG = CreatedState.class.getSimpleName(); field in EapStateMachine.CreatedState
201 return handleNotification(mTAG, message); in process()
214 private final String mTAG = IdentityState.class.getSimpleName(); field in EapStateMachine.IdentityState
232 return handleNotification(mTAG, message); in process()
246 LOG.d(mTAG, "Returning EAP-Identity: " + LOG.pii(mEapSessionConfig.eapIdentity)); in getIdentityResponse()
252 LOG.wtf(mTAG, "Failed to create Identity response for message with identifier=" in getIdentityResponse()
260 private final String mTAG = MethodState.class.getSimpleName(); field in EapStateMachine.MethodState
287 return handleNotification(mTAG, eapMessage); in process()
314 mTAG, in buildEapMethodStateMachine()
344 LOG.e(mTAG, "Received unsupported EAP Type=" + eapType); in buildEapMethodStateMachine()
DEapAkaPrimeMethodStateMachine.java166 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()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientDeviceBlock.java41 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/
DLog.java30 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/
DEapSimAkaTypeData.java87 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()