Searched refs:SimSelectNotification (Results 1 – 3 of 3) sorted by relevance
33 import static com.android.settings.sim.SimSelectNotification.ENABLE_MMS_NOTIFICATION_CHANNEL;34 import static com.android.settings.sim.SimSelectNotification.ENABLE_MMS_NOTIFICATION_ID;35 import static com.android.settings.sim.SimSelectNotification.SIM_WARNING_NOTIFICATION_CHANNEL;36 import static com.android.settings.sim.SimSelectNotification.SIM_WARNING_NOTIFICATION_ID;120 SimSelectNotification mSimSelectNotification = new SimSelectNotification();225 SimSelectNotification.onPrimarySubscriptionListChanged(mContext, intent); in onReceivePrimarySubListChange_NoExtra_notificationShouldNotSend()237 SimSelectNotification.onPrimarySubscriptionListChanged(mContext, intent); in onReceivePrimarySubListChange_isSatelliteEnabled_activityShouldNotStart()248 SimSelectNotification.onPrimarySubscriptionListChanged(mContext, intent); in onReceivePrimarySubListChange_WithDataPickExtra_shouldStartActivity()271 SimSelectNotification.onPrimarySubscriptionListChanged(mContext, intent); in onReceivePrimarySubListChange_WithDismissExtra_shouldDismiss()286 SimSelectNotification.onPrimarySubscriptionListChanged(mContext, intent); in onReceivePrimarySubListChange_DualCdmaWarning_notificationShouldSend()
43 SimSelectNotification.onPrimarySubscriptionListChanged( in onStartJob()
68 public class SimSelectNotification extends BroadcastReceiver { class