Searched refs:mConstructionSubId (Results 1 – 1 of 1) sorted by relevance
59 private int mConstructionSubId; field in WifiCallingSettings126 int subId = mConstructionSubId; in maybeSetViewForSubId()139 mConstructionSubId = getConstructionSubId(icicle); in onCreate()141 Log.d(TAG, "SubId=" + mConstructionSubId); in onCreate()143 if (mConstructionSubId != SubscriptionManager.INVALID_SUBSCRIPTION_ID) { in onCreate()180 outState.putInt(Settings.EXTRA_SUB_ID, mConstructionSubId); in onSaveInstanceState()299 if ( (!containsSubId(previousSubIdList, mConstructionSubId))301 || containsSubId(currentSubIdList, mConstructionSubId) )309 Log.d(TAG, "Closed subId=" + mConstructionSubId