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

1234567891011>>

/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) {
237 if (DEBUG) Log.d(TAG, "Connectivity changed");
259 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);
H A DSharedPreferencesFeature.java29 private static final boolean DEBUG = false; field in class:SharedPreferencesFeature
60 if (DEBUG) Log.d(TAG, mKey + " is " + mEnabled);
70 if (DEBUG) Log.d(TAG, mKey + " is set to " + enable);
/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/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DShiftKeyState.java37 if (DEBUG)
44 if (DEBUG)
/packages/apps/Car/Stream/src/com/android/car/stream/
H A DStreamApplication.java43 if (Log.isLoggable(TAG, Log.DEBUG)) {
57 if (Log.isLoggable(TAG, Log.DEBUG)) {
67 if (Log.isLoggable(TAG, Log.DEBUG)) {
77 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/apps/Settings/src/com/android/settings/
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);
H A DHotspotOffReceiver.java19 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:HotspotOffReceiver
33 if (DEBUG) Log.d(TAG, "TetherService.cancelRecheckAlarmIfNecessary called");
/packages/apps/TV/src/com/android/tv/receiver/
H A DGlobalKeyReceiver.java33 private static final boolean DEBUG = false; field in class:GlobalKeyReceiver
51 if (DEBUG) Log.d(TAG, "onReceive: " + intent);
64 if (DEBUG) Log.d(TAG, "Is setup complete: " + setupComplete);
77 if (DEBUG) Log.d(TAG, "handleIntent: " + event);
/packages/apps/TV/src/com/android/tv/util/
H A DTimeShiftUtils.java26 private static final boolean DEBUG = false; field in class:TimeShiftUtils
H A DImageCache.java33 private static final boolean DEBUG = false; field in class:ImageCache
48 if (DEBUG) {
114 if (DEBUG) {
120 if (DEBUG) {
136 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) {
/packages/services/Car/TrustAgent/src/com/android/car/trust/
H A DCarBleTrustAgent.java79 if (Log.isLoggable(TAG, Log.DEBUG)) {
100 if (Log.isLoggable(TAG, Log.DEBUG)) {
109 if (Log.isLoggable(TAG, Log.DEBUG)) {
124 if (Log.isLoggable(TAG, Log.DEBUG)) {
137 if (Log.isLoggable(TAG, Log.DEBUG)) {
153 if (Log.isLoggable(TAG, Log.DEBUG)) {
165 if (Log.isLoggable(TAG, Log.DEBUG)) {
183 if (Log.isLoggable(TAG, Log.DEBUG)) {
204 if (Log.isLoggable(TAG, Log.DEBUG)) {
233 if (Log.isLoggable(TAG, Log.DEBUG)) {
[all...]
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
H A DClusterInCallService.java19 import static com.android.car.cluster.sample.DebugUtil.DEBUG;
46 if (DEBUG) {
55 if (DEBUG) {
62 if (DEBUG) {
H A DMessagingNotificationHandler.java19 import static com.android.car.cluster.sample.DebugUtil.DEBUG;
43 if (DEBUG) {
50 if (DEBUG) {
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DSharedInputHandler.java18 import static com.android.documentsui.base.Shared.DEBUG;
107 if (DEBUG) Log.d(TAG, "Back pressed. Clearing existing selection.");
121 if (DEBUG) Log.d(TAG, "ESC pressed. Clearing existing selection.");
/packages/apps/DocumentsUI/src/com/android/documentsui/roots/
H A DLoadRootTask.java19 import static com.android.documentsui.base.Shared.DEBUG;
49 if (DEBUG) Log.d(TAG, "Loading root: " + mRootUri);
58 if (DEBUG) Log.d(TAG, "Loaded root: " + root);
/packages/apps/Settings/src/com/android/settings/datausage/
H A DAppDataUsageActivity.java33 private static final boolean DEBUG = false; field in class:AppDataUsageActivity
51 if (DEBUG) Log.d(TAG, "onCreate() exception", e);
57 if (DEBUG) Log.d(TAG, "Package: " + packageName + " UID: " + uid);
/packages/services/BuiltInPrintService/src/com/android/bips/util/
H A DFileUtils.java28 private static final boolean DEBUG = false; field in class:FileUtils
34 if (DEBUG) Log.d(TAG, "Deleting " + target);
56 if (DEBUG) {
/packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
H A DUiCallManager.java85 if (Log.isLoggable(TAG, Log.DEBUG)) {
102 if (Log.isLoggable(TAG, Log.DEBUG)) {
118 if (Log.isLoggable(TAG, Log.DEBUG)) {
152 if (Log.isLoggable(TAG, Log.DEBUG)) {
159 if (Log.isLoggable(TAG, Log.DEBUG)) {
166 if (Log.isLoggable(TAG, Log.DEBUG)) {
175 if (Log.isLoggable(TAG, Log.DEBUG)) {
186 if (Log.isLoggable(TAG, Log.DEBUG)) {
198 if (Log.isLoggable(TAG, Log.DEBUG)) {
213 if (Log.isLoggable(TAG, Log.DEBUG)) {
[all...]
H A DInCallServiceImpl.java51 if (Log.isLoggable(TAG, Log.DEBUG)) {
65 if (Log.isLoggable(TAG, Log.DEBUG)) {
77 if (Log.isLoggable(TAG, Log.DEBUG)) {
89 if (Log.isLoggable(TAG, Log.DEBUG)) {
110 if (Log.isLoggable(TAG, Log.DEBUG)) {
/packages/apps/Car/Radio/src/com/android/car/radio/
H A DRadioService.java109 if (Log.isLoggable(TAG, Log.DEBUG)) {
119 if (Log.isLoggable(TAG, Log.DEBUG)) {
143 if (Log.isLoggable(TAG, Log.DEBUG)) {
156 if (Log.isLoggable(TAG, Log.DEBUG)) {
171 if (Log.isLoggable(TAG, Log.DEBUG)) {
180 boolean isDebugLoggable = Log.isLoggable(TAG, Log.DEBUG);
219 if (Log.isLoggable(TAG, Log.DEBUG)) {
261 if (Log.isLoggable(TAG, Log.DEBUG)) {
299 if (Log.isLoggable(TAG, Log.DEBUG)) {
308 if (Log.isLoggable(TAG, Log.DEBUG)) {
[all...]
/packages/apps/Email/provider_src/com/android/email/activity/setup/
H A DAccountSecurity.java62 private static final boolean DEBUG = false; // Don't ship with this set to true field in class:AccountSecurity
325 if (DebugUtils.DEBUG || DEBUG) {
341 if (DebugUtils.DEBUG || DEBUG) {
382 if (DebugUtils.DEBUG || DEBUG) {
392 if (DebugUtils.DEBUG || DEBUG) {
398 if (DebugUtils.DEBUG || DEBU
[all...]
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DLocalBluetoothPreferences.java35 private static final boolean DEBUG = Utils.D; field in class:LocalBluetoothPreferences
65 if (DEBUG) Log.v(TAG, "manager == null - do not show dialog.");
77 if (DEBUG) Log.v(TAG, "in appliance mode - do not show dialog.");
125 if (DEBUG) Log.v(TAG, "showing dialog for packaged keyboard");
130 if (DEBUG) Log.v(TAG, "Found no reason to show the dialog - do not show dialog.");

Completed in 591 milliseconds

1234567891011>>