Searched refs:DEBUG (Results 1 - 25 of 453) sorted by relevance

1234567891011>>

/packages/apps/TV/common/
H A DBuildConfig.java.in5 public static final boolean DEBUG = %DEBUG%;
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
H A DTunerRecordingSession.java33 private static boolean DEBUG = false; field in class:TunerRecordingSession
51 if (DEBUG) {
60 if (DEBUG) {
69 if (DEBUG) {
78 if (DEBUG) {
87 if (DEBUG) {
95 if (DEBUG) {
103 if (DEBUG) {
H A DBaseTunerTvInputService.java35 private static final boolean DEBUG = false; field in class:BaseTunerTvInputService
48 if (DEBUG) Log.d(TAG, "onCreate");
67 if (DEBUG) Log.d(TAG, "onDestroy");
83 if (DEBUG) Log.d(TAG, "onCreateSession");
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DPrivateLog.java33 public static final boolean DEBUG = DictionaryProvider.DEBUG; field in class:PrivateLog
56 if (!DEBUG) return sInstance;
73 if (!DEBUG) return;
80 if (!DEBUG) return;
88 if (!DEBUG) return;
98 if (!DEBUG) return;
/packages/apps/Settings/src/com/android/settings/
H A DHotspotOffReceiver.java20 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:HotspotOffReceiver
27 if (DEBUG) Log.d(TAG, "TetherService.cancelRecheckAlarmIfNecessary called");
H A DTetherProvisioningActivity.java38 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:TetherProvisioningActivity
56 if (DEBUG) {
75 if (DEBUG) Log.d(TAG, "Got result from app: " + resultCode);
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
H A DFeatureFactory.java33 private static final boolean DEBUG = false; field in class:FeatureFactory
47 if (DEBUG) Log.d(LOG_TAG, "getFactory");
58 if (DEBUG) Log.d(LOG_TAG, "started " + sFactory.getClass().getSimpleName());
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DThrottle.java35 public static final boolean DEBUG = false; // Don't submit with true field in class:Throttle
110 if (DEBUG) debugLog("Canceling scheduled callback");
124 if (DEBUG) debugLog("Timeout extended " + mTimeout);
127 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
134 if (DEBUG) debugLog("onEvent");
139 if (DEBUG) debugLog(" callback already scheduled");
141 if (DEBUG) debugLog(" scheduling callback");
169 if (DEBUG) debugLog("Kicking callback");
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
H A DSmoothingUtilsTests.java27 private static final boolean DEBUG = false; field in class:SmoothingUtilsTests
35 if (DEBUG) {
/packages/apps/DeskClock/src/com/android/deskclock/
H A DLogUtils.java29 public final static boolean DEBUG = "eng".equals(Build.TYPE) || "userdebug".equals(Build.TYPE); field in class:LogUtils
32 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) {
39 if (DEBUG || Log.isLoggable(LOGTAG, Log.VERBOSE)) {
46 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) {
53 if (DEBUG || Log.isLoggable(LOGTAG, Log.DEBUG)) {
60 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) {
67 if (DEBUG || Log.isLoggable(LOGTAG, Log.INFO)) {
74 if (DEBUG || Lo
[all...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DAlphabetShiftState.java23 private static final boolean DEBUG = false; field in class:AlphabetShiftState
60 if (DEBUG)
78 if (DEBUG)
86 if (DEBUG)
H A DModifierKeyState.java23 protected static final boolean DEBUG = false; field in class:ModifierKeyState
39 if (DEBUG)
46 if (DEBUG)
54 if (DEBUG)
H A DSmoothingUtils.java33 private static final boolean DEBUG = false; field in class:SmoothingUtils
71 if (DEBUG) {
88 if (DEBUG) {
93 if (DEBUG) {
98 if (DEBUG) {
H A DShiftKeyState.java37 if (DEBUG)
44 if (DEBUG)
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
H A DBlockingHttpClient.java35 private static final boolean DEBUG = false; field in class:BlockingHttpClient
66 if (DEBUG) {
71 if (DEBUG) {
89 if (DEBUG) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationCursorLoader.java41 /** Only used for debugging. Turn {@link #DEBUG} on to make this useful. */
42 private static final boolean DEBUG = false; field in class:ConversationCursorLoader
60 if (DEBUG) {
69 if (DEBUG) {
92 if (DEBUG) {
100 if (DEBUG) {
122 if (DEBUG) {
127 if (DEBUG) {
/packages/apps/TV/src/com/android/tv/menu/
H A DActionCardView.java33 private static final boolean DEBUG = MenuView.DEBUG; field in class:ActionCardView
64 if (DEBUG) {
85 if (DEBUG) {
92 if (DEBUG) {
/packages/apps/Settings/src/com/android/settings/dashboard/
H A DSummaryLoader.java42 private static final boolean DEBUG = DashboardSummary.DEBUG; field in class:SummaryLoader
93 if (DEBUG) {
102 if (DEBUG) {
107 if (DEBUG) {
139 if (DEBUG) Log.d(TAG, "No metadata specified for " + tile.intent.getComponent());
144 if (DEBUG) Log.d(TAG, "No fragment specified for " + tile.intent.getComponent());
153 if (DEBUG) Log.d(TAG, "Couldn't find " + clsName, e);
155 if (DEBUG) Log.d(TAG, "Couldn't find " + SUMMARY_PROVIDER_FACTORY, e);
157 if (DEBUG) Lo
[all...]
/packages/apps/TV/src/com/android/tv/data/
H A DChannelLogoFetcher.java53 private static final boolean DEBUG = false; field in class:ChannelLogoFetcher
88 if (DEBUG) Log.d(TAG, "Request to start fetching logos.");
99 if (DEBUG) Log.d(TAG, "Request to stop fetching logos.");
124 if (DEBUG) Log.d(TAG, "Starts loading the channels from DB");
153 if (DEBUG) {
180 if (DEBUG) Log.d(TAG, "Fetching the channel logos has been canceled");
184 if (DEBUG) Log.d(TAG, "Loads TMS data");
189 if (DEBUG) Log.d(TAG, "Fetching the channel logos has been canceled");
198 if (DEBUG) Log.d(TAG, "Fetching the channel logos has been canceled");
205 if (DEBUG) Lo
[all...]
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/
H A DConnectToWifiFragment.java49 private static final boolean DEBUG = false; field in class:ConnectToWifiFragment
109 if (DEBUG) Log.d(TAG, "Timeout waiting on supplicant state change");
117 if (DEBUG) Log.d(TAG, "Fake timeout; we're actually connected");
121 if (DEBUG) Log.d(TAG, "Timeout is real; telling the listener");
144 if (DEBUG) {
203 if (DEBUG) {
208 if (DEBUG) {
213 if (DEBUG) {
236 if (DEBUG) Log.d(TAG, "Connectivity changed");
258 if (DEBUG) Lo
[all...]
/packages/apps/TV/common/src/com/android/tv/common/feature/
H A DPackageVersionFeature.java29 private static final boolean DEBUG = false; field in class:PackageVersionFeature
45 if (DEBUG) Log.d(TAG, "Can't find package '" + mPackageName + "'.", e);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothA2dpConnector.java34 private static final boolean DEBUG = false; field in class:BluetoothA2dpConnector
47 if (DEBUG) {
58 if (DEBUG) {
90 if (DEBUG) {
94 if (DEBUG) {
123 if (DEBUG) {
144 if (DEBUG) Log.d(TAG, "registerConnectionStateReceiver()");
152 if (DEBUG) Log.d(TAG, "unregisterConnectionStateReceiver()");
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarProviderIntentService.java33 if (Log.isLoggable(TAG, Log.DEBUG)) {
47 } else if (Log.isLoggable(TAG, Log.DEBUG)) {
/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DRefCountedMediaResource.java47 // Set DEBUG to true to enable detailed stack trace for each addRef() and release() operation
49 private static final boolean DEBUG = false; field in class:RefCountedMediaResource
67 if (DEBUG) {
82 if (DEBUG) {
91 if (DEBUG) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/util/
H A DContactsPermissions.java29 private static final boolean DEBUG = false; // DO NOT submit with true field in class:ContactsPermissions
47 if (DEBUG) {
73 if (DEBUG) {
91 if (DEBUG) {

Completed in 685 milliseconds

1234567891011>>