names[i] = accounts[i].name; } returnnames; } privateAbstractGetNameTask getTask(SplashActivity activity, String email, String scope) { returnnewGetNameInForeground(activity, email, scope); } publicvoidsyncGoogleAccount() { if(isNetworkAvailable() ==true) { String[] accountarrs = getAccou...