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.java345 private int mPrevSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; field in ServiceStateTracker
384 ServiceStateTracker.this.mPrevSubId = mPreviousSubId.get(); in onSubscriptionsChanged()
392 ServiceStateTracker.this.mPrevSubId)) { in onSubscriptionsChanged()
1255 mPrevSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; in handleMessage()
4180 if (DBG) log("cancelAllNotifications: mPrevSubId=" + mPrevSubId); in cancelAllNotifications()
4183 if (SubscriptionManager.isValidSubscriptionId(mPrevSubId)) { in cancelAllNotifications()
4184 notificationManager.cancel(Integer.toString(mPrevSubId), PS_NOTIFICATION); in cancelAllNotifications()
4185 notificationManager.cancel(Integer.toString(mPrevSubId), CS_NOTIFICATION); in cancelAllNotifications()
4186 notificationManager.cancel(Integer.toString(mPrevSubId), CS_REJECT_CAUSE_NOTIFICATION); in cancelAllNotifications()