Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
DNotificationChannelController.java59 private static final String CHANNEL_ID_CALL_FORWARD_DEPRECATED = "callForward"; field in NotificationChannelController
120 if (getChannel(CHANNEL_ID_CALL_FORWARD_DEPRECATED, context) != null) { in createAll()
122 .deleteNotificationChannel(CHANNEL_ID_CALL_FORWARD_DEPRECATED); in createAll()
169 getChannel(CHANNEL_ID_CALL_FORWARD_DEPRECATED, context); in migrateCallFowardNotificationChannel()