Home | History | Annotate | Download | only in client

Lines Matching refs:TAG

56     private static final String TAG = "NetworkUtilities";
138 if (Log.isLoggable(TAG, Log.VERBOSE)) {
139 Log.v(TAG, "Successful authentication");
144 if (Log.isLoggable(TAG, Log.VERBOSE)) {
145 Log.v(TAG, "Error authenticating" + resp.getStatusLine());
151 if (Log.isLoggable(TAG, Log.VERBOSE)) {
152 Log.v(TAG, "IOException when getting authtoken", e);
157 if (Log.isLoggable(TAG, Log.VERBOSE)) {
158 Log.v(TAG, "getAuthtoken completing");
225 Log.i(TAG, params.toString());
242 Log.d(TAG, response);
248 Log.e(TAG,
252 Log.e(TAG, "Server error in fetching remote contacts: "
296 Log.e(TAG,
300 Log.e(TAG, "Server error in fetching friend status list");