Home
last modified time | relevance | path

Searched refs:group2 (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/connectivity/
DNetworkTypeResIdCacheTest.kt65 assertThat(cache.get(group2, CARRIER_1, context)).isEqualTo(iconDefault2) in carrier1_overrideType1_type2UsesDefault()
81 val group2 = MobileIconGroup(NET_TYPE_2, /* dataContentDesc*/ 0, iconDefault2) constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DChannelEditorDialogControllerTest.kt114 val group2 = NotificationChannelGroup("two", "group two") in testPrepareDialogForApp_AddsAllChannelsAllGroups() constant
116 channel3.group = group2.id in testPrepareDialogForApp_AddsAllChannelsAllGroups()
124 .thenReturn(ParceledListSlice(listOf(group, group2))) in testPrepareDialogForApp_AddsAllChannelsAllGroups()
127 group2.channels = listOf(channel3) in testPrepareDialogForApp_AddsAllChannelsAllGroups()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayAreaPolicyTests.java115 final RootDisplayArea group2 = new SurfacelessDisplayAreaRoot(wms, "group2", in testDisplayAreaGroup_taskPositionChanged_updatesDisplayAreaGroupPosition() local
136 .addDisplayAreaGroupHierarchy(new DisplayAreaPolicyBuilder.HierarchyBuilder(group2) in testDisplayAreaGroup_taskPositionChanged_updatesDisplayAreaGroupPosition()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DPreferencesHelperTest.java3795 NotificationChannelGroup group2 = group.clone(); in testIsGroup_appCannotResetBlock() local
3796 group2.setBlocked(true); in testIsGroup_appCannotResetBlock()
3797 mHelper.createNotificationChannelGroup(PKG_N_MR1, UID_N_MR1, group2, false, in testIsGroup_appCannotResetBlock()
DNotificationManagerServiceTest.java3469 final NotificationRecord group2 = generateNotificationRecord( in testFindGroupNotificationsLocked() local
3472 group2.getSbn().getId(), group2.getSbn().getNotification(), in testFindGroupNotificationsLocked()
3473 group2.getSbn().getUserId()); in testFindGroupNotificationsLocked()
3985 NotificationChannelGroup group2 = new NotificationChannelGroup("n", "m"); in testCreateChannelGroupNotifyListener() local
3989 new ParceledListSlice(Arrays.asList(group1, group2))); in testCreateChannelGroupNotifyListener()
3994 eq(Process.myUserHandle()), eq(group2), in testCreateChannelGroupNotifyListener()