Searched refs:mConstructionSubId (Results 1 – 1 of 1) sorted by relevance
61 private int mConstructionSubId; field in WifiCallingSettings131 int subId = mConstructionSubId; in maybeSetViewForSubId()144 mConstructionSubId = getConstructionSubId(icicle); in onCreate()150 Log.d(TAG, "SubId=" + mConstructionSubId); in onCreate()152 if (mConstructionSubId != SubscriptionManager.INVALID_SUBSCRIPTION_ID) { in onCreate()189 outState.putInt(Settings.EXTRA_SUB_ID, mConstructionSubId); in onSaveInstanceState()311 if ( (!containsSubId(previousSubIdList, mConstructionSubId))313 || containsSubId(currentSubIdList, mConstructionSubId) )321 Log.d(TAG, "Closed subId=" + mConstructionSubId