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.java344 private int mPrevSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; field in ServiceStateTracker
387 mPrevSubId = mSubId; in onSubscriptionsChanged()
406 if (!SubscriptionManager.isValidSubscriptionId(mPrevSubId)) { in onSubscriptionsChanged()
1266 mPrevSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; in handleMessage()
4193 if (DBG) log("cancelAllNotifications: mPrevSubId=" + mPrevSubId); in cancelAllNotifications()
4196 if (SubscriptionManager.isValidSubscriptionId(mPrevSubId)) { in cancelAllNotifications()
4197 notificationManager.cancel(Integer.toString(mPrevSubId), PS_NOTIFICATION); in cancelAllNotifications()
4198 notificationManager.cancel(Integer.toString(mPrevSubId), CS_NOTIFICATION); in cancelAllNotifications()
4199 notificationManager.cancel(Integer.toString(mPrevSubId), CS_REJECT_CAUSE_NOTIFICATION); in cancelAllNotifications()