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.java1175 int[] ssInfos = null; in handleMessage() local
1178 ssInfos = handleCbQueryResult((ImsSsInfo[])ar.result); in handleMessage()
1180 ssInfos = handleCwQueryResult((ImsSsInfo[])ar.result); in handleMessage()
1183 sendResponse((Message) ar.userObj, ssInfos, ar.exception); in handleMessage() local