Home
last modified time | relevance | path

Searched refs:mOriginalExpandedChildrenCount (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/
DNetworkMobileProviderController.java50 private int mOriginalExpandedChildrenCount; field in NetworkMobileProviderController
86 mOriginalExpandedChildrenCount = mPreferenceScreen.getInitialExpandedChildrenCount(); in displayPreference()
108 if (mOriginalExpandedChildrenCount != Integer.MAX_VALUE) { in onChildrenUpdated()
111 mOriginalExpandedChildrenCount + mPreferenceCategory.getPreferenceCount()); in onChildrenUpdated()
113 mPreferenceScreen.setInitialExpandedChildrenCount(mOriginalExpandedChildrenCount); in onChildrenUpdated()