Searched refs:cbInfos (Results 1 – 2 of 2) sorted by relevance
1326 int[] cbInfos = new int[1]; in handleCbQueryResult() local1327 cbInfos[0] = SERVICE_CLASS_NONE; in handleCbQueryResult()1330 cbInfos[0] = SERVICE_CLASS_VOICE; in handleCbQueryResult()1333 return cbInfos; in handleCbQueryResult()
1499 int[] cbInfos = (int[]) ar.result; in onSuppSvcQueryComplete() local1500 if (cbInfos[0] == 1) { in onSuppSvcQueryComplete()