Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/sim/
DSimSelectNotificationTest.java225 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()
/packages/apps/Settings/src/com/android/settings/sim/
DPrimarySubscriptionListChangedService.kt43 SimSelectNotification.onPrimarySubscriptionListChanged( in onStartJob()
DSimSelectNotification.java176 public static void onPrimarySubscriptionListChanged(@NonNull Context context, in onPrimarySubscriptionListChanged() method in SimSelectNotification