Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java85 public static final String ENABLE_MMS_NOTIFICATION_CHANNEL = field in SimSelectNotification
292 ENABLE_MMS_NOTIFICATION_CHANNEL, in createEnableMmsNotification()
297 new Notification.Builder(context, ENABLE_MMS_NOTIFICATION_CHANNEL) in createEnableMmsNotification()
/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
DSimSelectNotificationTest.java33 import static com.android.settings.sim.SimSelectNotification.ENABLE_MMS_NOTIFICATION_CHANNEL;
183 assertThat(nc.getValue().getId()).isEqualTo(ENABLE_MMS_NOTIFICATION_CHANNEL); in onReceiveEnableMms_notificationShouldSend()