HomeSort by relevance Sort by last modified time
    Searched defs:ComponentState (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.h 77 enum ComponentState {
82 void markComponent(int id, ComponentState state,
92 ComponentState state;
107 KeyedVector<int, ComponentState> mStates;
111 ComponentState mDeviceState;
119 ComponentState getDeviceStateLocked();
121 Vector<ComponentState> mStateTransitions;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
RobolectricPackageManager.java 24 private Map<ComponentName, ComponentState> componentList = new HashMap<ComponentName,ComponentState>();
146 componentList.put(componentName, new ComponentState(newState, flags));
156 public RobolectricPackageManager.ComponentState getComponentState(ComponentName componentName) {
212 public class ComponentState {
216 public ComponentState(int newState, int flags) {

Completed in 259 milliseconds