Searched refs:cbInfos (Results 1 – 2 of 2) sorted by relevance
1507 int[] cbInfos = new int[1]; in handleCbQueryResult() local1508 cbInfos[0] = SERVICE_CLASS_NONE; in handleCbQueryResult()1511 cbInfos[0] = SERVICE_CLASS_VOICE; in handleCbQueryResult()1514 return cbInfos; in handleCbQueryResult()
1579 int[] cbInfos = (int[]) ar.result; in onSuppSvcQueryComplete() local1580 if (cbInfos[0] == 1) { in onSuppSvcQueryComplete()