Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhone.java1621 int[] cbInfos = new int[1]; in handleCbQueryResult() local
1622 cbInfos[0] = SERVICE_CLASS_NONE; in handleCbQueryResult()
1625 cbInfos[0] = SERVICE_CLASS_VOICE; in handleCbQueryResult()
1628 return cbInfos; in handleCbQueryResult()