/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
|
H A D | KeyguardIndicationControllerTest.java | 637 Set<CharSequence> messages = new HashSet<>(); in sendFaceHelpMessages_fingerprintEnrolled() local 1480 private void verifyIndicationMessages(int type, Set<CharSequence> messages) { in verifyIndicationMessages()
|
/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
|
H A D | PeopleSpaceUtils.java | 196 List<Notification.MessagingStyle.Message> messages = in getMessagesCount() local 257 List<Notification.MessagingStyle.Message> messages = in augmentTileFromNotification() local
|
/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
|
/aosp14/frameworks/base/core/proto/android/os/ |
H A D | messagequeue.proto | 28 repeated MessageProto messages = 1; field
|
/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/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/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
|
/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
|
/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
|
/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
|
/aosp14/frameworks/base/core/proto/android/service/ |
H A D | package.proto | 64 repeated string messages = 7 [ (android.privacy).dest = DEST_EXPLICIT ]; field
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationShellCmdTest.java | 257 final List<Notification.MessagingStyle.Message> messages = messagingStyle.getMessages(); in testMessaging() local
|
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
H A D | PackageManagerSettingsTests.java | 598 PriorityQueue<TestHandler.MsgInfo> messages = mHandler.getPendingMessages(); in testReadWritePackageRestrictionsAsync() local 652 PriorityQueue<TestHandler.MsgInfo> messages = mHandler.getPendingMessages(); in testReadWritePackageRestrictionsAsyncUserRemoval() local 698 PriorityQueue<TestHandler.MsgInfo> messages = mHandler.getPendingMessages(); in testReadWritePackageRestrictionsSyncAfterAsync() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/ |
H A D | PromptViewModelTest.kt | 380 val messages by collectValues(viewModel.message) regex 409 val messages by collectValues(viewModel.message) regex
|