HomeSort by relevance Sort by last modified time
    Searched refs:NotifiedUri (Results 1 - 20 of 20) sorted by null

  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowContentResolver.java 27 private List<NotifiedUri> notifiedUris = new ArrayList<NotifiedUri>();
43 public static class NotifiedUri {
48 public NotifiedUri(Uri uri, ContentObserver observer, boolean syncToNetwork) {
159 notifiedUris.add(new NotifiedUri(uri, observer, syncToNetwork));
318 public List<NotifiedUri> getNotifiedUris() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContentResolver.java 60 private List<NotifiedUri> notifiedUris = new ArrayList<>();
113 public static class NotifiedUri {
118 public NotifiedUri(Uri uri, ContentObserver observer, boolean syncToNetwork) {
402 notifiedUris.add(new NotifiedUri(uri, observer, syncToNetwork));
757 public List<NotifiedUri> getNotifiedUris() {
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
ContentResolverTest.java 190 ShadowContentResolver.NotifiedUri uri = shadowContentResolver.getNotifiedUris().get(0);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContentResolverTest.java 324 ShadowContentResolver.NotifiedUri uri = shadowContentResolver.getNotifiedUris().get(0);
    [all...]
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 
shadows-core-3.1-SNAPSHOT-22.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
shadows-core-v16-3.1.1.jar 
shadows-core-v17-3.1.1.jar 
shadows-core-v18-3.1.1.jar 
shadows-core-v19-3.1.1.jar 
shadows-core-v21-3.1.1.jar 
shadows-core-v22-3.1.1.jar 
shadows-core-v23-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 

Completed in 675 milliseconds