Searched defs:DEBUG (Results 151 - 175 of 519) sorted by relevance

1234567891011>>

/frameworks/base/core/java/com/android/server/backup/
H A DAccountSyncSettingsBackupHelper.java60 private static final boolean DEBUG = false; field in class:AccountSyncSettingsBackupHelper
99 if (DEBUG) {
294 if (DEBUG) Log.i(TAG, "Restoring Sync Settings for" + accountName);
327 if (DEBUG) Log.d(TAG, "unable to find the stash file", fnfe);
330 if (DEBUG) Log.d(TAG, "could not read sync settings from stash file", ioe);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java64 private static final boolean DEBUG = false; field in class:StateListDrawable
98 if (DEBUG) android.util.Log.i(TAG, "onStateChange " + this + " states "
/frameworks/base/media/java/android/media/audiofx/
H A DVirtualizer.java54 private final static boolean DEBUG = false; field in class:Virtualizer
213 if (DEBUG) {
231 if (DEBUG) {
/frameworks/base/media/java/android/media/tv/
H A DTvRecordingClient.java41 private static final boolean DEBUG = false; field in class:TvRecordingClient
112 if (DEBUG) Log.d(TAG, "tune(" + channelUri + ")");
140 if (DEBUG) Log.d(TAG, "release()");
306 if (DEBUG) {
335 if (DEBUG) {
348 if (DEBUG) {
366 if (DEBUG) {
379 if (DEBUG) {
392 if (DEBUG) {
/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java40 private static final boolean DEBUG = true; field in class:SoundPoolTest
84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status);
131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test");
136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
146 if (DEBUG) Log.d(LOG_TAG, "End sounds test");
151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test");
158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id);
165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id);
168 if (DEBUG) Lo
[all...]
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java53 static final boolean DEBUG = true; field in class:BackupRestoreConfirmation
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DShared.java39 public static final boolean DEBUG = false; field in class:Shared
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoLand.java54 public static boolean DEBUG = false; field in class:NekoLand
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DCarrierText.java44 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:CarrierText
111 if (DEBUG) Log.d(TAG, "updateCarrierText(): " + N);
117 if (DEBUG) {
133 if (DEBUG) {
170 if (DEBUG) Log.d(TAG, "Getting plmn/spn sticky brdcst " + plmn + "/" + spn);
H A DKeyguardSecurityViewFlipper.java45 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardSecurityViewFlipper
194 if (DEBUG && widthMode != MeasureSpec.AT_MOST) {
198 if (DEBUG && heightMode != MeasureSpec.AT_MOST) {
H A DKeyguardSimPinView.java48 private static final boolean DEBUG = KeyguardConstants.DEBUG_SIM_STATES; field in class:KeyguardSimPinView
61 if (DEBUG) Log.v(TAG, "onSimStateChanged(subId=" + subId + ",state=" + simState + ")");
77 if (DEBUG) Log.v(TAG, "Resetting state");
124 if (DEBUG) Log.d(LOG_TAG, "getPinPasswordErrorMessage:"
194 if (DEBUG) {
199 if (DEBUG) {
295 if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock "
H A DKeyguardSimPukView.java48 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardSimPukView
63 if (DEBUG) Log.v(TAG, "onSimStateChanged(subId=" + subId + ",state=" + simState + ")");
161 if (DEBUG) Log.d(LOG_TAG, "getPukPasswordErrorMessage:"
239 if (DEBUG) Log.v(TAG, "call supplyPukReportResult()");
242 if (DEBUG) {
350 if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock "
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DNotificationController.java56 public static final boolean DEBUG = false; field in class:NotificationController
379 if (DEBUG) {
418 if (DEBUG) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/renderer/
H A DPdfManipulationService.java55 private static final boolean DEBUG = false; field in class:PdfManipulationService
87 if (DEBUG) {
156 if (DEBUG) {
180 if (DEBUG) {
224 if (DEBUG) {
241 if (DEBUG) {
272 if (DEBUG) {
358 if (DEBUG) {
374 if (DEBUG) {
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DTileUtils.java43 private static final boolean DEBUG = false; field in class:TileUtils
171 if (DEBUG) Log.d(LOG_TAG, "Adding category " + category.title);
223 if (DEBUG) Log.d(LOG_TAG, "Adding tile " + tile.title);
279 if (DEBUG) Log.d(LOG_TAG, "Couldn't find info", e);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
H A DDreamBackend.java49 private static final boolean DEBUG = false; field in class:DreamBackend
281 if (DEBUG)
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
H A DDataUsageController.java47 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:DataUsageController
135 if (DEBUG) Log.d(TAG, "Cycle day=" + policy.cycleDay + " tz="
157 if (DEBUG) Log.d(TAG, String.format("history call from %s to %s now=%s took %sms: %s",
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
H A DAppRestrictionsHelper.java49 private static final boolean DEBUG = false; field in class:AppRestrictionsHelper
112 if (DEBUG) {
120 if (DEBUG) {
135 if (DEBUG) {
141 if (DEBUG) {
240 if (DEBUG) Log.i(TAG, info.toString());
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerUI.java43 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:PowerUI
162 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DPageIndicator.java17 private static final boolean DEBUG = false; field in class:PageIndicator
66 if (DEBUG) Log.d(TAG, "setLocation " + location + " " + index + " " + position);
74 if (DEBUG) Log.d(TAG, "Queueing transition to " + Integer.toHexString(position));
86 if (DEBUG) Log.d(TAG, "Skipping animation " + isVisibleToUser() + " " + mPosition
105 if (DEBUG) Log.d(TAG, "Animating from " + Integer.toHexString(from) + " to "
218 if (DEBUG) Log.d(TAG, "onAnimationEnd - queued: " + mQueuedPositions.size());
H A DPagedTileLayout.java21 private static final boolean DEBUG = false; field in class:PagedTileLayout
182 if (DEBUG) Log.d(TAG, "Distributing tiles");
193 if (DEBUG) Log.d(TAG, "Adding page for "
199 if (DEBUG) Log.d(TAG, "Adding " + tile.tile.getClass().getSimpleName() + " to "
208 if (DEBUG) Log.d(TAG, "Size: " + mNumPages);
296 if (DEBUG) Log.d(TAG, "Destantiating " + position);
301 if (DEBUG) Log.d(TAG, "Instantiating " + position);
H A DQSFooter.java43 protected static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:QSFooter
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DCustomTile.java50 private static final boolean DEBUG = false; field in class:CustomTile
166 if (DEBUG) Log.d(TAG, "Removing token");
188 if (DEBUG) Log.d(TAG, "Removing token");
207 if (DEBUG) Log.d(TAG, "Removing token");
245 if (DEBUG) Log.d(TAG, "Adding token");
H A DTileServiceManager.java51 public static final boolean DEBUG = true; field in class:TileServiceManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
H A DRecentsTvActivity.java73 private final static boolean DEBUG = false; field in class:RecentsTvActivity

Completed in 393 milliseconds

1234567891011>>