Searched refs:cbInfos (Results 1 – 2 of 2) sorted by relevance
1410 int[] cbInfos = new int[1]; in handleCbQueryResult() local1411 cbInfos[0] = SERVICE_CLASS_NONE; in handleCbQueryResult()1414 cbInfos[0] = SERVICE_CLASS_VOICE; in handleCbQueryResult()1417 return cbInfos; in handleCbQueryResult()
1524 int[] cbInfos = (int[]) ar.result; in onSuppSvcQueryComplete() local1525 if (cbInfos[0] == 1) { in onSuppSvcQueryComplete()