HomeSort by relevance Sort by last modified time
    Searched refs:bearers (Results 1 - 5 of 5) 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/network/
ApnEditor.java 518 HashSet<String> bearers = new HashSet<String>(); local
522 bearers.add("" + 0);
528 bearers.add("" + i);
535 if (mBearerInitialVal != 0 && bearers.contains("" + mBearerInitialVal) == false) {
536 // add mBearerInitialVal to bearers
537 bearers.add("" + mBearerInitialVal);
539 mBearerMulti.setValues(bearers);
    [all...]
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 1464 String[] bearers = bearerList.split("\\\\|"); local
    [all...]

Completed in 151 milliseconds