Home
last modified time | relevance | path

Searched defs:getShadows (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/android/internal/
H A DAndroidTestEnvironmentTest.java385 public Collection<Entry<String, String>> getShadows() { in getShadows() method in AndroidTestEnvironmentTest.ThrowingShadowProvider
404 public Collection<Entry<String, String>> getShadows() { in getShadows() method in AndroidTestEnvironmentTest.WorkingShadowProvider
/aosp_15_r20/external/robolectric/shadowapi/src/main/java/org/robolectric/internal/
H A DShadowProvider.java33 Collection<Entry<String, String>> getShadows(); in getShadows() method
/aosp_15_r20/external/robolectric/processor/src/test/resources/mock-source/org/robolectric/internal/
H A DShadowProvider.java13 Collection<Map.Entry<String, String>> getShadows(); in getShadows() method
/aosp_15_r20/external/robolectric/processor/src/test/resources/org/robolectric/
H A DRobolectric_NoExcludedTypes.java29 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
H A DRobolectric_EmptyProvidedPackageNames.java36 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
H A DRobolectric_ClassNameOnly.java44 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
H A DRobolectric_ShadowPickers.java41 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
H A DRobolectric_Parameterized.java43 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
H A DRobolectric_MinimalPackages.java56 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
H A DRobolectric_HiddenClasses.java49 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
H A DRobolectric_InnerClassCollision.java67 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in Shadows
/aosp_15_r20/external/robolectric/errorprone/src/test/java/xxx/
H A DXShadows.java65 public Collection<Map.Entry<String, String>> getShadows() { in getShadows() method in XShadows
/aosp_15_r20/external/skia/modules/skparagraph/include/
H A DTextStyle.h232 std::vector<TextShadow> getShadows() const { return fTextShadows; } in getShadows() function