Home
last modified time | relevance | path

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

/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/utils/
DLogHelper.java44 public static void v(String tag, Object... messages) { in v() argument
47 log(tag, Log.VERBOSE, null, messages); in v()
51 public static void d(String tag, Object... messages) { in d() argument
54 log(tag, Log.DEBUG, null, messages); in d()
58 public static void i(String tag, Object... messages) { in i() argument
59 log(tag, Log.INFO, null, messages); in i()
62 public static void w(String tag, Object... messages) { in w() argument
63 log(tag, Log.WARN, null, messages); in w()
66 public static void w(String tag, Throwable t, Object... messages) { in w() argument
67 log(tag, Log.WARN, t, messages); in w()
[all …]
/development/samples/browseable/MessagingService/src/com.example.android.messagingservice/
DConversations.java63 private final List<String> messages; field in Conversations.Conversation
68 List<String> messages) { in Conversation() argument
71 this.messages = messages == null ? Collections.<String>emptyList() : messages; in Conversation()
84 return messages; in getMessages()
94 ", messages=" + messages + in toString()
115 List<String> messages = new ArrayList<>(messagesPerConversation); in makeMessages() local
117 messages.add(MESSAGES[ThreadLocalRandom.current().nextInt(0, maxLen)]); in makeMessages()
119 return messages; in makeMessages()
DMessagingService.java123 for (Iterator<String> messages = conversation.getMessages().iterator(); in sendNotificationForConversation()
124 messages.hasNext(); ) { in sendNotificationForConversation()
125 String message = messages.next(); in sendNotificationForConversation()
128 if (messages.hasNext()) { in sendNotificationForConversation()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DSecureView.java112 String[] messages = getResources().getStringArray(R.array.secure_view_clicked); in setClickedAction()
113 String message = messages[mClickCount++ % messages.length]; in setClickedAction()
/development/samples/browseable/ElizaChat/
D_index.jd9messages with a quick voice response. New messages create a notification with a "Reply" action.
/development/samples/ApiDemos/src/com/example/android/apis/os/
DSmsMessagingDemo.java115 List<String> messages = sms.divideMessage(contentTextEdit.getText().toString()); in onCreate()
118 for (String message : messages) { in onCreate()
/development/samples/browseable/MidiSynth/
D_index.jd8 This sample demonstrates how to use the MIDI API to receive and play MIDI messages coming from an
/development/tools/winscope/src/
Dtransform_protolog.js116 let message = viewerConfig.messages[entry.messageHash]
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DWiFiChatFragment.java74 List<String> messages = null; field in WiFiChatFragment.ChatMessageAdapter
/development/tools/apkcheck/
DREADME.txt49 Enable or disable warning messages. These are disabled by default.
52 Enable or disable error messages. These are enabled by default. If
/development/tools/winscope/
Dyarn.lock318 babel-messages "^6.23.0"
340 babel-messages "^6.23.0"
448 babel-messages "^6.23.0"
472 babel-messages@^6.23.0:
474 …resolved "https://registry.yarnpkg.com/babel-messages/-/babel-messages-6.23.0.tgz#f3cdf4703858035b…
544 babel-messages "^6.23.0"
798 babel-messages "^6.23.0"
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv158 …l/squashfs-tools,plougher,"Synchronise output between threads, so error messages etc. don't appear…
894 …SBygXZXb8ZkfMg@fakeemail.com,"AudioRecordingConfiguration: better error messages, sleep after stop"
5037 …/harfbuzz_ng,fake_GXODyrWJQQ29rUizEM8-6A@fakeemail.com,[hb-shape] Rename --show-messages to --trace
5562 …form/system/core,fake_hrLg6uvZRAmxPEvIe67S0A@fakeemail.com,crash_dump: fix typos in error messages.
5579 …/system/core,fake_hrLg6uvZRAmxPEvIe67S0A@fakeemail.com,tombstoned: silence spurious error messages.
5617 …stem/core,fake_RB79v7MgTm65vxYWBcm6zg@fakeemail.com,Enable non-secure side to receive messages > 4K
5638 …o3hpREuVUvAoAKe7zg@fakeemail.com,Change FuseAppLoop so that it can process messages asynchronously.
5685 …stem/core,fake_DGbnL6-oQrG-BP4td_yJEA@fakeemail.com,Split 'generating' and 'pulling' in 2 messages.
5839 …ystem/core,fake_0Badg8rmRu2qWSu23UD7sg@fakeemail.com,libmemunreachable: turn off MEM_ALOGV messages
5869 …ore,fake_Fxquss7oRUSc5mVB0Kj9aw@fakeemail.com,Send property_service AVC messages to the kernel aud…
[all …]