Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DCollapsedStatusBarFragment.java157 private Map<Startable, Startable.State> mStartableStates = new ArrayMap<>(); field in CollapsedStatusBarFragment
333 mStartableStates.clear(); in onViewCreated()
335 mStartableStates.put(startable, Startable.State.STARTING); in onViewCreated()
337 mStartableStates.put(startable, Startable.State.STARTED); in onViewCreated()
459 mStartableStates.put(startable, Startable.State.STOPPING); in onDestroyView()
461 mStartableStates.put(startable, Startable.State.STOPPED); in onDestroyView()
922 Startable.State startableState = mStartableStates.getOrDefault(startable, in dump()