Searched refs:cbInfos (Results 1 – 2 of 2) sorted by relevance
1016 int[] cbInfos = new int[1]; in handleCbQueryResult() local1017 cbInfos[0] = SERVICE_CLASS_NONE; in handleCbQueryResult()1020 cbInfos[0] = SERVICE_CLASS_VOICE; in handleCbQueryResult()1023 return cbInfos; in handleCbQueryResult()
1352 int[] cbInfos = (int[]) ar.result; in onSuppSvcQueryComplete() local1355 if (cbInfos[0] == 1) { in onSuppSvcQueryComplete()