Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java89 final NotificationChannel callforwardChannel = new NotificationChannel( in createAll() local
93 migrateCallFowardNotificationChannel(context, callforwardChannel); in createAll()
107 simChannel, callforwardChannel)); in createAll()
167 Context context, @NonNull NotificationChannel callforwardChannel) { in migrateCallFowardNotificationChannel() argument
171 callforwardChannel.setSound(deprecatedChannel.getSound(), in migrateCallFowardNotificationChannel()
173 callforwardChannel.setVibrationPattern(deprecatedChannel.getVibrationPattern()); in migrateCallFowardNotificationChannel()
174 callforwardChannel.enableVibration(deprecatedChannel.shouldVibrate()); in migrateCallFowardNotificationChannel()