Class ShadowPackageManager.ComponentState

  • Enclosing class:
    ShadowPackageManager

    protected static class ShadowPackageManager.ComponentState
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int flags  
      int newState  
    • Constructor Summary

      Constructors 
      Constructor Description
      ComponentState​(int newState, int flags)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • newState

        public int newState
      • flags

        public int flags
    • Constructor Detail

      • ComponentState

        public ComponentState​(int newState,
                              int flags)