Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
H A DSimSelectNotificationTest.java111 SimSelectNotification mSimSelectNotification = new SimSelectNotification(); field in SimSelectNotificationTest
165 mSimSelectNotification.onReceive(mContext, intent); in onReceiveEnableMms_notificationShouldSend()
191 mSimSelectNotification.onReceive(mContext, intent); in onReceiveEnableMms_NoExtra_notificationShouldNotSend()
204 mSimSelectNotification.onReceive(mContext, intent); in onReceiveEnableMms_MmsDataAlreadyEnabled_notificationShouldNotSend()
213 mSimSelectNotification.onReceive(mContext, intent); in onReceivePrimarySubListChange_NoExtra_notificationShouldNotSend()
223 mSimSelectNotification.onReceive(mContext, intent); in onReceivePrimarySubListChange_WithDataPickExtra_shouldStartActivity()
243 mSimSelectNotification.onReceive(mContext, intent); in onReceivePrimarySubListChange_WithDismissExtra_shouldDismiss()
249 mSimSelectNotification.onReceive(mContext, intent); in onReceivePrimarySubListChange_WithDismissExtra_shouldDismiss()
269 mSimSelectNotification.onReceive(mContext, intent); in onReceivePrimarySubListChange_DualCdmaWarning_notificationShouldSend()