Home
last modified time | relevance | path

Searched refs:ccw (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
DConversationListPreferenceControllerTest.java97 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in testPopulateList_validConversations() local
98 ccw.setNotificationChannel(mock(NotificationChannel.class)); in testPopulateList_validConversations()
99 ccw.setPkg("pkg"); in testPopulateList_validConversations()
100 ccw.setUid(1); in testPopulateList_validConversations()
101 ccw.setShortcutInfo(mock(ShortcutInfo.class)); in testPopulateList_validConversations()
104 list.add(ccw); in testPopulateList_validConversations()
114 ConversationChannelWrapper ccw = new ConversationChannelWrapper(); in populateConversations() local
115 ccw.setNotificationChannel(mock(NotificationChannel.class)); in populateConversations()
116 ccw.setPkg("pkg"); in populateConversations()
117 ccw.setUid(1); in populateConversations()
[all …]
DAppBubbleListPreferenceControllerTest.java91 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/
DDelaunay.cpp28 #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))) {
DDelaunay.h98 int ccw(SitePointer a, SitePointer b, SitePointer c);