Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1484 int[] ssInfos = null; in handleMessage() local
1487 ssInfos = handleCbQueryResult((ImsSsInfo[])ar.result); in handleMessage()
1489 ssInfos = handleCwQueryResult((ImsSsInfo[])ar.result); in handleMessage()
1492 sendResponse((Message) ar.userObj, ssInfos, ar.exception); in handleMessage() local