Class ShadowWebSyncManager

  • Direct Known Subclasses:
    ShadowCookieSyncManager

    @Implements(className="android.webkit.WebSyncManager")
    public class ShadowWebSyncManager
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected boolean synced  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void reset()  
      protected void sync()  
      boolean synced()  
      • Methods inherited from class java.lang.Object

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

      • synced

        protected boolean synced
    • Constructor Detail

      • ShadowWebSyncManager

        public ShadowWebSyncManager()
    • Method Detail

      • sync

        @Implementation
        protected void sync()
      • synced

        public boolean synced()
      • reset

        public void reset()