Rename reg/unreg OnSubscriptionsChangedListener.

To addOnSubscriptionsChangedListener and
removeOnSubscriptionsChangedListener.

Bug: 18984103
Change-Id: I6636905093812af89c1c3702840e44c8c5ea891f
This commit is contained in:
Wink Saville
2015-01-12 16:50:58 -08:00
parent 2631077287
commit 718c4d9b19

View File

@@ -59,7 +59,7 @@ public class SimBootReceiver extends BroadcastReceiver {
mSharedPreferences = mContext.getSharedPreferences(SHARED_PREFERENCES_NAME, mSharedPreferences = mContext.getSharedPreferences(SHARED_PREFERENCES_NAME,
Context.MODE_PRIVATE); Context.MODE_PRIVATE);
mSubscriptionManager.registerOnSubscriptionsChangedListener(mSubscriptionListener); mSubscriptionManager.addOnSubscriptionsChangedListener(mSubscriptionListener);
} }
private void detectChangeAndNotify() { private void detectChangeAndNotify() {