Home
last modified time | relevance | path

Searched refs:TEST_PACKAGE_A (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coalescer/
DGroupCoalescerTest.java99 .setPkg(TEST_PACKAGE_A)); in testUngroupedNotificationsAreNotCoalesced()
115 .setPkg(TEST_PACKAGE_A) in testGroupedNotificationsAreCoalesced()
133 .setPkg(TEST_PACKAGE_A) in testCoalescedNotificationsStillPassThroughRankingUpdate()
144 .setPkg(TEST_PACKAGE_A) in testCoalescedNotificationsArePosted()
151 .setPkg(TEST_PACKAGE_A) in testCoalescedNotificationsArePosted()
159 .setPkg(TEST_PACKAGE_A) in testCoalescedNotificationsArePosted()
183 .setPkg(TEST_PACKAGE_A) in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
188 .setPkg(TEST_PACKAGE_A) in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
192 .setPkg(TEST_PACKAGE_A) in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
203 .setPkg(TEST_PACKAGE_A) in testCoalescedEventsThatAreLaterUngroupedAreEmittedImmediatelyAndNotLater()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java150 private static final String TEST_PACKAGE_A = "com.android.systemui.tests"; field in PeopleSpaceWidgetManagerTest
175 private static final PeopleTileKey KEY = new PeopleTileKey(SHORTCUT_ID, 0, TEST_PACKAGE_A);
185 .setPackageName(TEST_PACKAGE_A)
309 when(mMockContext.getPackageName()).thenReturn(TEST_PACKAGE_A); in setUp()
449 .setPkg(TEST_PACKAGE_A) in testDoNotUpdateAppWidgetIfNoShortcutInfo()
484 mNoMan.issueChannelModification(TEST_PACKAGE_A, in testDoNotUpdateAppWidgetIfNonConversationChannelModified()
503 mNoMan.issueChannelModification(TEST_PACKAGE_A, in testUpdateAppWidgetIfConversationChannelModified()
521 mNoMan.issueChannelModification(TEST_PACKAGE_A, in testOnNotificationChannelModified_userLocked()
612 new PeopleTileKey(OTHER_SHORTCUT_ID, 0, TEST_PACKAGE_A), in testDoNotUpdateStatusPostedIfDifferentShortcutId()
629 new PeopleTileKey(SHORTCUT_ID, 0, TEST_PACKAGE_A), in testUpdateStatusPostedIfExistingTile()
[all …]
/frameworks/base/tests/utils/testutils/tests/src/com/android/test/filters/
DSelectTestTests.java84 private static final Set<Description> TEST_PACKAGE_A = merge(TEST_CLASS_A1, TEST_CLASS_A2); field in SelectTestTests
88 merge(TEST_PACKAGE_A, TEST_PACKAGE_B, TEST_PACKAGE_C);
200 acceptTests(filter, TEST_PACKAGE_A, TEST_PACKAGE_B); in testSelectPackage()
238 acceptTests(filter, TEST_PACKAGE_A, TEST_CLASS_B3, TEST_PACKAGE_C); in testSelectClassAndSamePackage()
253 acceptTests(filter, TEST_PACKAGE_A, TEST_PACKAGE_C); in testSelectMethodAndSamePackage()
261 acceptTests(filter, TEST_PACKAGE_A, TEST_PACKAGE_B); in testSelectMethodAndClassAndPackage()