Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java253 private int mPrevSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; field in ServiceStateTracker
287 ServiceStateTracker.this.mPrevSubId = mPreviousSubId.get(); in onSubscriptionsChanged()
1092 mPrevSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; in handleMessage()
3564 if (DBG) log("cancelAllNotifications: mPrevSubId=" + mPrevSubId); in cancelAllNotifications()
3567 if (SubscriptionManager.isValidSubscriptionId(mPrevSubId)) { in cancelAllNotifications()
3568 notificationManager.cancel(Integer.toString(mPrevSubId), PS_NOTIFICATION); in cancelAllNotifications()
3569 notificationManager.cancel(Integer.toString(mPrevSubId), CS_NOTIFICATION); in cancelAllNotifications()
3570 notificationManager.cancel(Integer.toString(mPrevSubId), CS_REJECT_CAUSE_NOTIFICATION); in cancelAllNotifications()