Post SUW Slot Change Receiver Migration

Implement the case when user inserts / removes pSIM during the SUW.
Bug: 153811431
Bug: 170508680
Test: Manually tested

Change-Id: Iccc3a2fd416ccfb57c3b4f9dc7b32c0b7681c90b
This commit is contained in:
Jiashen Wang
2021-01-25 19:49:26 -08:00
parent 428273765b
commit 85109678b2
6 changed files with 163 additions and 8 deletions

View File

@@ -71,6 +71,9 @@ public class SimNotificationService extends JobService {
case SimActivationNotifier.NotificationType.SWITCH_TO_REMOVABLE_SLOT:
new SimActivationNotifier(this).sendSwitchedToRemovableSlotNotification();
break;
case SimActivationNotifier.NotificationType.ENABLE_DSDS:
new SimActivationNotifier(this).sendEnableDsdsNotification();
break;
default:
Log.e(TAG, "Invalid notification type: " + notificationType);
break;