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