Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java168 final NotificationChannel deprecatedChannel = in migrateCallFowardNotificationChannel() local
170 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()