/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | RemoteInputNotificationRebuilderTest.java | 81 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInput_image() local 94 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInputNoSpinner() local 109 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_noExistingInputWithSpinner() local 132 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_withExistingInput() local 155 RemoteInputHistoryItem[] messages = (RemoteInputHistoryItem[]) newSbn.getNotification() in testRebuildWithRemoteInput_withExistingInput_image() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecMessageCache.java | 54 SparseArray<HdmiCecMessage> messages = mCache.get(address); in getMessage() local 91 SparseArray<HdmiCecMessage> messages = mCache.get(source); in cacheMessage() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/ |
H A D | NotificationHelper.java | 118 List<Notification.MessagingStyle.Message> messages = in hasContent() local 177 List<Notification.MessagingStyle.Message> messages = in getContactUri() local 203 final Parcelable[] messages = notification.extras.getParcelableArray(EXTRA_MESSAGES); in getMessagingStyleMessages() local
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | messagequeue.proto | 28 repeated MessageProto messages = 1; field
|
/aosp14/frameworks/base/tools/streaming_proto/java/ |
H A D | main.cpp | 159 const vector<EnumDescriptorProto>& enums, const vector<DescriptorProto>& messages) in write_file() 222 vector<DescriptorProto> messages; in write_multiple_files() local 234 vector<DescriptorProto> messages; in write_multiple_files() local 254 vector<DescriptorProto> messages; in write_single_file() local
|
/ohos5.0/base/request/request/services/tests/ |
H A D | resume.rs | 42 let messages = agent.pop_task_info(task_id); in sdv_start_resume() localVariable
|
H A D | start.rs | 39 let messages = agent.pop_task_info(task_id); in sdv_start_basic() localVariable
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/ |
H A D | NotificationHelperTest.java | 151 List<Notification.MessagingStyle.Message> messages = in testGetMessagingStyleMessagesNoMessage() local 163 List<Notification.MessagingStyle.Message> messages = in testGetMessagingStyleMessages() local
|
/aosp14/frameworks/base/tests/DynamicCodeLoggerIntegrationTests/src/com/android/server/pm/dex/ |
H A D | DynamicCodeLoggerIntegrationTests.java | 351 List<String> messages = null; in runTest() local 467 List<String> messages = in assertDclLoggedSince() local 473 private static void assertHasDclLog(List<String> messages, String expectedContentHash) { in assertHasDclLog() 480 List<String> messages = in assertNoDclLoggedSince() local 488 List<String> messages = new ArrayList<>(); in findMatchingEvents() local
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | MessagingLayout.java | 165 Parcelable[] messages = extras.getParcelableArray(Notification.EXTRA_MESSAGES); in setData() local 229 List<MessagingMessage> messages) { in bind() 297 List<MessagingMessage> messages = group.getMessages(); in removeGroups() local 424 List<MessagingMessage> messages, boolean showSpinner) { in addMessagesToGroups() 484 List<MessagingMessage> messages, List<List<MessagingMessage>> groups, in findGroups() 570 List<MessagingMessage> messages = group.getMessages(); in updateHistoricMessageVisibility() local
|
H A D | ConversationLayout.java | 392 Parcelable[] messages = extras.getParcelableArray(Notification.EXTRA_MESSAGES); in setData() local 472 private void bind(boolean showSpinner, List<MessagingMessage> messages, in bind() 784 List<MessagingMessage> messages = group.getMessages(); in removeGroups() local 943 List<MessagingMessage> messages, List<List<MessagingMessage>> groups, in findGroups() 1035 List<MessagingMessage> messages = group.getMessages(); in updateHistoricMessageVisibility() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/utils/os/ |
H A D | FakeHandler.java | 58 ArrayList<Message> messages = new ArrayList<>(mQueuedMessages); in dispatchQueuedMessages() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/fwk/ |
H A D | platform_trace.c | 37 char messages[PLATFORM_TRACE_MSG_MAX_LEN + 1] = {'\0'}; in PlatformTraceAddMsg() local 65 char messages[PLATFORM_TRACE_MSG_MAX_LEN + 1] = {0}; in PlatformTraceAddUintMsg() local
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ScrollCaptureResponse.java | 105 @NonNull ArrayList<String> messages) { in ScrollCaptureResponse() 234 ArrayList<String> messages = new ArrayList<>(); in ScrollCaptureResponse() local
|
/aosp14/frameworks/base/core/java/com/android/internal/protolog/ |
H A D | ProtoLogViewerConfigReader.java | 91 JSONObject messages = json.getJSONObject("messages"); in loadViewerConfig() local
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr/source/ |
H A D | service_impl.h | 43 uint16 messages; member
|
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | capture_message.cpp | 158 std::list<MessageGroup> messages = {}; in HandleMessage() local
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
H A D | DomainVerificationProxyTest.kt | 207 val messages = mutableListOf<Pair<Int, Any?>>() regex 428 val messages = mutableListOf<Pair<Int, Any?>>() regex
|
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
H A D | ListWithMailMessages.java | 44 List<MailMessage> messages = Lists.newArrayList(); in onCreate() local
|
/aosp14/frameworks/base/services/core/jni/tvinput/ |
H A D | JTvInputHal.h | 144 std::vector<AidlTvMessage> messages; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_conversational_content.cpp | 81 std::string messages = ""; in Dump() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
H A D | NotificationInlineImageResolver.java | 182 Parcelable[] messages; in retrieveWantedUriSet() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationMemoryMeter.kt | 106 val messages = regex
|
/aosp14/frameworks/base/tools/protologtool/tests/com/android/protolog/tool/ |
H A D | ViewerConfigParserTest.kt | 158 val messages = parser.parseMessages(getJSONReader(json)) regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ |
H A D | IconManager.kt | 270 val messages = Notification.MessagingStyle.Message.getMessagesFromBundleArray( regex
|