HomeSort by relevance Sort by last modified time
    Searched full:new_message (Results 1 - 22 of 22) sorted by null

  /packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/
SyncMessage.java 102 * {@link com.android.phone.vvm.omtp.OmtpConstants#NEW_MESSAGE}
112 * {@link com.android.phone.vvm.omtp.OmtpConstants#NEW_MESSAGE}
123 * {@link com.android.phone.vvm.omtp.OmtpConstants#NEW_MESSAGE}
133 * {@link com.android.phone.vvm.omtp.OmtpConstants#NEW_MESSAGE}
143 * {@link com.android.phone.vvm.omtp.OmtpConstants#NEW_MESSAGE}
LegacyModeSmsHandler.java 52 case OmtpConstants.NEW_MESSAGE:
OmtpMessageReceiver.java 128 case OmtpConstants.NEW_MESSAGE:
  /external/protobuf/python/google/protobuf/internal/
unknown_fields_test.py 225 new_message = missing_enum_values_pb2.TestEnumValues()
226 new_message.ParseFromString(self.missing_message.SerializeToString())
227 self.assertEqual(self.message, new_message)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/sqs/
test_bigmessage.py 61 message = queue.new_message(fp, s3_url=s3_url)
test_connection.py 93 message = queue_1.new_message(message_body)
142 message = queue_2.new_message()
146 message = queue_2.new_message(body=message_body)
200 queue.write(queue.new_message('this is a test message')))
  /frameworks/base/docs/html/training/wearables/notifications/
pages.jd 46 .setSmallIcon(R.drawable.new_message)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
submit.py 41 m = self.queue.new_message()
  /packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
IBluetoothMapServiceCallbacks.aidl 64 // Eg. If the report is NEW_MESSAGE then the client should grab the handle from the event report
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
task.py 132 new_msg = queue.new_message(self.id)
146 msg = queue.new_message(self.id)
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/
OmtpConstants.java 85 public static final String NEW_MESSAGE = "NM";
90 NEW_MESSAGE,
  /external/protobuf/python/google/protobuf/pyext/
repeated_composite_container.h 147 google::protobuf::Message* new_message);
repeated_composite_container.cc 331 ScopedPyObjectPtr new_message(Add(self, NULL, NULL));
332 if (new_message == NULL) {
335 CMessage* new_cmessage = reinterpret_cast<CMessage*>(new_message.get());
repeated_scalar_container.cc 699 google::protobuf::Message* new_message = global_message_factory->GetPrototype(
706 to->message = new_message;
707 to->owner.reset(new_message);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapEventReport.java 42 NEW_MESSAGE("NewMessage"), DELIVERY_SUCCESS("DeliverySuccess"),
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/
queue.py 249 def new_message(self, body='', **kwargs): member in class:Queue
462 m = self.new_message(key.get_contents_as_string())
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapAppParams.java 49 private static final int NEW_MESSAGE = 0x0D;
330 case NEW_MESSAGE:
332 Log.w(TAG, "NEW_MESSAGE: Wrong length received: " + tagLength + " expected: "
    [all...]
  /frameworks/base/docs/html/wear/preview/features/
notifications.jd 228 .setSmallIcon(R.drawable.new_message)
  /packages/services/Car/bluetooth/bt-map-service/src/com/google/android/auto/mapservice/
BluetoothMapService.java 592 case NEW_MESSAGE:
    [all...]
  /frameworks/support/compat/java/android/support/v4/app/
NotificationCompat.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java     [all...]
  /frameworks/base/core/java/android/app/
Notification.java     [all...]

Completed in 1143 milliseconds