Searched refs:ccw (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/ |
D | ConversationListPreferenceControllerTest.java | 103 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in testPopulateList_validConversations() local 104 ccw.setNotificationChannel(mock(NotificationChannel.class)); in testPopulateList_validConversations() 105 ccw.setPkg("pkg"); in testPopulateList_validConversations() 106 ccw.setUid(1); in testPopulateList_validConversations() 107 ccw.setShortcutInfo(mock(ShortcutInfo.class)); in testPopulateList_validConversations() 110 list.add(ccw); in testPopulateList_validConversations() 120 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in populateConversations() local 121 ccw.setNotificationChannel(mock(NotificationChannel.class)); in populateConversations() 122 ccw.setPkg("pkg"); in populateConversations() 123 ccw.setUid(1); in populateConversations() [all …]
|
D | RecentConversationsPreferenceControllerTest.java | 109 ConversationChannel ccw = new ConversationChannel(mock(ShortcutInfo.class), 6, in testPopulateList_validConversations() local 115 list.add(ccw); in testPopulateList_validConversations() 126 ConversationChannel ccw = new ConversationChannel(mock(ShortcutInfo.class), 6, in populateConversations_blocked() local 144 list.add(ccw); in populateConversations_blocked() 157 ConversationChannel ccw = new ConversationChannel(mock(ShortcutInfo.class), 6, in getSummary_withGroup() local 162 assertThat(mController.getSummary(ccw).toString()).contains( in getSummary_withGroup() 163 ccw.getNotificationChannelGroup().getName()); in getSummary_withGroup() 164 assertThat(mController.getSummary(ccw).toString()).contains( in getSummary_withGroup() 165 ccw.getNotificationChannel().getName()); in getSummary_withGroup() 172 ConversationChannel ccw = new ConversationChannel(mock(ShortcutInfo.class), 6, in getSummary_noGroup() local [all …]
|
D | AppBubbleListPreferenceControllerTest.java | 91 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in getConvo() local 96 ccw.setNotificationChannel(channel); in getConvo() 97 ccw.setPkg("pkg"); in getConvo() 98 ccw.setUid(1); in getConvo() 99 ccw.setShortcutInfo(mock(ShortcutInfo.class)); in getConvo() 100 return ccw; in getConvo() 164 ConversationChannelWrapper ccw = mConvoList.getList().get(0); in clickConversationPref_updatesChannel() local 167 mController.createConversationPref(ccw); in clickConversationPref_updatesChannel() 170 verify(ccw.getNotificationChannel()).setAllowBubbles(DEFAULT_ALLOW_BUBBLE); in clickConversationPref_updatesChannel()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | Delaunay.cpp | 28 #define valid(l) ccw(orig(basel), dest(l), dest(basel)) 114 if (ccw(s1, s3, s2)) { in build() 121 if (ccw(s1, s2, s3)) { in build() 493 int CDelaunay::ccw(SitePointer a, SitePointer b, SitePointer c) in ccw() function in CDelaunay 522 while (ccw(orig(ldi), dest(ldi), orig(rdi))) { 525 if (ccw(dest(rdi), orig(rdi), orig(ldi))) {
|
D | Delaunay.h | 98 int ccw(SitePointer a, SitePointer b, SitePointer c);
|