Package org.robolectric.shadows.gms
Class ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
java.lang.Object
org.robolectric.shadows.gms.ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl
- Enclosing class:
- ShadowGooglePlayServicesUtil
public static class ShadowGooglePlayServicesUtil.GooglePlayServicesUtilImpl extends Object
Class containing methods with same signatures of the static methods of
GooglePlayServicesUtil.-
Constructor Summary
Constructors Constructor Description GooglePlayServicesUtilImpl() -
Method Summary
Modifier and Type Method Description DialoggetErrorDialog(int errorCode, Activity activity, int requestCode)DialoggetErrorDialog(int errorCode, Activity activity, int requestCode, DialogInterface.OnCancelListener cancelListener)PendingIntentgetErrorPendingIntent(int errorCode, Context context, int requestCode)StringgetOpenSourceSoftwareLicenseInfo(Context context)ContextgetRemoteContext(Context context)ResourcesgetRemoteResource(Context context)intisGooglePlayServicesAvailable(Context context)booleanshowErrorDialogFragment(int errorCode, Activity activity, int requestCode)booleanshowErrorDialogFragment(int errorCode, Activity activity, int requestCode, DialogInterface.OnCancelListener cancelListener)booleanshowErrorDialogFragment(int errorCode, Activity activity, android.support.v4.app.Fragment fragment, int requestCode, DialogInterface.OnCancelListener cancelListener)voidshowErrorNotification(int errorCode, Context context)
-
Constructor Details
-
GooglePlayServicesUtilImpl
public GooglePlayServicesUtilImpl()
-
-
Method Details
-
getErrorDialog
-
getErrorDialog
public Dialog getErrorDialog(int errorCode, Activity activity, int requestCode, DialogInterface.OnCancelListener cancelListener) -
getErrorPendingIntent
-
getOpenSourceSoftwareLicenseInfo
-
getRemoteContext
-
getRemoteResource
-
isGooglePlayServicesAvailable
-
showErrorDialogFragment
public boolean showErrorDialogFragment(int errorCode, Activity activity, android.support.v4.app.Fragment fragment, int requestCode, DialogInterface.OnCancelListener cancelListener) -
showErrorDialogFragment
-
showErrorDialogFragment
public boolean showErrorDialogFragment(int errorCode, Activity activity, int requestCode, DialogInterface.OnCancelListener cancelListener) -
showErrorNotification
-