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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcSwitchState.java 108 Iterator<String> itrType = mApnTypes.iterator();
109 while (itrType.hasNext()) {
110 // mPhone.disableApnType(itrType.next()); TODO
443 Iterator<String> itrType = mApnTypes.iterator();
444 while (itrType.hasNext()) {
445 // mPhone.disableApnType(itrType.next()); TODO
DctController.java 104 Iterator<String> itrType = mApnTypes.iterator();
105 while (itrType.hasNext()) {
106 mDcSwitchAsyncChannel[mCurrentDataPhone].connectSync(itrType.next());

Completed in 42 milliseconds