Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java2050 NotificationChannel update2 = getChannel(); in testLockFields_soundAndVibration() local
2051 update2.enableVibration(true); in testLockFields_soundAndVibration()
2056 mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, update2.getId(), false) in testLockFields_soundAndVibration()
2072 final NotificationChannel update2 = getChannel(); in testLockFields_vibrationAndLights() local
2073 update2.enableLights(true); in testLockFields_vibrationAndLights()
2077 mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, update2.getId(), false) in testLockFields_vibrationAndLights()
2093 final NotificationChannel update2 = getChannel(); in testLockFields_lightsAndImportance() local
2094 update2.setImportance(IMPORTANCE_DEFAULT); in testLockFields_lightsAndImportance()
2095 mHelper.updateNotificationChannel(PKG_N_MR1, UID_N_MR1, update2, true, in testLockFields_lightsAndImportance()
2118 final NotificationChannel update2 = getChannel(); in testLockFields_visibilityAndDndAndBadge() local
[all …]