HomeSort by relevance Sort by last modified time
    Searched refs:subInfoLength (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
UiccSmsController.java 279 final int subInfoLength = subInfoList.size();
281 for (int i = 0; i < subInfoLength; ++i) {
290 if (subInfoLength > 0 && telephonyManager.getSimCount() > 1) {
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSettings.java 583 final int subInfoLength = subInfoList.size();
585 for (int i = 0; i < subInfoLength; ++i) {

Completed in 4255 milliseconds