Home | History | Annotate | Download | only in lib

META-INF/
META-INF/MANIFEST.MF
org/
org/robolectric/
org/robolectric/shadows/
org/robolectric/shadows/gms/
org/robolectric/shadows/gms/common/
org/robolectric/shadows/gms/common/ShadowGoogleApiAvailability$InstanceHolder.class
ShadowGoogleApiAvailability.java
package org.robolectric.shadows.gms.common
 org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability$InstanceHolder extends java.lang.Object {
	private static final com.google.android.gms.common.GoogleApiAvailability INSTANCE
	private void  () 
	static com.google.android.gms.common.GoogleApiAvailability access$000 () 
	static void  () 
}

org/robolectric/shadows/gms/common/ShadowGoogleApiAvailability.class
ShadowGoogleApiAvailability.java
package org.robolectric.shadows.gms.common
public org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability extends java.lang.Object {
	private int availabilityCode
	private boolean isUserResolvableError
	private String openSourceSoftwareLicenseInfo
	private android.app.Dialog errorDialog
	public void  () 
	public static com.google.android.gms.common.GoogleApiAvailability getInstance () 
	public int isGooglePlayServicesAvailable (android.content.Context) 
		android.content.Context context
	public void setIsGooglePlayServicesAvailable (int) 
		int availabilityCode
	public final boolean isUserResolvableError (int) 
		int errorCode
	public void setIsUserResolvableError (boolean) 
		boolean isUserResolvableError
	public java.lang.String getOpenSourceSoftwareLicenseInfo (android.content.Context) 
		android.content.Context context
	public void setOpenSourceSoftwareLicenseInfo (java.lang.String) 
		String openSourceSoftwareLicenseInfo
	public android.app.Dialog getErrorDialog (android.app.Activity, int, int) 
		android.app.Activity activity
		int errorCode
		int requestCode
	public android.app.Dialog getErrorDialog (android.app.Activity, int, int, android.content.DialogInterface$OnCancelListener) 
		android.app.Activity activity
		int errorCode
		int requestCode
		android.content.DialogInterface$OnCancelListener cancelListener
	public void setErrorDialog (android.app.Dialog) 
		android.app.Dialog errorDialog
}

org/robolectric/shadows/gms/ShadowGoogleAuthUtil.class
ShadowGoogleAuthUtil.java
package org.robolectric.shadows.gms
public org.robolectric.shadows.gms.ShadowGoogleAuthUtil extends java.lang.Object {
	private static org.robolectric.shadows.gms.ShadowGoogleAuthUtil$GoogleAuthUtilImpl googleAuthUtilImpl
	public void  () 
	public static synchronized org.robolectric.shadows.gms.ShadowGoogleAuthUtil$GoogleAuthUtilImpl getImpl () 
	public static synchronized void provideImpl (org.robolectric.shadows.gms.ShadowGoogleAuthUtil$GoogleAuthUtilImpl) 
		org.robolectric.shadows.gms.ShadowGoogleAuthUtil$GoogleAuthUtilImpl impl
	public static synchronized void reset () 
	public static synchronized void clearToken (android.content.Context, java.lang.String)  throws com.google.android.gms.auth.GooglePlayServicesAvailabilityException com.google.android.gms.auth.GoogleAuthException java.io.IOException 
		android.content.Context context
		String token
	public static synchronized java.util.List getAccountChangeEvents (android.content.Context, int, java.lang.String)  throws com.google.android.gms.auth.GoogleAuthException java.io.IOException 
		android.content.Context context
		int eventIndex
		String accountName
	public static synchronized java.lang.String getAccountId (android.content.Context, java.lang.String)  throws com.google.android.gms.auth.GoogleAuthException java.io.IOException 
		android.content.Context ctx
		String accountName
	public static synchronized java.lang.String getToken (android.content.Context, android.accounts.Account, java.lang.String)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableAuthException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		android.accounts.Account account
		String scope
	public static synchronized java.lang.String getToken (android.content.Context, android.accounts.Account, java.lang.String, android.os.Bundle)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableAuthException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		android.accounts.Account account
		String scope
		android.os.Bundle extras
	public static synchronized java.lang.String getToken (android.content.Context, java.lang.String, java.lang.String)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableAuthException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		String accountName
		String scope
	public static synchronized java.lang.String getToken (android.content.Context, java.lang.String, java.lang.String, android.os.Bundle)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableAuthException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		String accountName
		String scope
		android.os.Bundle extras
	public static synchronized java.lang.String getTokenWithNotification (android.content.Context, android.accounts.Account, java.lang.String, android.os.Bundle)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableNotifiedException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		android.accounts.Account account
		String scope
		android.os.Bundle extras
	public static synchronized java.lang.String getTokenWithNotification (android.content.Context, android.accounts.Account, java.lang.String, android.os.Bundle, android.content.Intent)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableNotifiedException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		android.accounts.Account account
		String scope
		android.os.Bundle extras
		android.content.Intent callback
	public static synchronized java.lang.String getTokenWithNotification (android.content.Context, android.accounts.Account, java.lang.String, android.os.Bundle, java.lang.String, android.os.Bundle)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableNotifiedException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		android.accounts.Account account
		String scope
		android.os.Bundle extras
		String authority
		android.os.Bundle syncBundle
	public static synchronized java.lang.String getTokenWithNotification (android.content.Context, java.lang.String, java.lang.String, android.os.Bundle, android.content.Intent)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableNotifiedException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		String accountName
		String scope
		android.os.Bundle extras
		android.content.Intent callback
	public static synchronized java.lang.String getTokenWithNotification (android.content.Context, java.lang.String, java.lang.String, android.os.Bundle)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableNotifiedException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		String accountName
		String scope
		android.os.Bundle extras
	public static synchronized java.lang.String getTokenWithNotification (android.content.Context, java.lang.String, java.lang.String, android.os.Bundle, java.lang.String, android.os.Bundle)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableNotifiedException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		String accountName
		String scope
		android.os.Bundle extras
		String authority
		android.os.Bundle syncBundle
	public static synchronized void invalidateToken (android.content.Context, java.lang.String) 
		android.content.Context context
		String token
	static void  () 
}

org/robolectric/shadows/gms/ShadowGooglePlayServicesUtil$GooglePlayServicesUtilImpl.class
ShadowGooglePlayServicesUtil.java
package org.robolectric.shadows.gms
public org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil$GooglePlayServicesUtilImpl extends java.lang.Object {
	public void  () 
	public android.app.Dialog getErrorDialog (int, android.app.Activity, int) 
		int errorCode
		android.app.Activity activity
		int requestCode
	public android.app.Dialog getErrorDialog (int, android.app.Activity, int, android.content.DialogInterface$OnCancelListener) 
		int errorCode
		android.app.Activity activity
		int requestCode
		android.content.DialogInterface$OnCancelListener cancelListener
	public android.app.PendingIntent getErrorPendingIntent (int, android.content.Context, int) 
		int errorCode
		android.content.Context context
		int requestCode
	public java.lang.String getOpenSourceSoftwareLicenseInfo (android.content.Context) 
		android.content.Context context
	public android.content.Context getRemoteContext (android.content.Context) 
		android.content.Context context
	public android.content.res.Resources getRemoteResource (android.content.Context) 
		android.content.Context context
	public int isGooglePlayServicesAvailable (android.content.Context) 
		android.content.Context context
	public boolean showErrorDialogFragment (int, android.app.Activity, android.support.v4.app.Fragment, int, android.content.DialogInterface$OnCancelListener) 
		int errorCode
		android.app.Activity activity
		android.support.v4.app.Fragment fragment
		int requestCode
		android.content.DialogInterface$OnCancelListener cancelListener
	public boolean showErrorDialogFragment (int, android.app.Activity, int) 
		int errorCode
		android.app.Activity activity
		int requestCode
	public boolean showErrorDialogFragment (int, android.app.Activity, int, android.content.DialogInterface$OnCancelListener) 
		int errorCode
		android.app.Activity activity
		int requestCode
		android.content.DialogInterface$OnCancelListener cancelListener
	public void showErrorNotification (int, android.content.Context) 
		int errorCode
		android.content.Context context
}

org/robolectric/shadows/gms/Shadows.class
Shadows.java
package org.robolectric.shadows.gms
public org.robolectric.shadows.gms.Shadows extends java.lang.Object implements org.robolectric.internal.ShadowProvider  {
	private static final java.util.Map SHADOW_MAP
	public void  () 
	public static org.robolectric.shadows.gms.ShadowGoogleAuthUtil shadowOf (com.google.android.gms.auth.GoogleAuthUtil) 
		com.google.android.gms.auth.GoogleAuthUtil actual
	public static org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil shadowOf (com.google.android.gms.common.GooglePlayServicesUtil) 
		com.google.android.gms.common.GooglePlayServicesUtil actual
	public static org.robolectric.shadows.gms.common.ShadowGoogleApiAvailability shadowOf (com.google.android.gms.common.GoogleApiAvailability) 
		com.google.android.gms.common.GoogleApiAvailability actual
	public void reset () 
	public java.util.Map getShadowMap () 
	public java.lang.String[] getProvidedPackageNames () 
	static void  () 
}

org/robolectric/shadows/gms/ShadowGooglePlayServicesUtil.class
ShadowGooglePlayServicesUtil.java
package org.robolectric.shadows.gms
public org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil extends java.lang.Object {
	private static org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil$GooglePlayServicesUtilImpl googlePlayServicesUtilImpl
	public void  () 
	public static synchronized org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil$GooglePlayServicesUtilImpl getImpl () 
	public static synchronized void provideImpl (org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil$GooglePlayServicesUtilImpl) 
		org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil$GooglePlayServicesUtilImpl impl
	public static synchronized void reset () 
	public static synchronized android.content.Context getRemoteContext (android.content.Context) 
		android.content.Context context
	public static synchronized android.content.res.Resources getRemoteResource (android.content.Context) 
		android.content.Context context
	public static synchronized boolean showErrorDialogFragment (int, android.app.Activity, android.support.v4.app.Fragment, int, android.content.DialogInterface$OnCancelListener) 
		int errorCode
		android.app.Activity activity
		android.support.v4.app.Fragment fragment
		int requestCode
		android.content.DialogInterface$OnCancelListener cancelListener
	public static synchronized boolean showErrorDialogFragment (int, android.app.Activity, int) 
		int errorCode
		android.app.Activity activity
		int requestCode
	public static synchronized boolean showErrorDialogFragment (int, android.app.Activity, int, android.content.DialogInterface$OnCancelListener) 
		int errorCode
		android.app.Activity activity
		int requestCode
		android.content.DialogInterface$OnCancelListener cancelListener
	public static synchronized android.app.Dialog getErrorDialog (int, android.app.Activity, int) 
		int errorCode
		android.app.Activity activity
		int requestCode
	public static synchronized android.app.Dialog getErrorDialog (int, android.app.Activity, int, android.content.DialogInterface$OnCancelListener) 
		int errorCode
		android.app.Activity activity
		int requestCode
		android.content.DialogInterface$OnCancelListener cancelListener
	public static synchronized android.app.PendingIntent getErrorPendingIntent (int, android.content.Context, int) 
		int errorCode
		android.content.Context context
		int requestCode
	public static synchronized java.lang.String getOpenSourceSoftwareLicenseInfo (android.content.Context) 
		android.content.Context context
	public static synchronized int isGooglePlayServicesAvailable (android.content.Context) 
		android.content.Context context
	public static synchronized void showErrorNotification (int, android.content.Context) 
		int errorCode
		android.content.Context context
	static void  () 
}

org/robolectric/shadows/gms/ShadowGoogleAuthUtil$GoogleAuthUtilImpl.class
ShadowGoogleAuthUtil.java
package org.robolectric.shadows.gms
public org.robolectric.shadows.gms.ShadowGoogleAuthUtil$GoogleAuthUtilImpl extends java.lang.Object {
	public void  () 
	public void clearToken (android.content.Context, java.lang.String)  throws com.google.android.gms.auth.GooglePlayServicesAvailabilityException com.google.android.gms.auth.GoogleAuthException java.io.IOException 
		android.content.Context context
		String token
	public java.util.List getAccountChangeEvents (android.content.Context, int, java.lang.String)  throws com.google.android.gms.auth.GoogleAuthException java.io.IOException 
		android.content.Context context
		int eventIndex
		String accountName
	public java.lang.String getAccountId (android.content.Context, java.lang.String)  throws com.google.android.gms.auth.GoogleAuthException java.io.IOException 
		android.content.Context ctx
		String accountName
	public java.lang.String getToken (android.content.Context, android.accounts.Account, java.lang.String)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableAuthException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		android.accounts.Account account
		String scope
	public java.lang.String getToken (android.content.Context, android.accounts.Account, java.lang.String, android.os.Bundle)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableAuthException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		android.accounts.Account account
		String scope
		android.os.Bundle extras
	public java.lang.String getToken (android.content.Context, java.lang.String, java.lang.String)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableAuthException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		String accountName
		String scope
	public java.lang.String getToken (android.content.Context, java.lang.String, java.lang.String, android.os.Bundle)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableAuthException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		String accountName
		String scope
		android.os.Bundle extras
	public java.lang.String getTokenWithNotification (android.content.Context, android.accounts.Account, java.lang.String, android.os.Bundle)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableNotifiedException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		android.accounts.Account account
		String scope
		android.os.Bundle extras
	public java.lang.String getTokenWithNotification (android.content.Context, android.accounts.Account, java.lang.String, android.os.Bundle, android.content.Intent)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableNotifiedException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		android.accounts.Account account
		String scope
		android.os.Bundle extras
		android.content.Intent callback
	public java.lang.String getTokenWithNotification (android.content.Context, android.accounts.Account, java.lang.String, android.os.Bundle, java.lang.String, android.os.Bundle)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableNotifiedException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		android.accounts.Account account
		String scope
		android.os.Bundle extras
		String authority
		android.os.Bundle syncBundle
	public java.lang.String getTokenWithNotification (android.content.Context, java.lang.String, java.lang.String, android.os.Bundle)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableNotifiedException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		String accountName
		String scope
		android.os.Bundle extras
	public java.lang.String getTokenWithNotification (android.content.Context, java.lang.String, java.lang.String, android.os.Bundle, android.content.Intent)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableNotifiedException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		String accountName
		String scope
		android.os.Bundle extras
		android.content.Intent callback
	public java.lang.String getTokenWithNotification (android.content.Context, java.lang.String, java.lang.String, android.os.Bundle, java.lang.String, android.os.Bundle)  throws java.io.IOException com.google.android.gms.auth.UserRecoverableNotifiedException com.google.android.gms.auth.GoogleAuthException 
		android.content.Context context
		String accountName
		String scope
		android.os.Bundle extras
		String authority
		android.os.Bundle syncBundle
	public void invalidateToken (android.content.Context, java.lang.String) 
		android.content.Context context
		String token
}

META-INF/services/
META-INF/services/org.robolectric.internal.ShadowProvider