Lines Matching refs:TAG

42     private static final String TAG = "GeofenceHardwareImpl";
43 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
120 mWakeLock = powerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, TAG);
135 Log.e(TAG, "Remote Exception calling LocationManagerService");
156 Log.e(TAG, "RemoteException calling LocationManagerService");
173 Log.w(TAG, "GPS Geofence Hardware service seems to have crashed");
175 Log.e(TAG, "Error: GpsService being set again.");
195 Log.w(TAG, "Fused Geofence Hardware service seems to have crashed");
197 Log.e(TAG, "Error: FusedService being set again");
267 Log.d(TAG, message);
293 Log.e(TAG, "AddGeofence: Remote Exception calling LocationManagerService");
306 Log.e(TAG, "AddGeofence: RemoteException calling LocationManagerService");
323 if (DEBUG) Log.d(TAG, "addCircularFence: Result is: " + result);
330 if (DEBUG) Log.d(TAG, "Remove Geofence: GeofenceId: " + geofenceId);
344 Log.e(TAG, "RemoveGeofence: Remote Exception calling LocationManagerService");
356 Log.e(TAG, "RemoveGeofence: RemoteException calling LocationManagerService");
363 if (DEBUG) Log.d(TAG, "removeGeofence: Result is: " + result);
370 if (DEBUG) Log.d(TAG, "Pause Geofence: GeofenceId: " + geofenceId);
383 Log.e(TAG, "PauseGeofence: Remote Exception calling LocationManagerService");
395 Log.e(TAG, "PauseGeofence: RemoteException calling LocationManagerService");
402 if (DEBUG) Log.d(TAG, "pauseGeofence: Result is: " + result);
410 if (DEBUG) Log.d(TAG, "Resume Geofence: GeofenceId: " + geofenceId);
423 Log.e(TAG, "ResumeGeofence: Remote Exception calling LocationManagerService");
435 Log.e(TAG, "ResumeGeofence: RemoteException calling LocationManagerService");
442 if (DEBUG) Log.d(TAG, "resumeGeofence: Result is: " + result);
478 Log.e(TAG, String.format("Invalid Geofence Transition: location=null"));
483 TAG,
543 if(DEBUG) Log.d(TAG, "AddCallback| id:" + geofenceId + ", status:" + status);
551 if(DEBUG) Log.d(TAG, "RemoveCallback| id:" + geofenceId + ", status:" + status);
559 if(DEBUG) Log.d(TAG, "PauseCallbac| id:" + geofenceId + ", status" + status);
567 if(DEBUG) Log.d(TAG, "ResumeCallback| id:" + geofenceId + ", status:" + status);
588 } catch (RemoteException e) {Log.i(TAG, "Remote Exception:" + e);}
625 if (DEBUG) Log.d(TAG, String.format("Removed reaper %s " +
669 if (DEBUG) Log.d(TAG, "GeofenceTransistionCallback: GPS : GeofenceId: " +
688 if (DEBUG) Log.d(TAG, "Geofence callback reaped:" + callback);
716 if (DEBUG) Log.d(TAG, "MonitoringSystemChangeCallback: " + event);
722 Log.d(TAG, "Error reporting onMonitoringSystemChange.", e);
748 if (DEBUG) Log.d(TAG, "Monitor callback reaped:" + callback);