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

  /external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
ShadowGoogleAuthUtil.java 23 * {@link GoogleAuthUtilImpl} implementation. Use {@link #provideImpl(GoogleAuthUtilImpl)}
24 * to set the implementation instance. By default, a {@link GoogleAuthUtilImpl} is used in call
25 * redirection. Use mocks or subclassing {@link GoogleAuthUtilImpl} to achieve desired behaviors.
30 private static GoogleAuthUtilImpl googleAuthUtilImpl = new GoogleAuthUtilImpl();
32 public static synchronized GoogleAuthUtilImpl getImpl() {
33 return googleAuthUtilImpl;
36 public static synchronized void provideImpl(GoogleAuthUtilImpl impl)
    [all...]
  /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 978 milliseconds