Searched refs:codeStringLength (Results 1 – 1 of 1) sorted by relevance
2273 int codeStringLength = codes[0].length(); in processWfcDisconnectForNotification() local2274 char lastChar = codes[0].charAt(codeStringLength - 1); in processWfcDisconnectForNotification()2276 if (imsReasonInfo.mExtraMessage.length() > codeStringLength) { in processWfcDisconnectForNotification()2277 char nextChar = imsReasonInfo.mExtraMessage.charAt(codeStringLength); in processWfcDisconnectForNotification()