Home | History | Annotate | Download | only in phone

Lines Matching refs:resultArray

1102         int [] resultArray = supplyPinReportResultForSubscriber(subId, pin);
1103 return (resultArray[0] == PhoneConstants.PIN_RESULT_SUCCESS) ? true : false;
1111 int [] resultArray = supplyPukReportResultForSubscriber(subId, puk, pin);
1112 return (resultArray
1231 int[] resultArray = new int[2];
1232 resultArray[0] = mResult;
1233 resultArray[1] = mRetryCount;
1234 return resultArray;
2648 final String[] resultArray = result.toArray(new String[result.size()]);
2649 Arrays.sort(resultArray);
2651 Slog.d(LOG_TAG, "Found subscribers " + Arrays.toString(resultArray) + " after merge");
2653 return resultArray;