You're probably not using the app engine, but I think there must be a way to use this example up to a point. I think that if you get to the point where you're calling:
accountManager.getAuthToken(account, "ah", false, new GetAuthTokenCallback(), null);
and then processing the callback, you should be able to determine if the user has logged in based on whether a login intent comes back or the user token comes back. If you're not going to use the token you can just disregard it, knowing the user has authenticated their account. Sorry if this isn't helpful. That's my experience with the AccountManager as of yet.