Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java78 public static final int SIM_WARNING_NOTIFICATION_ID = 3; field in SimSelectNotification
364 notificationManager.notify(SIM_WARNING_NOTIFICATION_ID, builder.build()); in createSimCombinationWarningNotification()
370 notificationManager.cancel(SIM_WARNING_NOTIFICATION_ID); in cancelSimCombinationWarningNotification()
/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
DSimSelectNotificationTest.java36 import static com.android.settings.sim.SimSelectNotification.SIM_WARNING_NOTIFICATION_ID;
299 eq(SIM_WARNING_NOTIFICATION_ID), notification.capture()); in onReceivePrimarySubListChange_DualCdmaWarning_notificationShouldSend()