Searched refs:mActiveDataSubId (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/ |
D | TetheringNotificationUpdater.java | 113 private volatile int mActiveDataSubId = SubscriptionManager.INVALID_SUBSCRIPTION_ID; field in TetheringNotificationUpdater 171 mActiveDataSubId, downstreamTypesMask, mNoUpstream, mRoaming); in onDownstreamChanged() 185 mActiveDataSubId, mDownstreamTypesMask, isNoUpstream, isRoaming); in onUpstreamCapabilitiesChanged() 200 .createForSubscriptionId(mActiveDataSubId); in getResourcesForSubId() 218 final boolean subIdChanged = subId != mActiveDataSubId; in updateActiveNotifications() 222 mActiveDataSubId = subId; in updateActiveNotifications() 267 final Resources res = getResourcesForSubId(mContext, mActiveDataSubId); in notifyTetheringDisabledByRestriction() 286 final Resources res = getResourcesForSubId(mContext, mActiveDataSubId); in notifyTetheringNoUpstream() 307 final Resources res = getResourcesForSubId(mContext, mActiveDataSubId); in setupRoamingNotification() 332 final Resources res = getResourcesForSubId(mContext, mActiveDataSubId); in setupNoUpstreamNotification()
|
D | Tethering.java | 264 private int mActiveDataSubId = INVALID_SUBSCRIPTION_ID; field in Tethering 520 mLog.log("OBSERVED active data subscription change, from " + mActiveDataSubId in onActiveDataSubscriptionIdChanged() 522 if (subId == mActiveDataSubId) return; in onActiveDataSubscriptionIdChanged() 524 mActiveDataSubId = subId; in onActiveDataSubscriptionIdChanged() 544 mConfig = mDeps.generateTetheringConfiguration(mContext, mLog, mActiveDataSubId); in updateConfiguration()
|