Home
last modified time | relevance | path

Searched refs:getAllAttributes (Results 1 – 4 of 4) sorted by relevance

/external/robolectric-shadows/resources/src/test/java/org/robolectric/manifest/
DActivityDataTest.java21 assertThat(activityData.getAllAttributes().get("android:name")).isNull(); in test_non_android_namespace()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
DServiceData.java59 public Map<String, String> getAllAttributes() { in getAllAttributes() method in ServiceData
DBroadcastReceiverData.java64 public Map<String, String> getAllAttributes() { in getAllAttributes() method in BroadcastReceiverData
DActivityData.java179 public Map<String, String> getAllAttributes() { in getAllAttributes() method in ActivityData