Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/sim/
H A DSimSelectNotification.java73 public static final String ENABLE_MMS_NOTIFICATION_CHANNEL = field in SimSelectNotification
250 ENABLE_MMS_NOTIFICATION_CHANNEL, in createEnableMmsNotification()
255 new Notification.Builder(context, ENABLE_MMS_NOTIFICATION_CHANNEL) in createEnableMmsNotification()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
H A DSimSelectNotificationTest.java34 import static com.android.settings.sim.SimSelectNotification.ENABLE_MMS_NOTIFICATION_CHANNEL;
171 assertThat(nc.getValue().getId()).isEqualTo(ENABLE_MMS_NOTIFICATION_CHANNEL); in onReceiveEnableMms_notificationShouldSend()