Package org.robolectric.shadows
Class ShadowAbstractCursor
- java.lang.Object
-
- org.robolectric.shadows.ShadowAbstractCursor
-
@Implements(android.database.AbstractCursor.class) public class ShadowAbstractCursor extends Object
-
-
Constructor Summary
Constructors Constructor Description ShadowAbstractCursor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Uri
getNotificationUri_Compatibility()
Returns the Uri set bysetNotificationUri()
.
-
-
-
Method Detail
-
getNotificationUri_Compatibility
public Uri getNotificationUri_Compatibility()
Returns the Uri set bysetNotificationUri()
.- Returns:
- Notification URI.
-
-