Searched refs:noMatch (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 5078 NotificationChannel noMatch = in testDeleteConversations() local 5080 noMatch.setConversationId(messages.getId(), "different convo"); in testDeleteConversations() 5081 mHelper.createNotificationChannel(PKG_O, UID_O, noMatch, true, false, UID_O, false); in testDeleteConversations() 5102 assertEquals(noMatch, in testDeleteConversations() 5103 mHelper.getNotificationChannel(PKG_O, UID_O, noMatch.getId(), false)); in testDeleteConversations()
|