Searched refs:storedState (Results 1 – 2 of 2) sorted by relevance
119 private val storedState: Bundle?528 if (storedState != null && currGroupState != STATE_UNKNOWN) {529 currGroupState = storedState.getInt(getInstanceStateKey(group.permGroupName,690 return if (storedState == null) {737 if (skipGroup && storedState == null) {
125 protected void onCreate(Bundle data, Bundle storedState) { in onCreate() argument