Searched refs:channel0 (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | cdrom.h | 98 __u8 channel0; member
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | PreferencesHelperTest.java | 386 NotificationChannel channel0 = new NotificationChannel("id0", "name0", IMPORTANCE_HIGH); in testWriteXml_onlyBackupsTargetUser() local 387 assertTrue(mHelper.createNotificationChannel(package0, uid0, channel0, true, false)); in testWriteXml_onlyBackupsTargetUser() 408 assertNull(mHelper.getNotificationChannel(package0, uid0, channel0.getId(), false)); in testWriteXml_onlyBackupsTargetUser() 417 NotificationChannel channel0 = new NotificationChannel("id0", "name0", IMPORTANCE_HIGH); in testReadXml_onlyRestoresTargetUser() local 418 assertTrue(mHelper.createNotificationChannel(package0, uid0, channel0, true, false)); in testReadXml_onlyRestoresTargetUser() 432 channel0, in testReadXml_onlyRestoresTargetUser() 433 mHelper.getNotificationChannel(package0, expectedUid, channel0.getId(), false)); in testReadXml_onlyRestoresTargetUser() 434 assertNull(mHelper.getNotificationChannel(package0, uid0, channel0.getId(), false)); in testReadXml_onlyRestoresTargetUser()
|