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

  /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...]
  /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/
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/zxing/core/
core.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 128 milliseconds