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