HomeSort by relevance Sort by last modified time
    Searched defs:getRemoteResource (Results 1 - 5 of 5) sorted by null

  /external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
ShadowGooglePlayServicesUtil.java 51 public static synchronized Resources getRemoteResource(Context context) {
52 return googlePlayServicesUtilImpl.getRemoteResource(context);
144 public Resources getRemoteResource(Context context) {
  /external/robolectric-shadows/shadows/playservices/src/test/java/org/robolectric/shadows/gms/
ShadowGooglePlayServicesUtilTest.java 83 assertNotNull(GooglePlayServicesUtil.getRemoteResource(RuntimeEnvironment.application));
  /prebuilts/misc/common/robolectric/3.4.2/lib/
playservices-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-playservices-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-playservices-3.6.1.jar 

Completed in 75 milliseconds