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

  /external/autotest/client/cros/cellular/pseudomodem/
modem.py 87 self.bearers = {}
132 'Bearers' : dbus.Array([], signature='o'),
488 Lists configured packet data bearers (EPS Bearers, PDP Contexts, or
494 return self.Get(mm1_constants.I_MODEM, 'Bearers')
504 This request may fail if the modem does not support additional bearers,
505 if too many bearers are already defined, or if properties are invalid.
515 if len(self.bearers) == maxbearers:
518 ('Maximum number of bearers reached. Cannot create new '
524 self.bearers[bearer_obj.path] = bearer_ob
    [all...]
disconnect_machine.py 96 logging.info('All bearers will be disconnected.')
97 elif not (self.bearer_path in self._modem.bearers):
108 ' found, current active bearers are ' +
connect_machine.py 120 for p, b in self._modem.bearers.iteritems():
  /packages/apps/Settings/src/com/android/settings/
ApnEditor.java 508 HashSet<String> bearers = new HashSet<String>(); local
512 bearers.add("" + 0);
518 bearers.add("" + i);
525 if (mBearerInitialVal != 0 && bearers.contains("" + mBearerInitialVal) == false) {
526 // add mBearerInitialVal to bearers
527 bearers.add("" + mBearerInitialVal);
529 mBearerMulti.setValues(bearers);
    [all...]
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 1230 String[] bearers = bearerList.split("\\\\|"); local
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability_universal.cc 353 // up any remaining bearers.
439 SLOG(this, 2) << "Disconnect all bearers.";
441 // bearers.
803 // 'Bearers' property.
1129 RpcIdentifiers bearers = local
    [all...]
cellular_capability_universal.h 338 void OnBearersChanged(const RpcIdentifiers& bearers);

Completed in 1174 milliseconds