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.java322 private int mPrevSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; field in ServiceStateTracker
361 ServiceStateTracker.this.mPrevSubId = mPreviousSubId.get(); in onSubscriptionsChanged()
1175 mPrevSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; in handleMessage()
3989 if (DBG) log("cancelAllNotifications: mPrevSubId=" + mPrevSubId); in cancelAllNotifications()
3992 if (SubscriptionManager.isValidSubscriptionId(mPrevSubId)) { in cancelAllNotifications()
3993 notificationManager.cancel(Integer.toString(mPrevSubId), PS_NOTIFICATION); in cancelAllNotifications()
3994 notificationManager.cancel(Integer.toString(mPrevSubId), CS_NOTIFICATION); in cancelAllNotifications()
3995 notificationManager.cancel(Integer.toString(mPrevSubId), CS_REJECT_CAUSE_NOTIFICATION); in cancelAllNotifications()