Searched refs:update1 (Results 1 – 1 of 1) sorted by relevance
2040 final NotificationChannel update1 = getChannel(); in testLockFields_soundAndVibration() local2041 update1.setSound(new Uri.Builder().scheme("test").build(), in testLockFields_soundAndVibration()2043 update1.lockFields(USER_LOCKED_PRIORITY); in testLockFields_soundAndVibration()2047 mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, update1.getId(), false) in testLockFields_soundAndVibration()2065 final NotificationChannel update1 = getChannel(); in testLockFields_vibrationAndLights() local2066 update1.setVibrationPattern(new long[]{7945, 46 ,246}); in testLockFields_vibrationAndLights()2069 mHelper.getNotificationChannel(PKG_N_MR1, UID_N_MR1, update1.getId(), false) in testLockFields_vibrationAndLights()2086 final NotificationChannel update1 = getChannel(); in testLockFields_lightsAndImportance() local2087 update1.setLightColor(Color.GREEN); in testLockFields_lightsAndImportance()2111 final NotificationChannel update1 = getChannel(); in testLockFields_visibilityAndDndAndBadge() local[all …]