public static synchronized VolleyRequestController getInstance() { if (sInstance == null) { sInstance = new VolleyRequestController(); VolleyLog.DEBUG = ConfigEPA.DEBUG; } return sInstance; }