Searched refs:DEBUG (Results 76 - 100 of 761) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java42 public static final boolean DEBUG = false; field in class:DeadZone
86 if (DEBUG)
117 if (DEBUG) {
132 if (DEBUG) {
164 if (DEBUG)
195 final float frac = DEBUG ? (mFlashFrac - 0.5f) + 0.5f : mFlashFrac;
198 if (DEBUG && size > mSizeMin)
/frameworks/base/services/core/java/com/android/server/am/
H A DInstrumentationReporter.java29 static final boolean DEBUG = false; field in class:InstrumentationReporter
42 if (DEBUG) Slog.d(TAG, "Starting InstrumentationReporter: " + this);
65 if (DEBUG) Slog.d(TAG, "Exiting InstrumentationReporter: " + this);
77 if (DEBUG) Slog.d(TAG, "Dispatch status to " + rep.mWatcher
83 if (DEBUG) Slog.d(TAG, "Dispatch finished to " + rep.mWatcher
117 if (DEBUG) Slog.d(TAG, "Report status to " + watcher
125 if (DEBUG) Slog.d(TAG, "Report finished to " + watcher
/frameworks/support/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DHorizontalGridTestActivity.java35 private static final boolean DEBUG = true; field in class:HorizontalGridTestActivity
45 if (DEBUG) {
65 if (DEBUG) Log.d(TAG, "onChildSelected position=" + position);
76 if (DEBUG) Log.v(TAG, "onCreate");
90 if (DEBUG) Log.v(TAG, "onNewIntent " + intent);
132 if (DEBUG) Log.v(TAG, "createViewHolder " + viewType);
144 if (DEBUG) Log.v(TAG, "bindViewHolder " + position + " " + baseHolder);
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/
H A DHorizontalGridTestActivity.java35 private static final boolean DEBUG = true; field in class:HorizontalGridTestActivity
45 if (DEBUG) {
65 if (DEBUG) Log.d(TAG, "onChildSelected position=" + position);
76 if (DEBUG) Log.v(TAG, "onCreate");
90 if (DEBUG) Log.v(TAG, "onNewIntent " + intent);
132 if (DEBUG) Log.v(TAG, "createViewHolder " + viewType);
144 if (DEBUG) Log.v(TAG, "bindViewHolder " + position + " " + baseHolder);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewSharedElementHelper.java39 static final boolean DEBUG = false; field in class:DetailsOverviewSharedElementHelper
54 if (DEBUG) {
81 if (DEBUG) {
99 if (DEBUG) {
111 if (DEBUG) {
128 if (DEBUG) {
165 if (DEBUG) {
198 if (DEBUG) {
209 if (DEBUG) {
213 if (DEBUG) {
[all...]
H A DSearchBar.java66 static final boolean DEBUG = false; field in class:SearchBar
214 if (DEBUG) Log.v(TAG, "EditText.onFocusChange " + hasFocus);
261 if (DEBUG) Log.v(TAG, "onEditorAction: " + action + " event: " + keyEvent);
265 if (DEBUG) Log.v(TAG, "Action or enter pressed");
270 if (DEBUG) Log.v(TAG, "Delayed action handling (search)");
276 if (DEBUG) Log.v(TAG, "Escaped North");
281 if (DEBUG) Log.v(TAG, "Delayed action handling (escape_north)");
286 if (DEBUG) Log.v(TAG, "Voice Clicked");
291 if (DEBUG) Log.v(TAG, "Delayed action handling (voice_mode)");
316 if (DEBUG) Lo
[all...]
H A DPersistentFocusWrapper.java38 private static final boolean DEBUG = false; field in class:PersistentFocusWrapper
93 if (DEBUG) Log.v(TAG, "addFocusables");
111 if (DEBUG) {
119 if (DEBUG) Log.v(TAG, "requestFocus mSelectedPosition " + mSelectedPosition);
165 if (DEBUG) Log.v(TAG, "onSaveInstanceState");
179 if (DEBUG) Log.v(TAG, "onRestoreInstanceState mSelectedPosition " + mSelectedPosition);
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScorerAppManager.java48 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:NetworkScorerAppManager
75 if (DEBUG) Log.d(TAG, "Found 0 Services able to handle " + serviceIntent);
122 if (DEBUG) {
130 if (DEBUG) {
154 if (DEBUG) {
261 if (DEBUG) Log.d(TAG, "Recommendations forced off.");
277 if (DEBUG) {
281 if (DEBUG) Log.d(TAG, defaultPackageName + " is now the active scorer.");
285 if (DEBUG) Lo
[all...]
H A DAnyMotionDetector.java41 private static final boolean DEBUG = false; field in class:AnyMotionDetector
122 if (DEBUG) Slog.d(TAG, "AnyMotionDetector instantiated.");
139 if (DEBUG) Slog.d(TAG, "mNumSufficientSamples = " + mNumSufficientSamples);
147 if (DEBUG) {
153 if (DEBUG) {
171 if (DEBUG) Slog.d(TAG, "Moved from STATE_ACTIVE to STATE_INACTIVE.");
192 if (DEBUG) Slog.d(TAG, "startOrientationMeasurementLocked: mMeasurementInProgress=" +
207 if (DEBUG) Slog.d(TAG, "stopOrientationMeasurement. mMeasurementInProgress=" +
220 if (DEBUG) {
231 if (DEBUG) Slo
[all...]
H A DRandomBlock.java35 private static final boolean DEBUG = false; field in class:RandomBlock
42 if (DEBUG) Slog.v(TAG, "reading from file " + filename);
66 if (DEBUG) Slog.v(TAG, "writing to file " + filename);
/frameworks/base/services/core/java/com/android/server/media/
H A DRemoteDisplayProviderProxy.java43 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:RemoteDisplayProviderProxy
138 if (DEBUG) {
149 if (DEBUG) {
186 if (DEBUG) {
196 if (!mBound && DEBUG) {
200 if (DEBUG) {
209 if (DEBUG) {
221 if (DEBUG) {
234 if (DEBUG) {
[all...]
H A DMediaResourceMonitorService.java36 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:MediaResourceMonitorService
56 if (DEBUG) {
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DSecurityLogMonitor.java54 private static final boolean DEBUG = false; // STOPSHIP if true. field in class:SecurityLogMonitor
231 if (DEBUG) Slog.d(TAG, "SecurityLog.readEvents");
238 if (DEBUG) Slog.d(TAG, "SecurityLog.readEventsSince: " + startNanos);
247 if (DEBUG) Slog.d(TAG, "Got out of order events, sorting.");
254 if (DEBUG) Slog.d(TAG, "Got " + newLogs.size() + " new events.");
279 if (DEBUG) Slog.d(TAG, mLastEvents.size() + " events saved for overlap check");
307 if (DEBUG) Slog.d(TAG, "New event in the overlap: " + currentNanos);
311 if (DEBUG) Slog.d(TAG, "Event disappeared from the overlap: " + lastNanos);
317 if (DEBUG) Slog.d(TAG, "Skipped dup event with timestamp: " + lastNanos);
321 if (DEBUG) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DEventConditionProvider.java55 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in class:EventConditionProvider
78 if (DEBUG) Slog.d(TAG, "new " + SIMPLE_NAME + "()");
117 if (DEBUG) Slog.d(TAG, "onBootComplete");
134 if (DEBUG) Slog.d(TAG, "onConnected");
141 if (DEBUG) Slog.d(TAG, "onDestroy");
147 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
161 if (DEBUG) Slog.d(TAG, "onUnsubscribe " + conditionId);
180 if (DEBUG) Slog.d(TAG, "reloadTrackers");
203 if (DEBUG) Slo
[all...]
/frameworks/base/core/java/android/companion/
H A DBluetoothDeviceFilterUtils.java39 private static final boolean DEBUG = false; field in class:BluetoothDeviceFilterUtils
55 if (DEBUG) debugLogMatchResult(result, device, filter);
62 if (DEBUG) debugLogMatchResult(result, device, deviceAddress);
85 if (DEBUG) debugLogMatchResult(result, device, serviceUuid);
99 if (DEBUG) debugLogMatchResult(result, device, namePattern);
113 if (DEBUG) debugLogMatchResult(result, device, namePattern);
/frameworks/base/core/java/android/ddm/
H A DDdmHandleProfiling.java39 private static final boolean DEBUG = false; field in class:DdmHandleProfiling
75 if (DEBUG)
109 if (DEBUG)
149 if (DEBUG) {
167 if (DEBUG) {
203 if (DEBUG) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DGenerationRegistry.java37 private static final boolean DEBUG = false; field in class:GenerationRegistry
81 if (DEBUG) {
123 if (DEBUG) {
137 if (DEBUG) {
153 if (DEBUG) {
168 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DAuthenticationClient.java64 if (DEBUG) {
128 if (DEBUG) Slog.w(TAG, "client " + getOwnerString() + " is authenticating...");
153 if (DEBUG) Slog.w(TAG, "client " + getOwnerString() + " is no longer authenticating");
164 if (DEBUG) Slog.w(TAG, "onEnrollResult() called for authenticate!");
170 if (DEBUG) Slog.w(TAG, "onRemoved() called for authenticate!");
176 if (DEBUG) Slog.w(TAG, "onEnumerationResult() called for authenticate!");
/frameworks/base/services/core/java/com/android/server/location/
H A DGpsXtraDownloader.java40 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:GpsXtraDownloader
114 if (DEBUG) Log.d(TAG, "Downloading XTRA data from " + url);
130 if (DEBUG) Log.d(TAG, "HTTP error downloading gps XTRA: " + statusCode);
141 if (DEBUG) Log.d(TAG, "XTRA file too large");
148 if (DEBUG) Log.d(TAG, "Error downloading gps XTRA: ", ioe);
H A DComprehensiveCountryDetector.java61 /* package */ static final boolean DEBUG = false; field in class:ComprehensiveCountryDetector
135 if (DEBUG) Slog.d(TAG, "Country detected via LocationBasedCountryDetector");
204 if (DEBUG) {
214 if (DEBUG) Slog.v(TAG, " phonetype=" + phoneType);
317 if (DEBUG) {
330 if (DEBUG) Slog.d(TAG, "run startLocationBasedDetector()");
361 if (DEBUG) {
371 if (DEBUG) {
396 if (DEBUG) {
408 if (DEBUG) {
[all...]
/frameworks/support/v17/leanback/src/android/support/v17/leanback/system/
H A DSettings.java39 static private final boolean DEBUG = false; field in class:Settings
63 if (DEBUG) Log.v(TAG, "generating preferences");
110 if (DEBUG) Log.v(TAG, "generated preference " + PREFER_STATIC_SHADOWS + ": "
132 if (DEBUG) {
140 if (DEBUG) Log.v(TAG, "got package " + packageName);
147 if (DEBUG) Log.v(TAG, "found customization package: " + packageName);
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DQueryController.java33 private static final boolean DEBUG = Log.isLoggable(LOG_TAG, Log.DEBUG); field in class:QueryController
75 if (DEBUG)
146 if (DEBUG)
233 if (DEBUG)
248 if (DEBUG)
264 if (DEBUG)
295 if (DEBUG) {
409 if (DEBUG)
414 if (DEBUG)
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DChildHelper.java38 private static final boolean DEBUG = false; field in class:ChildHelper
108 if (DEBUG) {
148 if (DEBUG) {
169 if (DEBUG) {
194 if (DEBUG) {
240 if (DEBUG) {
285 if (DEBUG) {
302 if (DEBUG) {
332 if (DEBUG && mBucket.get(offset)) {
337 if (DEBUG) {
[all...]
/frameworks/base/core/java/com/android/server/backup/
H A DUsageStatsBackupHelper.java20 static final boolean DEBUG = false; field in class:UsageStatsBackupHelper
44 if (DEBUG) Log.e(TAG, "Failed to backup Usage Stats", ioe);
65 if (DEBUG) Log.e(TAG, "Failed to restore Usage Stats", ioe);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteService.java43 private static final boolean DEBUG = false; field in class:TvRemoteService
72 if (DEBUG) Slog.d(TAG, "onStart()");
83 if (DEBUG) Slog.d(TAG, "PHASE_THIRD_PARTY_APPS_CAN_START");
97 if (DEBUG) {
105 if (DEBUG) Slog.d(TAG, "RemoteBridge already exists");
125 if (DEBUG) {
140 if (DEBUG) {
265 if (DEBUG) {
281 if (DEBUG) Slog.d(TAG, "closeInputBridge(), token: " + token);
292 if (DEBUG) Slo
[all...]

Completed in 569 milliseconds

1234567891011>>