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
Modifier and Type Method Description Uri
getNotificationUri_Compatibility()
Returns the Uri set bysetNotificationUri()
.
-
Constructor Details
-
ShadowAbstractCursor
public ShadowAbstractCursor()
-
-
Method Details
-
getNotificationUri_Compatibility
Returns the Uri set bysetNotificationUri()
.- Returns:
- Notification URI.
-