Home
last modified time | relevance | path

Searched refs:ShadowPhoneNumberUtils (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowPhoneNumberUtils.java8 public class ShadowPhoneNumberUtils { class
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
DRobolectric.java271 ShadowPhoneNumberUtils.class, in getDefaultShadowClasses()
797 public static ShadowPhoneNumberUtils shadowOf(PhoneNumberUtils instance) { in shadowOf()
798 return (ShadowPhoneNumberUtils) shadowOf_(instance); in shadowOf()