Searched refs:arrofstr (Results 1 – 2 of 2) sorted by relevance
235 String[] arrofstr = str.split(",", 3); in getCallId() local236 int index = arrofstr[0].indexOf(":"); in getCallId()237 String callId = arrofstr[0].substring(index + 1); in getCallId()
464 String[] arrofstr = str.split(",", 3); in getCallId() local465 int index = arrofstr[0].indexOf(":"); in getCallId()466 String callId = arrofstr[0].substring(index + 1); in getCallId()