Home
last modified time | relevance | path

Searched refs:messages (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DSmsReceiver.java38 SmsMessage[] messages = Telephony.Sms.Intents.getMessagesFromIntent(intent); in onReceive() local
39 if (messages != null && messages[0] != null) { in onReceive()
41 messages[0].getMessageBody()); in onReceive()
DVisualVoicemailServiceTest.java562 SmsMessage[] messages = Sms.Intents.getMessagesFromIntent(intent); in onReceive() local
565 for (SmsMessage message : messages) { in onReceive()
/cts/hostsidetests/securitybulletin/securityPatch/includes/
DomxUtils.cpp35 void onMessages(const std::list<omx_message> &messages) override;
42 void handleMessages(int32_t gen, const std::list<omx_message> &messages) { in handleMessages() argument
44 for (std::list<omx_message>::const_iterator it = messages.cbegin(); in handleMessages()
45 it != messages.cend();) { in handleMessages()
55 void CodecObserver::onMessages(const std::list<omx_message> &messages) { in onMessages() argument
56 handleMessages(mGeneration, messages); in onMessages()
/cts/tools/cts-api-coverage/proto/
Dtestsuite.proto25 // [START messages]
128 // An entry in a Test Suire Release messages: cts, etc.
175 // [END messages]
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2482/
Dpoc.cpp42 virtual void onMessages(const std::list<omx_message> &messages __unused) {} in onMessages()
/cts/tests/tests/notification/src/android/app/notification/current/cts/
DSensitiveNotificationRedactionTest.kt228 val messages = Message.getMessagesFromBundleArray( in testMessagesRedacted() constant
232 .that(messages.size).isEqualTo(1) in testMessagesRedacted()
234 .that(messages[0].text.toString()).doesNotContain(OTP_CODE) in testMessagesRedacted()
236 .that(messages[0].senderPerson?.name.toString()).isNotEqualTo(PERSON_NAME) in testMessagesRedacted()
/cts/tests/tests/systemui/src/android/systemui/cts/tv/
DVpnDisclosureTest.kt31 import com.android.internal.messages.nano.SystemMessageProto
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-3747/
Dpoc.cpp33 virtual void onMessages(const std::list<omx_message> &messages __unused) {} in onMessages()
/cts/tools/release-parser/proto/
Drelease.proto25 // [START messages]
408 // [END messages]
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTest.java142 ArrayList<MidiMessage> messages = new ArrayList<MidiMessage>(); field in MidiEchoTest.MyLoggingReceiver
148 messages.add(new MidiMessage(data, offset, count, timestamp)); in onSend()
154 return messages.size(); in getMessageCount()
162 return messages.get(index); in getMessage()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt6451 field public static final String EXTRA_HISTORIC_MESSAGES = "android.messages.historic";
6457 field public static final String EXTRA_MESSAGES = "android.messages";