// GooglePlayServices Functions
 public static boolean isSignedIn() // returns if the user is signed into google play services
     {
   if (SonarFrameworkSettings.USE_GOOGLE_PLAY_GAME_SERVICES) {
     return googlePlayServices.isSignedIn();
   }
   return false;
 }