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

  /external/autotest/client/cros/cellular/
sms.py 41 '''SMS content management - this maintains an internal model of the
44 the correct set of responses, including the complete SMS list.
55 '''Add a SMS to the fake modem's list.'''
71 '''Add a SMS to the fake modem's list, like sms_insert(), and generate
72 an unsolicited new-sms message.'''
77 '''Remove a SMS from the fake modem's list'''
100 '''Compare two SMS dictionaries, discounting the index number if
123 sms = self.gsmsms.Get(index)
130 logging.info('Got %s' % sms)
131 raise error.TestFail('SMS.Get(%d) succeeded unexpectedly'
    [all...]
pseudo_modem.py 10 into the device. Invoked with the proper flags it can test that SMS
171 class SMS(DBusObjectWithProperties):
172 """SMS Object.
174 Mock SMS message.
177 def __init__(self, manager, name='/SMS/0', text='test',
182 self.text = text or 'test sms at %s' % name
531 def AddSMS(self, sms):
532 logging.info('Adding SMS %s to list', sms.path)
533 self.smses[sms.path] = sm
    [all...]
  /external/llvm/include/llvm/ADT/
SparseMultiSet.h 221 SMSPtrTy SMS;
226 : SMS(P), Idx(I), SparseIdx(SI) { }
233 assert(Idx < SMS->Dense.size() && "Out of range, non-INVALID Idx?");
238 bool isKeyed() const { return SparseIdx < SMS->Universe; }
240 unsigned Prev() const { return SMS->Dense[Idx].Prev; }
241 unsigned Next() const { return SMS->Dense[Idx].Next; }
243 void setPrev(unsigned P) { SMS->Dense[Idx].Prev = P; }
244 void setNext(unsigned N) { SMS->Dense[Idx].Next = N; }
254 assert(isKeyed() && SMS->sparseIndex(SMS->Dense[Idx].Data) == SparseIdx &
    [all...]
  /external/autotest/client/cros/cellular/pseudomodem/
sms.py 13 Raised when an error occurs while setting the SMS property template.
19 class SMS(dbus_std_ifaces.DBusProperties):
21 Pseudomodem implementation of the org.freedesktop.ModemManager1.Sms
24 The SMS interface defines operations and properties of a single SMS
27 Modems implementing the Messaging interface will export one SMS object for
28 each SMS stored in the device.
54 Sets the values that should be used for SMS properties when a new
55 SMS is constructed.
61 that dictionary when constructing the next SMS object
    [all...]
sms_handler.py 10 import sms namespace
21 Handles all SMS operations, which includes storing received SMS messages,
22 as well as notifying the modem when a new SMS is received.
26 # TODO(armansito): Apply a character limit to SMS messages for multi-part
35 self._messages = {} # Mapping from DBus Object paths to sms.SMS.
43 on which new SMS objects will be created.
54 Sets the current bus on which SMS objects should be created.
68 """ Clears all SMS messages. ""
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyPermissionUtil.java 49 Manifest.permission_group.SENSORS, Manifest.permission_group.SMS,
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
Utils.java 50 Manifest.permission_group.SMS,
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/
AppPermissionsFragmentWear.java 311 case Manifest.permission_group.SMS:
  /external/zlib/src/
make_vms.com 23 $! 0.09 20120305 SMS. P1 sets builder ("MMK", "MMS", " " (built-in)).
60 $! 2012-03-05 SMS.
107 $! 2012-03-05 SMS.
  /external/webrtc/data/voice_engine/stereo_rtp_files/
hrtf_g722_1C_48.rtp     [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 299 milliseconds