Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/voicemail/impl/
DDefaultOmtpEventHandler.java59 .setNotificationChannelState(Status.NOTIFICATION_CHANNEL_STATE_OK) in handleConfigurationEvent()
67 .setNotificationChannelState(Status.NOTIFICATION_CHANNEL_STATE_OK) in handleConfigurationEvent()
74 .setNotificationChannelState(Status.NOTIFICATION_CHANNEL_STATE_OK) in handleConfigurationEvent()
161 .setNotificationChannelState(Status.NOTIFICATION_CHANNEL_STATE_OK) in handleNotificationChannelEvent()
168 status.setNotificationChannelState(Status.NOTIFICATION_CHANNEL_STATE_NO_CONNECTION); in handleNotificationChannelEvent()
185 .setNotificationChannelState(Status.NOTIFICATION_CHANNEL_STATE_NO_CONNECTION) in handleOtherEvent()
DVoicemailStatus.java70 public Editor setNotificationChannelState(int notificationChannelState) { in setNotificationChannelState() method in VoicemailStatus.Editor
152 .setNotificationChannelState(Status.NOTIFICATION_CHANNEL_STATE_NO_CONNECTION) in disable()
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
DVvm3EventHandler.java152 .setNotificationChannelState(Status.NOTIFICATION_CHANNEL_STATE_OK) in handleConfigurationEvent()
291 editor.setNotificationChannelState(errorCode); in postError()
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/
DVoicemailStatus.java217 public Builder setNotificationChannelState(int notificationChannelState) { in setNotificationChannelState() method in VoicemailStatus.Builder