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

  /external/robolectric-shadows/shadows/playservices/src/main/java/org/robolectric/shadows/gms/
ShadowGoogleAuthUtil.java 46 public static synchronized void clearToken(Context context, String token)
48 googleAuthUtilImpl.clearToken(context, token);
143 public void clearToken(Context context, String token)
  /external/robolectric-shadows/shadows/playservices/src/test/java/org/robolectric/shadows/gms/
ShadowGoogleAuthUtilTest.java 65 GoogleAuthUtil.clearToken(RuntimeEnvironment.application, "token");
66 verify(mockGoogleAuthUtil, times(1)).clearToken(RuntimeEnvironment.application, "token");
  /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 200 milliseconds