Lines Matching refs:DEBUG
48 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in TetherService
77 if (DEBUG) Log.d(TAG, "Creating TetherService"); in onCreate()
112 if (DEBUG) Log.d(TAG, "Adding tether " + type); in onStartCommand()
122 if (DEBUG) Log.d(TAG, "Removing tether " + type + ", index " + index); in onStartCommand()
128 if (DEBUG) Log.d(TAG, "Don't cancel alarm during provisioning"); in onStartCommand()
144 if (DEBUG) Log.d(TAG, "Stopping self. startid: " + startId); in onStartCommand()
162 if (DEBUG) Log.d(TAG, "Destroying TetherService"); in onDestroy()
171 if (DEBUG) Log.d(TAG, "mCurrentTypeIndex: " + mCurrentTypeIndex); in removeTypeAtIndex()
231 if (DEBUG) Log.d(TAG, "Sending provisioning broadcast: " + provisionAction + " type: " in startProvisioning()
253 if (DEBUG) Log.d(TAG, "Scheduling alarm at interval " + periodMs); in scheduleAlarm()
271 if (DEBUG) Log.d(TAG, "Tethering still active, not cancelling alarm"); in cancelAlarmIfNecessary()
278 if (DEBUG) Log.d(TAG, "Tethering no longer active, canceling recheck"); in cancelAlarmIfNecessary()
289 if (DEBUG) Log.d(TAG, "Firing result: " + errorCode + " to callback"); in fireCallbacksForType()
298 if (DEBUG) Log.d(TAG, "Got provision result " + intent);