Searched refs:DEBUG (Results 26 - 50 of 648) sorted by relevance

1234567891011>>

/frameworks/support/v4/java/android/support/v4/app/
H A DLoaderManager.java177 LoaderManagerImpl.DEBUG = enabled;
192 static boolean DEBUG = false; field in class:LoaderManagerImpl
257 if (DEBUG) Log.v(TAG, " Starting: " + this);
278 if (DEBUG) Log.v(TAG, " Retaining: " + this);
287 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
322 if (DEBUG) Log.v(TAG, " Stopping: " + this);
336 if (DEBUG) Log.v(TAG, " Canceling: " + this);
348 if (DEBUG) Log.v(TAG, " Destroying: " + this);
353 if (DEBUG) Log.v(TAG, " Reseting: " + this);
385 if (DEBUG) Lo
[all...]
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DSharedStorageAgent.java19 static final boolean DEBUG = true; field in class:SharedStorageAgent
42 if (DEBUG) Slog.i(TAG, "Backing up " + mVolumes.length + " shared volumes");
70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
81 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath());
86 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
89 if (DEBUG) Slog.i(TAG, "Can't find volume-number token");
/frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
H A DSettings.java36 static private final boolean DEBUG = false; field in class:Settings
60 if (DEBUG) Log.v(TAG, "generating preferences");
106 if (DEBUG) Log.v(TAG, "generated preference " + PREFER_STATIC_SHADOWS + ": "
128 if (DEBUG) Log.v(TAG, "getting oem customizations by intent: " +
135 if (DEBUG) Log.v(TAG, "got package " + packageName);
142 if (DEBUG) Log.v(TAG, "found customization package: " + packageName);
/frameworks/base/core/java/android/printservice/
H A DPrintService.java162 private static final boolean DEBUG = false; field in class:PrintService
454 if (DEBUG) {
471 if (DEBUG) {
482 if (DEBUG) {
493 if (DEBUG) {
503 if (DEBUG) {
514 if (DEBUG) {
525 if (DEBUG) {
536 if (DEBUG) {
547 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/app/backup/
H A DAbsoluteFileBackupHelper.java33 private static final boolean DEBUG = false; field in class:AbsoluteFileBackupHelper
67 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
H A DBlobBackupHelper.java44 private static final boolean DEBUG = false; field in class:BlobBackupHelper
100 if (DEBUG) {
106 if (DEBUG) {
117 if (DEBUG) {
148 if (DEBUG) {
174 if (DEBUG) {
207 if (DEBUG) {
241 if (DEBUG) {
252 if (DEBUG) {
259 if (DEBUG) {
[all...]
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoActivationActivity.java37 if (NekoLand.DEBUG) {
44 if (NekoLand.DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAccessPointControllerImpl.java41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:AccessPointControllerImpl
81 if (DEBUG) Log.d(TAG, "addCallback " + callback);
91 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
100 if (DEBUG) Log.d(TAG, "scan!");
112 if (DEBUG) Log.d(TAG, "connect networkId=" + ap.getConfig().networkId);
164 if (DEBUG) Log.d(TAG, "connect success");
169 if (DEBUG) Log.d(TAG, "connect failure reason=" + reason);
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DStateController.java32 protected static final boolean DEBUG = JobSchedulerService.DEBUG; field in class:StateController
/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java41 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in class:CountdownConditionProvider
57 if (DEBUG) Slog.d(TAG, "new CountdownConditionProvider()");
94 if (DEBUG) Slog.d(TAG, "onConnected");
102 if (DEBUG) Slog.d(TAG, "onDestroy");
111 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
131 if (DEBUG) Slog.d(TAG, String.format(
149 if (DEBUG) Slog.d(TAG, "Countdown condition fired: " + conditionId);
H A DCalendarTracker.java40 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in class:CalendarTracker
110 if (DEBUG) Log.d(TAG, "getPrimaryCalendars took " + (System.currentTimeMillis() - start));
136 if (DEBUG) Log.d(TAG, String.format(
148 if (DEBUG) Log.d(TAG, " MEETS CALENDAR & AVAILABILITY");
151 if (DEBUG) Log.d(TAG, " MEETS ATTENDEE");
153 if (DEBUG) Log.d(TAG, " MEETS TIME");
184 if (DEBUG) Log.d(TAG, "No attendees found");
193 if (DEBUG) Log.d(TAG, (DEBUG_ATTENDEES ? String.format(
204 if (DEBUG) Lo
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DFullWidthDetailsOverviewSharedElementHelper.java50 private static final boolean DEBUG = false; field in class:FullWidthDetailsOverviewSharedElementHelper
76 if (DEBUG) {
86 if (DEBUG) {
117 if (DEBUG) {
125 if (DEBUG) {
137 if (DEBUG) {
148 if (DEBUG) {
179 if (DEBUG) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DTestBenchMultipleInstance.c25 #define DEBUG(argv) printf argv macro
84 DEBUG((
87 DEBUG(("\t-Nn forces decoding to stop after n pictures\n"));
89 DEBUG(("\t-Ooutfile output writing disabled at compile time\n"));
91 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out.yuv)\n"));
92 DEBUG(("\t-Onone does not write output\n"));
94 DEBUG(("\t-C display cropped image (default decoded image)\n"));
95 DEBUG(("\t-R disable DPB output reordering\n"));
96 DEBUG(("\t-T to print tag name and exit\n"));
130 DEBUG(("N
[all...]
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraCaptureSessionImpl.java42 private static final boolean DEBUG = false; field in class:CameraCaptureSessionImpl
128 if (DEBUG) Log.v(TAG, mIdString + "Created session successfully");
174 if (DEBUG) {
208 if (DEBUG) {
231 if (DEBUG) {
260 if (DEBUG) {
274 if (DEBUG) {
285 if (DEBUG) {
339 if (DEBUG) Log.v(TAG, mIdString + "replaceSessionClose");
359 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DWakelockPowerCalculator.java24 private static final boolean DEBUG = BatteryStatsHelper.DEBUG; field in class:WakelockPowerCalculator
54 if (DEBUG && app.wakeLockPowerMah != 0) {
68 if (DEBUG) {
H A DCpuPowerCalculator.java24 private static final boolean DEBUG = BatteryStatsHelper.DEBUG; field in class:CpuPowerCalculator
56 if (DEBUG && ratio != 0) {
66 if (DEBUG && (app.cpuTimeMs != 0 || app.cpuPowerMah != 0)) {
99 if (DEBUG && app.cpuFgTimeMs > app.cpuTimeMs + 10000) {
/frameworks/base/core/java/com/android/internal/alsa/
H A DAlsaCardsParser.java32 protected static final boolean DEBUG = false; field in class:AlsaCardsParser
108 if (DEBUG) {
120 if (DEBUG) {
129 if (DEBUG) {
180 if (DEBUG) {
186 if (DEBUG) {
192 if (DEBUG) {
199 if (DEBUG) {
210 if (DEBUG) {
224 if (DEBUG) {
[all...]
/frameworks/base/core/java/com/android/server/backup/
H A DNotificationBackupHelper.java29 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:NotificationBackupHelper
62 if (DEBUG) {
H A DPermissionBackupHelper.java27 private static final boolean DEBUG = false; field in class:PermissionBackupHelper
42 if (DEBUG) {
62 if (DEBUG) {
H A DPreferredActivityBackupHelper.java27 private static final boolean DEBUG = false; field in class:PreferredActivityBackupHelper
51 if (DEBUG) {
75 if (DEBUG) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DMutexFileProvider.java38 private static final boolean DEBUG = true; field in class:MutexFileProvider
85 if (DEBUG) {
99 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteProviderProxy.java41 private static final boolean DEBUG = Log.isLoggable(TAG, Log.VERBOSE); field in class:TvRemoteProviderProxy
99 if (DEBUG) {
110 if (DEBUG) {
142 if (DEBUG) {
152 if (!mBound && DEBUG) {
156 if (DEBUG) {
165 if (DEBUG) {
177 if (DEBUG) {
191 if (DEBUG) {
195 if (DEBUG) {
[all...]
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRootsCache.java19 import static com.android.documentsui.Shared.DEBUG;
116 if (DEBUG) Log.d(TAG, "Updating roots due to change at " + uri);
200 if (DEBUG) Log.d(TAG, "Loading stopped authority " + authority);
217 if (DEBUG) {
262 if (DEBUG)
282 if (DEBUG) Log.d(TAG, "Ignoring stopped authority " + info.authority);
299 if (DEBUG) Log.d(TAG, "Loading roots for " + authority);
315 if (DEBUG) Log.d(TAG, "System cache hit for " + authority);
453 if (DEBUG) Log.d(TAG, "Evaluating " + root);
456 if (DEBUG) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DUpdateLockService.java36 static final boolean DEBUG = false; field in class:UpdateLockService
51 if (DEBUG) {
57 if (DEBUG) {
89 if (DEBUG) {
99 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java39 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:GpsXtraDownloader
107 if (DEBUG) Log.d(TAG, "Downloading XTRA data from " + url);
123 if (DEBUG) Log.d(TAG, "HTTP error downloading gps XTRA: " + statusCode);
129 if (DEBUG) Log.d(TAG, "Error downloading gps XTRA: ", ioe);

Completed in 649 milliseconds

1234567891011>>