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.java1688 int[] cbInfos = new int[1]; in handleCbQueryResult() local
1689 cbInfos[0] = SERVICE_CLASS_NONE; in handleCbQueryResult()
1692 cbInfos[0] = SERVICE_CLASS_VOICE; in handleCbQueryResult()
1695 return cbInfos; in handleCbQueryResult()