Searched defs:defaultChannel (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DNotificationRecordTest.java85 NotificationChannel defaultChannel = field in class:NotificationRecordTest
186 defaultChannel.setSound(null, null);
192 NotificationRecord record = new NotificationRecord(mMockContext, sbn, defaultChannel);
199 defaultChannel.setSound(null, null);
205 NotificationRecord record = new NotificationRecord(mMockContext, sbn, defaultChannel);
212 defaultChannel.setSound(CUSTOM_SOUND, CUSTOM_ATTRIBUTES);
213 defaultChannel.lockFields(NotificationChannel.USER_LOCKED_SOUND);
219 NotificationRecord record = new NotificationRecord(mMockContext, sbn, defaultChannel);
231 NotificationRecord record = new NotificationRecord(mMockContext, sbn, defaultChannel);
251 defaultChannel
[all...]

Completed in 98 milliseconds