Searched refs:deprecatedChannel (Results 1 – 1 of 1) sorted by relevance
168 final NotificationChannel deprecatedChannel = in migrateCallFowardNotificationChannel() local170 if (deprecatedChannel != null) { in migrateCallFowardNotificationChannel()171 callforwardChannel.setSound(deprecatedChannel.getSound(), in migrateCallFowardNotificationChannel()172 deprecatedChannel.getAudioAttributes()); in migrateCallFowardNotificationChannel()173 callforwardChannel.setVibrationPattern(deprecatedChannel.getVibrationPattern()); in migrateCallFowardNotificationChannel()174 callforwardChannel.enableVibration(deprecatedChannel.shouldVibrate()); in migrateCallFowardNotificationChannel()