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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 78 public final boolean modemCognitive;
103 int bearerBitmask, int profileId, boolean modemCognitive, int maxConns, int waitTime,
127 this.modemCognitive = modemCognitive;
159 * <profileId>, <modemCognitive>, <maxConns>, <waitTime>, <maxConnsTime>, <mtu>,
197 boolean modemCognitive = false;
222 modemCognitive = Boolean.parseBoolean(a[19]);
245 bearerBitmask, profileId, modemCognitive, maxConns, waitTime, maxConnsTime, mtu,
298 sb.append(", ").append(modemCognitive);
DcTracker.java     [all...]
DcTrackerBase.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ApnSettingTest.java.broken 63 assertEquals(a1.modemCognitive, a2.modemCognitive);

Completed in 138 milliseconds