Home | History | Annotate | Download | only in play

Lines Matching defs:context

47      * @param context The context to be associated with the request. For compatibility with 1.6+,
55 FragmentActivity context, int requestCode, int versionCode) {
59 .isGooglePlayServicesAvailable(context);
67 context, requestCode);
77 context.getSupportFragmentManager(),
91 * @param context The context to be associated with the request. For compatibility with 1.6+,
95 public static boolean checkGooglePlayServiceAvailability(FragmentActivity context,
97 return checkGooglePlayServiceAvailability(context, requestCode, -1);