Home
last modified time | relevance | path

Searched defs:entry1 (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotifLiveDataStoreImplTest.kt47 val entry1 = NotificationEntryBuilder().setId(1).build() regex
66 val entry1 = NotificationEntryBuilder().setId(1).build() regex
87 val entry1 = NotificationEntryBuilder().setId(1).build() regex
H A DNotifCollectionTest.java267 NotificationEntry entry1 = buildNotif(TEST_PACKAGE, 1) in testEventDispatchedWhenNotifBatchPosted() local
411 final NotificationEntry entry1 = buildNotif(TEST_PACKAGE, 1) in testCancelScheduledBuildNotificationListEventWhenNotifUpdatedSynchronously() local
472 NotificationEntry entry1 = mCollectionListener.getEntry(notif1.key); in testRankingsAreUpdatedForOtherNotifs() local
494 NotificationEntry entry1 = mCollectionListener.getEntry(notif1.key); in testRankingUpdateIsProperlyIssuedToEveryone() local
535 NotificationEntry entry1 = mCollectionListener.getEntry(notif1.key); in testNotifEntriesAreNotPersistedAcrossRemovalAndReposting() local
573 NotificationEntry entry1 = mCollectionListener.getEntry(notif1.key); in testDismissedNotificationsAreMarkedAsDismissedLocally() local
587 NotificationEntry entry1 = mCollectionListener.getEntry(notif1.key); in testDismissedNotificationsCannotBeLifetimeExtended() local
600 NotificationEntry entry1 = mCollectionListener.getEntry(notif1.key); in testDismissedNotificationsDoNotTriggerRemovalEvents() local
613 NotificationEntry entry1 = mCollectionListener.getEntry(notif1.key); in testDismissedNotificationsStillAppearInNotificationSet() local
639 NotificationEntry entry1 = mCollectionListener.getEntry(notif1.key); in testRetractingLifetimeExtendedSummaryDoesNotDismissChildren() local
[all …]
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/power/stats/
H A DKernelWakelockReaderTest.java234 KernelWakelockStats.Entry entry1 = staleStats.get("WakeLock1"); in testTwoWakeLockInfos() local
339 KernelWakelockStats.Entry entry1 = staleStats.get("WakeLock1"); in testAggregateStatsBothKernelAndNativeWakelocks() local
370 KernelWakelockStats.Entry entry1 = staleStats.get("WakeLock1"); in testAggregateStatsUpdate() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/am/
H A DFgsTempAllowListTest.java52 Pair<Long, String> entry1 = allowList.get(10001); in testIsAllowed() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/render/
H A DGroupExpansionManagerTest.kt39 private val entry1 = NotificationEntryBuilder().build() regex
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/os/
H A DLooperStatsTest.java200 LooperStats.ExportedEntry entry1 = entries.get(0); in testMultipleMessagesDispatched() local
364 LooperStats.ExportedEntry entry1 = entries.get(0); in testScreenStateCollected() local
403 LooperStats.ExportedEntry entry1 = entries.get(0); in testMessagesOverSizeCap() local
/aosp14/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1702 camera_metadata_entry entry1 = in DngCreator_setup() local
1724 camera_metadata_entry entry1 = in DngCreator_setup() local
1757 camera_metadata_entry entry1 = in DngCreator_setup() local
1791 camera_metadata_entry entry1 = in DngCreator_setup() local
1932 camera_metadata_entry entry1 = in DngCreator_setup() local
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/appops/
H A DAppOpsControllerTest.java241 AppOpsManager.OpEntry entry1 = mock(AppOpsManager.OpEntry.class); in startListening_fetchesCurrentActive_multipleEntries() local
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
H A DPackageDynamicCodeLoadingTests.java110 Entry entry1 = new Entry("owning.package1", "/path/file1", 'D', 10, "loading.package1"); in testRecord_changeUserForFile_throws() local