Home
last modified time | relevance | path

Searched refs:arrofstr (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DDomainSelectionCallingBase.java235 String[] arrofstr = str.split(",", 3); in getCallId() local
236 int index = arrofstr[0].indexOf(":"); in getCallId()
237 String callId = arrofstr[0].substring(index + 1); in getCallId()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsCallingBase.java464 String[] arrofstr = str.split(",", 3); in getCallId() local
465 int index = arrofstr[0].indexOf(":"); in getCallId()
466 String callId = arrofstr[0].substring(index + 1); in getCallId()