Class ShadowCookieManager


  • @Implements(android.webkit.CookieManager.class)
    public class ShadowCookieManager
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static android.webkit.CookieManager getInstance()  
      static void resetCookies()  
      • Methods inherited from class java.lang.Object

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

      • ShadowCookieManager

        public ShadowCookieManager()
    • Method Detail

      • resetCookies

        @Resetter
        public static void resetCookies()
      • getInstance

        @Implementation
        protected static android.webkit.CookieManager getInstance()