Home | History | Annotate | Download | only in phone

Lines Matching refs:clirArray

25     int clirArray[];
60 clirArray = tmpClirArray;
131 clirArray = null;
138 int clirArray[] = (int[]) ar.result;
139 if (clirArray.length != 2) {
142 if (DBG) Log.d(LOG_TAG, "handleGetCLIRResponse: CLIR successfully queried, clirArray[0]="
143 + clirArray[0] + ", clirArray[1]=" + clirArray[1]);
144 handleGetCLIRResult(clirArray);