Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java89 public static final String SIM_WARNING_NOTIFICATION_CHANNEL = field in SimSelectNotification
338 SIM_WARNING_NOTIFICATION_CHANNEL, in createSimCombinationWarningNotification()
343 new Notification.Builder(context, SIM_WARNING_NOTIFICATION_CHANNEL) in createSimCombinationWarningNotification()
/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
DSimSelectNotificationTest.java35 import static com.android.settings.sim.SimSelectNotification.SIM_WARNING_NOTIFICATION_CHANNEL;
292 assertThat(nc.getValue().getId()).isEqualTo(SIM_WARNING_NOTIFICATION_CHANNEL); in onReceivePrimarySubListChange_DualCdmaWarning_notificationShouldSend()