Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/packages/apps/DeskClock/src/com/android/deskclock/
DLogUtils.java29 public final static boolean DEBUG = "eng".equals(Build.TYPE) || "userdebug".equals(Build.TYPE); field in LogUtils
32 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) { in v()
39 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) { in v()
46 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) { in d()
53 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) { in d()
60 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) { in i()
67 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) { in i()
74 if (DEBUG || Log.isLoggable(LOGTAG, Log.WARN)) { in w()
81 if (DEBUG || Log.isLoggable(LOGTAG, Log.WARN)) { in w()
88 if (DEBUG || Log.isLoggable(LOGTAG, Log.ERROR)) { in e()
[all …]
/packages/apps/Email/provider_src/com/android/email/activity/setup/
DAccountSecurity.java62 private static final boolean DEBUG = false; // Don't ship with this set to true field in AccountSecurity
325 if (DebugUtils.DEBUG || DEBUG) { in completeCreate()
341 if (DebugUtils.DEBUG || DEBUG) { in completeCreate()
382 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
392 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
398 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
417 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
437 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
443 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
457 if (DebugUtils.DEBUG || DEBUG) { in tryAdvanceSecurity()
[all …]
/packages/apps/TV/src/com/android/tv/data/
DChannelLogoFetcher.java53 private static final boolean DEBUG = false; field in ChannelLogoFetcher
88 if (DEBUG) Log.d(TAG, "Request to start fetching logos."); in startFetchingChannelLogos()
99 if (DEBUG) Log.d(TAG, "Request to stop fetching logos."); in stopFetchingChannelLogos()
124 if (DEBUG) Log.d(TAG, "Starts loading the channels from DB"); in doInBackground()
153 if (DEBUG) { in onPostExecute()
180 if (DEBUG) Log.d(TAG, "Fetching the channel logos has been canceled"); in doInBackground()
184 if (DEBUG) Log.d(TAG, "Loads TMS data"); in doInBackground()
189 if (DEBUG) Log.d(TAG, "Fetching the channel logos has been canceled"); in doInBackground()
198 if (DEBUG) Log.d(TAG, "Fetching the channel logos has been canceled"); in doInBackground()
205 if (DEBUG) Log.d(TAG, "Fetching the channel logos has been canceled"); in doInBackground()
[all …]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
DConnectToWifiFragment.java49 private static final boolean DEBUG = false; field in ConnectToWifiFragment
109 if (DEBUG) Log.d(TAG, "Timeout waiting on supplicant state change"); in handleMessage()
117 if (DEBUG) Log.d(TAG, "Fake timeout; we're actually connected"); in handleMessage()
121 if (DEBUG) Log.d(TAG, "Timeout is real; telling the listener"); in handleMessage()
144 if (DEBUG) { in onCreate()
203 if (DEBUG) { in onResume()
208 if (DEBUG) { in onResume()
213 if (DEBUG) { in onResume()
236 if (DEBUG) Log.d(TAG, "Connectivity changed"); in onConnectivityChange()
258 if (DEBUG) Log.d(TAG, "NetworkInfo is null; network is not connected"); in isNetworkConnected()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
DAvrcp.java67 private static final boolean DEBUG = false; field in Avrcp
211 if (DEBUG) Log.v(TAG, "make"); in make()
289 if (DEBUG) Log.v(TAG, "MESSAGE_GET_RC_FEATURES: address="+address+ in handleMessage()
304 if (DEBUG) Log.v(TAG, "MESSAGE_GET_PLAY_STATUS"); in handleMessage()
327 if (DEBUG) Log.v(TAG, "MESSAGE_REGISTER_NOTIFICATION:event=" + msg.arg1 + in handleMessage()
333 if (DEBUG) Log.v(TAG, "MESSAGE_PLAY_INTERVAL_TIMEOUT"); in handleMessage()
339 if (DEBUG) Log.v(TAG, "ignore MESSAGE_VOLUME_CHANGED"); in handleMessage()
343 if (DEBUG) Log.v(TAG, "MESSAGE_VOLUME_CHANGED: volume=" + ((byte)msg.arg1 & 0x7f) in handleMessage()
367 … if (DEBUG) Log.v(TAG, "remote inital volume too high " + volIndex + ">" + mAbsVolThreshold); in handleMessage()
385 … if (DEBUG) Log.d(TAG, "Remote returned volume does not match desired volume " in handleMessage()
[all …]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DEmojiAltPhysicalKeyDetector.java39 private static final boolean DEBUG = false; field in EmojiAltPhysicalKeyDetector
59 if (DEBUG) { in onKeyDown()
66 if (DEBUG) { in onKeyDown()
72 if (DEBUG) { in onKeyDown()
80 if (DEBUG) { in onKeyUp()
97 if (DEBUG) { in onKeyUp()
104 if (DEBUG) { in onKeyUp()
113 if (DEBUG) { in onKeyUp()
150 if (DEBUG) { in onKeyDown()
162 if (DEBUG) { in onKeyUp()
[all …]
/packages/apps/Settings/src/com/android/settings/
DTetherService.java48 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()
[all …]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DDeviceOwnerProvisioningService.java59 private static final boolean DEBUG = false; // To control logging. field in DeviceOwnerProvisioningService
117 if (DEBUG) ProvisionLogger.logd("Device owner provisioning service ONSTARTCOMMAND."); in onStartCommand()
121 if (DEBUG) ProvisionLogger.logd("Provisioning already in flight."); in onStartCommand()
136 if (DEBUG) ProvisionLogger.logd("First start of the service."); in onStartCommand()
160 if (DEBUG) ProvisionLogger.logd("Starting device owner provisioning"); in startDeviceOwnerProvisioning()
304 if (DEBUG) { in sendError()
316 if (DEBUG) { in progressUpdate()
336 if (DEBUG) ProvisionLogger.logd("Reporting success."); in onProvisioningSuccess()
367 if (DEBUG) ProvisionLogger.logd("Starting cdma activation activity"); in initializeProvisioningEnvironment()
375 if (DEBUG) ProvisionLogger.logd("Setting time zone to " + timeZone); in setTimeAndTimezone()
[all …]
DDeviceOwnerProvisioningActivity.java62 private static final boolean DEBUG = false; // To control logging. field in DeviceOwnerProvisioningActivity
81 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONCREATE"); in onCreate()
138 if (DEBUG) ProvisionLogger.logd("Successfully provisioned"); in handleProvisioningIntent()
148 if (DEBUG) { in handleProvisioningIntent()
156 if (DEBUG) { in handleProvisioningIntent()
214 if (DEBUG) ProvisionLogger.logd("Handling pending intent " + intent.getAction()); in handlePendingIntents()
275 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONDESTROY"); in onDestroy()
285 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONRESTART"); in onRestart()
291 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONRESUME"); in onResume()
297 if (DEBUG) ProvisionLogger.logd("Device owner provisioning activity ONPAUSE"); in onPause()
[all …]
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
DVCardService.java58 /* package */ final static boolean DEBUG = false; field in VCardService
86 if (DEBUG) { Log.d(LOG_TAG, "Connected to MediaScanner. Start scanning."); } in onMediaScannerConnected()
92 if (DEBUG) { Log.d(LOG_TAG, "scan completed: " + path); } in onScanCompleted()
131 if (DEBUG) Log.d(LOG_TAG, "vCard Service is being created."); in onCreate()
152 if (DEBUG) Log.d(LOG_TAG, "VCardService is being destroyed."); in onDestroy()
160 if (DEBUG) { in handleImportRequest()
194 if (DEBUG) Log.d(LOG_TAG, "Reserve the path " + path); in handleExportRequest()
222 if (DEBUG) { in tryExecute()
238 if (DEBUG) Log.d(LOG_TAG, String.format("Received cancel request. (id: %d)", jobId)); in handleCancelRequest()
315 if (DEBUG) { in updateMediaScanner()
[all …]
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
DTunerRecordingSession.java33 private static boolean DEBUG = false; field in TunerRecordingSession
51 if (DEBUG) { in onTune()
60 if (DEBUG) { in onRelease()
69 if (DEBUG) { in onStartRecording()
78 if (DEBUG) { in onStopRecording()
87 if (DEBUG) { in onTuned()
95 if (DEBUG) { in onConnectFailed()
103 if (DEBUG) { in onRecordFinished()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DDockService.java63 static final boolean DEBUG = false; field in DockService
135 if (DEBUG) Log.d(TAG, "onCreate"); in onCreate()
160 if (DEBUG) Log.d(TAG, "onDestroy"); in onDestroy()
192 if (DEBUG) Log.d(TAG, "onStartCommand startId: " + startId + " flags: " + flags); in onStartCommand()
196 if (DEBUG) Log.d(TAG, "START_NOT_STICKY - intent is null."); in onStartCommand()
238 if (DEBUG) Log.d(TAG, "START_NOT_STICKY - Bad intent."); in onStartCommand()
274 if(DEBUG) Log.d(TAG, "processMessage: " + msgType + " state: " + state + " device = " in processMessage()
312 if (DEBUG) { in msgTypeDisableBluetooth()
323 if(DEBUG) { in msgTypeDisableBluetooth()
344 if (DEBUG) { in msgTypeUndockedPermanent()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DThrottle.java35 public static final boolean DEBUG = false; // Don't submit with true field in Throttle
110 if (DEBUG) debugLog("Canceling scheduled callback"); in cancelScheduledCallback()
124 if (DEBUG) debugLog("Timeout extended " + mTimeout); in updateTimeout()
127 if (DEBUG) debugLog("Timeout reset to " + mTimeout); in updateTimeout()
134 if (DEBUG) debugLog("onEvent"); in onEvent()
139 if (DEBUG) debugLog(" callback already scheduled"); in onEvent()
141 if (DEBUG) debugLog(" scheduling callback"); in onEvent()
169 if (DEBUG) debugLog("Kicking callback"); in run()
/packages/apps/Settings/src/com/android/settings/dashboard/
DSummaryLoader.java40 private static final boolean DEBUG = DashboardSummary.DEBUG; field in SummaryLoader
92 if (DEBUG) Log.d(TAG, "setSummary " + tile.title + " - " + summary); in setSummary()
122 if (DEBUG) Log.d(TAG, "No metadata specified for " + tile.intent.getComponent()); in getSummaryProvider()
127 if (DEBUG) Log.d(TAG, "No fragment specified for " + tile.intent.getComponent()); in getSummaryProvider()
136 if (DEBUG) Log.d(TAG, "Couldn't find " + clsName, e); in getSummaryProvider()
138 if (DEBUG) Log.d(TAG, "Couldn't find " + SUMMARY_PROVIDER_FACTORY, e); in getSummaryProvider()
140 if (DEBUG) Log.d(TAG, "Couldn't cast " + SUMMARY_PROVIDER_FACTORY, e); in getSummaryProvider()
142 if (DEBUG) Log.d(TAG, "Couldn't get " + SUMMARY_PROVIDER_FACTORY, e); in getSummaryProvider()
172 if (DEBUG) Log.d(TAG, "Listening " + listening); in setListeningW()
185 if (DEBUG) Log.d(TAG, "Creating " + tile); in makeProviderW()
/packages/apps/Settings/src/com/android/settings/applications/
DProcStatsEntry.java37 private static boolean DEBUG = ProcessStatsUi.DEBUG; field in ProcStatsEntry
74 if (DEBUG) Log.d(TAG, "New proc entry " + proc.getName() + ": dur=" + mBgDuration in ProcStatsEntry()
86 if (DEBUG) Log.d(TAG, "New proc entry " + procName + ": dur=" + mBgDuration in ProcStatsEntry()
126 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": single pkg " + mPackages.get(0)); in evaluateTargetPackage()
147 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ", pkg " in evaluateTargetPackage()
168 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": best pkg " in evaluateTargetPackage()
184 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
192 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
199 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
205 if (DEBUG) Log.d(TAG, "Eval pkg of " + mName + ": pkg " in evaluateTargetPackage()
[all …]
/packages/apps/TV/src/com/android/tv/dvr/
DRecordingTask.java46 private static final boolean DEBUG = false; field in RecordingTask
94 if (DEBUG) Log.d(TAG, "created recording task " + mScheduledRecording); in RecordingTask()
103 if (DEBUG) Log.d(TAG, "handleMessage " + msg); in handleMessage()
136 if (DEBUG) { in onTuned()
160 if (DEBUG) Log.d(TAG, "onError reason " + reason); in onError()
174 if (DEBUG) Log.d(TAG, "handleInit " + mScheduledRecording); in handleInit()
212 if (DEBUG) Log.d(TAG, "failAndQuit"); in failAndQuit()
219 if (DEBUG) Log.d(TAG, "sendRemove"); in sendRemove()
226 if (DEBUG) Log.d(TAG, "handleStartRecording " + mScheduledRecording); in handleStartRecording()
243 if (DEBUG) Log.d(TAG, "handleStopRecording " + mScheduledRecording); in handleStopRecording()
[all …]
DBaseDvrDataManager.java42 private final static boolean DEBUG = false; field in BaseDvrDataManager
79 if (DEBUG) Log.d(TAG, "notify " + l + "added " + recordedProgram); in notifyRecordedProgramAdded()
90 if (DEBUG) Log.d(TAG, "notify " + l + "changed " + recordedProgram); in notifyRecordedProgramChanged()
101 if (DEBUG) Log.d(TAG, "notify " + l + "removed " + recordedProgram); in notifyRecordedProgramRemoved()
112 if (DEBUG) Log.d(TAG, "notify " + l + "added " + scheduledRecording); in notifyScheduledRecordingAdded()
123 if (DEBUG) { in notifyScheduledRecordingRemoved()
138 if (DEBUG) Log.d(TAG, "notify " + l + "changed " + scheduledRecording); in notifyScheduledRecordingStatusChanged()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DPrivateLog.java33 public static final boolean DEBUG = DictionaryProvider.DEBUG; field in PrivateLog
56 if (!DEBUG) return sInstance; in getInstance()
73 if (!DEBUG) return; in onCreate()
80 if (!DEBUG) return; in onUpgrade()
88 if (!DEBUG) return; in insert()
98 if (!DEBUG) return; in log()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothA2dpConnector.java34 private static final boolean DEBUG = false; field in BluetoothA2dpConnector
47 if (DEBUG) {
58 if (DEBUG) {
90 if (DEBUG) {
94 if (DEBUG) {
123 if (DEBUG) { in openConnection()
144 if (DEBUG) Log.d(TAG, "registerConnectionStateReceiver()"); in registerConnectionStateReceiver()
152 if (DEBUG) Log.d(TAG, "unregisterConnectionStateReceiver()"); in unregisterConnectionStateReceiver()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
DCacheProcessing.java31 private static final boolean DEBUG = false; field in CacheProcessing
108 if (DEBUG) { in apply()
114 if (DEBUG) { in apply()
124 if (DEBUG) { in apply()
141 if (DEBUG) { in process()
150 if (DEBUG) { in process()
172 if (DEBUG) { in process()
187 if (DEBUG) { in process()
213 if (DEBUG) { in process()
225 if (DEBUG) { in process()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java67 public static final boolean DEBUG = true; //FIXME set to false; field in BluetoothMapService
174 if (DEBUG) Log.d(TAG, "MAP Service closeService in"); in closeService()
237 if (DEBUG) Log.d(TAG, "Map Service START ObexServerSessions()"); in startObexServerSessions()
291 if (DEBUG) Log.d(TAG, "MAP Service STOP ObexServerSessions()"); in stopObexServerSessions()
404 if (DEBUG) Log.d(TAG, " Acquired Wake Lock by message"); in handleMessage()
414 if (DEBUG) Log.d(TAG, " Released Wake Lock by message"); in handleMessage()
419 if (DEBUG) Log.d(TAG,"MNS SDP Initiate Search .."); in handleMessage()
426 if (DEBUG) Log.d(TAG,"ContentObserver Registration MASID: " + msg.arg1 in handleMessage()
454 if (DEBUG) Log.d(TAG, "mPermission = " + mPermission); in onConnectHandler()
488 if (DEBUG) Log.d(TAG, "Map state " + mState + " -> " + state + ", result = " in setState()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationCursorLoader.java42 private static final boolean DEBUG = false; field in ConversationCursorLoader
60 if (DEBUG) { in dumpLoaders()
69 if (DEBUG) { in addLoader()
92 if (DEBUG) { in onReset()
100 if (DEBUG) { in onReset()
122 if (DEBUG) { in onStartLoading()
127 if (DEBUG) { in onStartLoading()
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
DSectionedAlbumDataAdapter.java36 private static final boolean DEBUG = false; field in SectionedAlbumDataAdapter
67 if (DEBUG) Log.i(TAG, "onChanged"); in onChanged()
70 if (DEBUG) Log.i(TAG, "numAlbums = " + mAlbumData.getCount()); in onChanged()
74 if (DEBUG) Log.i(TAG, "previous = " + previous +", title = " + item.account); in onChanged()
80 if (DEBUG) Log.i(TAG, "numSections = " + numSections); in onChanged()
96 if (DEBUG) Log.i(TAG, i + ": " + sections[i]); in onChanged()
179 if (DEBUG) Log.i(TAG, "header at " + position); in getView()
191 if (DEBUG) Log.i(TAG, "non-header at " + position + in getView()
/packages/apps/Settings/src/com/android/settings/notification/
DZenModeRuleSettingsBase.java51 protected static final boolean DEBUG = ZenModeSettingsBase.DEBUG; field in ZenModeRuleSettingsBase
80 if (DEBUG) Log.d(TAG, "onCreate getIntent()=" + intent); in onCreate()
88 if (DEBUG) Log.d(TAG, "mId=" + mId); in onCreate()
124 if (DEBUG) Log.d(TAG, "onPrefChange zenMode=" + zenMode); in onCreate()
162 if (DEBUG) Log.d(TAG, "onSwitchChanged " + isChecked); in onSwitchChanged()
167 if (DEBUG) Log.d(TAG, "onSwitchChanged enabled=" + enabled); in onSwitchChanged()
202 if (DEBUG) Log.d(TAG, "onCreateOptionsMenu"); in onCreateOptionsMenu()
208 if (DEBUG) Log.d(TAG, "onOptionsItemSelected " + item.getItemId()); in onOptionsItemSelected()
229 if (DEBUG) Log.d(TAG, "mRule=" + mRule); in refreshRuleOrFinish()
/packages/apps/Dialer/src/com/android/dialer/database/
DDialerDatabaseHelper.java64 private static final boolean DEBUG = false; field in DialerDatabaseHelper
350 if (DEBUG) { in getInstance()
585 if (DEBUG) { in doInBackground()
594 if (DEBUG) { in onCancelled()
602 if (DEBUG) { in onPostExecute()
894 if (DEBUG) { in updateSmartDialDatabase()
897 final StopWatch stopWatch = DEBUG ? StopWatch.start("Updating databases") : null; in updateSmartDialDatabase()
905 if (DEBUG) { in updateSmartDialDatabase()
912 if (DEBUG) { in updateSmartDialDatabase()
923 if (DEBUG) { in updateSmartDialDatabase()
[all …]

12345678910>>...18