Class ShadowContentUris


  • @Implements(android.content.ContentUris.class)
    public class ShadowContentUris
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static long parseId​(android.net.Uri contentUri)  
      protected static android.net.Uri withAppendedId​(android.net.Uri contentUri, long id)  
      • Methods inherited from class java.lang.Object

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

      • ShadowContentUris

        public ShadowContentUris()
    • Method Detail

      • withAppendedId

        @Implementation
        protected static android.net.Uri withAppendedId​(android.net.Uri contentUri,
                                                        long id)
      • parseId

        @Implementation
        protected static long parseId​(android.net.Uri contentUri)