HomeSort by relevance Sort by last modified time
    Searched refs:NotificationChannelController (Results 1 - 11 of 11) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/util/
VoicemailNotificationSettingsUtil.java 55 final NotificationChannel channel = NotificationChannelController.getChannel(
56 NotificationChannelController.CHANNEL_ID_VOICE_MAIL, context);
76 final NotificationChannel channel = NotificationChannelController.getChannel(
77 NotificationChannelController.CHANNEL_ID_VOICE_MAIL, context);
NotificationChannelController.java 34 public class NotificationChannelController {
105 public NotificationChannelController(Context context) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
InstallCarrierAppUtils.java 37 import com.android.internal.telephony.util.NotificationChannelController;
77 NotificationChannelController.CHANNEL_ID_SIM)
  /packages/services/Telephony/src/com/android/phone/
EmergencyCallbackModeService.java 40 import com.android.internal.telephony.util.NotificationChannelController;
214 builder.setChannelId(NotificationChannelController.CHANNEL_ID_ALERT);
NotificationMgr.java 58 import com.android.internal.telephony.util.NotificationChannelController;
332 .setChannel(NotificationChannelController.CHANNEL_ID_VOICE_MAIL)
497 .setChannel(NotificationChannelController.CHANNEL_ID_CALL_FORWARD)
548 .setChannel(NotificationChannelController.CHANNEL_ID_MOBILE_DATA_STATUS)
579 .setChannel(NotificationChannelController.CHANNEL_ID_ALERT);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierServiceStateTracker.java 38 import com.android.internal.telephony.util.NotificationChannelController;
413 .setChannel(NotificationChannelController.CHANNEL_ID_ALERT)
479 .setChannel(NotificationChannelController.CHANNEL_ID_WFC);
PhoneFactory.java 47 import com.android.internal.telephony.util.NotificationChannelController;
89 static private NotificationChannelController sNotificationChannelController;
255 sNotificationChannelController = new NotificationChannelController(context);
InboundSmsHandler.java 66 import com.android.internal.telephony.util.NotificationChannelController;
    [all...]
ServiceStateTracker.java 97 import com.android.internal.telephony.util.NotificationChannelController;
    [all...]
  /packages/services/Telephony/src/com/android/phone/settings/
VoicemailSettingsActivity.java 49 import com.android.internal.telephony.util.NotificationChannelController;
243 NotificationChannelController.CHANNEL_ID_VOICE_MAIL);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhone.java 99 import com.android.internal.telephony.util.NotificationChannelController;
    [all...]

Completed in 233 milliseconds