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

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java52 protected static final boolean DEBUG = false; field in class:ExpandHelper
227 if (DEBUG) Log.d(TAG, "isinside (" + x + ", " + y + ")");
230 if (DEBUG) Log.d(TAG, "isinside null subject");
238 if (DEBUG) Log.d(TAG, " to global (" + x + ", " + y + ")");
244 if (DEBUG) Log.d(TAG, " to local (" + x + ", " + y + ")");
245 if (DEBUG) Log.d(TAG, " inside (" + v.getWidth() + ", " + v.getHeight() + ")");
307 if (DEBUG) Log.v(TAG, "got venetian gesture (dy=" + yDiff + "px)");
331 if (DEBUG) Log.d(TAG, "up/cancel");
425 if (DEBUG) Log.v(TAG, "got venetian gesture (dy=" + yDiff + "px)");
480 if (DEBUG) Lo
[all...]
H A DSystemUIApplication.java37 private static final boolean DEBUG = false; field in class:SystemUIApplication
75 if (DEBUG) Log.v(TAG, "BOOT_COMPLETED received");
105 if (DEBUG) Log.v(TAG, "BOOT_COMPLETED was already sent");
113 if (DEBUG) Log.d(TAG, "loading: " + cl);
123 if (DEBUG) Log.d(TAG, "running: " + mServices[i]);
/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelper.java40 private static final boolean DEBUG = false; field in class:FileBackupHelper
95 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
H A DSharedPreferencesBackupHelper.java71 private static final boolean DEBUG = false; field in class:SharedPreferencesBackupHelper
122 if (DEBUG) Log.d(TAG, "got entity '" + key + "' size=" + data.size());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DIconMerger.java28 private static final boolean DEBUG = false; field in class:IconMerger
39 if (DEBUG) {
H A DDozeScrimController.java37 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:DozeScrimController
108 if (DEBUG) Log.d(TAG, "Cancel pulsing");
221 if (DEBUG) Log.d(TAG, "Pulse in, mDozing=" + mDozing + " mPulseReason="
240 if (DEBUG) Log.d(TAG, "Pulse in finished, mDozing=" + mDozing);
249 if (DEBUG) Log.d(TAG, "Pulse out, mDozing=" + mDozing);
259 if (DEBUG) Log.d(TAG, "Pulse out finished");
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DBarController.java37 private static final boolean DEBUG = false; field in class:BarController
166 if (DEBUG) Slog.d(mTag, "mState: " + StatusBarManager.windowStateToString(state));
176 if (DEBUG) Slog.w(mTag, "Error posting window state", e);
207 if (DEBUG) Slog.d(mTag, "Not showing transient bar, already shown");
210 if (DEBUG) Slog.d(mTag, "Not showing transient bar, already requested");
213 if (DEBUG) Slog.d(mTag, "Not showing transient bar, bar doesn't exist");
216 if (DEBUG) Slog.d(mTag, "Not showing transient bar, bar already visible");
253 if (DEBUG) Slog.d(mTag, "mTransientBarState: " + transientBarStateToString(state));
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerState.java55 private static boolean DEBUG = false; field in class:DisplayPowerState
131 if (DEBUG) {
155 if (DEBUG) {
219 if (DEBUG) {
310 if (DEBUG) {
316 if (DEBUG) {
355 if (DEBUG) {
411 if (DEBUG) {
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountain_v11.java44 private static final boolean DEBUG = false; field in class:Fountain_v11
45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/
H A DRSTest_v11.java44 private static final boolean DEBUG = false; field in class:RSTest_v11
45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchEditText.java28 private static final boolean DEBUG = false; field in class:SearchEditText
51 if (DEBUG) Log.v(TAG, "Keyboard being dismissed");
/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java57 public boolean DEBUG = false; field in class:SubtitleTrack
141 if (DEBUG) Log.v(TAG, "Removing " + cue);
149 if (DEBUG) Log.v(TAG, "Adding " + cue);
204 if (DEBUG) Log.v(TAG, "Clearing " + mActiveCues.size() + " active cues");
214 if (DEBUG) Log.d(TAG, "sched @" + mNextScheduledTimeMs + " after " + mLastTimeMs);
227 if (DEBUG) Log.d(TAG, "onTimedEvent " + timeUs);
242 if (DEBUG) Log.d(TAG, "onSeek " + timeUs);
258 if (DEBUG) Log.d(TAG, "onStop");
332 if (DEBUG) Log.v(TAG, "mVisible=" + mVisible + ", " +
360 if (DEBUG) Lo
397 public boolean DEBUG = false; field in class:SubtitleTrack.CueList
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DValidateNotificationPeople.java54 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:ValidateNotificationPeople
89 if (DEBUG) Slog.d(TAG, "Initializing " + getClass().getSimpleName() + ".");
101 if (DEBUG || mEvictionCount % 100 == 0) {
147 if (DEBUG) Slog.d(TAG, "checking affinity for " + userHandle);
234 if (DEBUG) Slog.d(TAG, "using cached lookupResult");
250 if (DEBUG) Slog.d(TAG, "Pending: future work scheduled for: " + key);
374 if (DEBUG) Slog.d(TAG, "contact _ID is: " + id);
387 if (DEBUG) Slog.d(TAG, "contact STARRED is: " + isStarred);
389 if (DEBUG) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHal.java36 private final static boolean DEBUG = false; field in class:TvInputHal
134 if (DEBUG) {
165 if (DEBUG) {
176 if (DEBUG) {
187 if (DEBUG) {
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseFragmentPagerAdapter.java49 private static final boolean DEBUG = false; field in class:BaseFragmentPagerAdapter
84 if (DEBUG) Log.v(TAG, "Attaching item #" + position + ": f=" + fragment);
89 if (DEBUG) Log.e(TAG, "NPE workaround for getItem(). See b/7103023");
92 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
108 if (DEBUG) Log.v(TAG, "Detaching item #" + position + ": f=" + object
/frameworks/base/core/java/android/webkit/
H A DWebViewFactory.java70 private static final boolean DEBUG = false; field in class:WebViewFactory
126 if (DEBUG) Log.v(LOGTAG, "Loaded provider: " + sProviderInstance);
191 if (DEBUG) {
222 if (DEBUG) Log.v(LOGTAG, "creating relro files");
228 if (DEBUG) Log.v(LOGTAG, "Create 32 bit relro");
233 if (DEBUG) Log.v(LOGTAG, "Create 64 bit relro");
246 if (DEBUG) Log.d(LOGTAG, "Checking file size of " + path);
257 if (DEBUG) {
366 if (result && DEBUG) Log.v(LOGTAG, "created relro file");
404 } else if (DEBUG) {
[all...]
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java61 private static final boolean DEBUG = false; field in class:LocalTransport
155 if (DEBUG) Log.v(TAG, "wiping all data");
162 if (DEBUG) {
191 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize
205 if (DEBUG) {
253 if (DEBUG) Log.v(TAG, "clearBackupData() pkg=" + packageInfo.packageName);
278 if (DEBUG) Log.v(TAG, "finishBackup() of " + mFullTargetPackage);
294 if (DEBUG) {
321 if (DEBUG) {
381 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/util/
H A DArraySet.java49 private static final boolean DEBUG = false; field in class:ArraySet
165 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
179 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
201 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
215 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
360 if (DEBUG) Log.d(TAG, "add: grow from " + mHashes.length + " to " + n);
367 if (DEBUG) Log.d(TAG, "add: copy 0-" + mSize + " to 0");
376 if (DEBUG) Log.d(TAG, "add: move " + index + "-" + (mSize-index)
433 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
445 if (DEBUG) Lo
[all...]
/frameworks/support/v4/java/android/support/v4/util/
H A DSimpleArrayMap.java32 private static final boolean DEBUG = false; field in class:SimpleArrayMap
147 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
161 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
183 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
197 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
395 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
402 if (DEBUG) Log.d(TAG, "put: copy 0-" + mSize + " to 0");
411 if (DEBUG) Log.d(TAG, "put: move " + index + "-" + (mSize-index)
468 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
480 if (DEBUG) Lo
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouteProviderService.java58 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:MediaRouteProviderService
144 if (DEBUG) {
164 if (DEBUG) {
178 if (DEBUG) {
190 if (DEBUG) {
206 if (DEBUG) {
225 if (DEBUG) {
244 if (DEBUG) {
263 if (DEBUG) {
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DRuntimeInit.java45 private final static boolean DEBUG = false; field in class:RuntimeInit
106 if (DEBUG) Slog.d(TAG, "Entered RuntimeInit!");
237 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application");
240 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting tool");
251 if (DEBUG) Slog.d(TAG, "Leaving RuntimeInit!");
269 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from zygote");
292 if (DEBUG) Slog.d(TAG, "RuntimeInit: Starting application from wrapper");
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPinView.java47 private static final boolean DEBUG = KeyguardConstants.DEBUG_SIM_STATES; field in class:KeyguardSimPinView
60 if (DEBUG) Log.v(TAG, "onSimStateChanged(subId=" + subId + ",state=" + simState + ")");
75 if (DEBUG) Log.v(TAG, "Resetting state");
110 if (DEBUG) Log.d(LOG_TAG, "getPinPasswordErrorMessage:"
180 if (DEBUG) {
185 if (DEBUG) {
276 if (DEBUG) Log.d(LOG_TAG, "verifyPasswordAndUnlock "
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsTaskLoadPlan.java45 static boolean DEBUG = false; field in class:RecentsTaskLoadPlan
82 if (DEBUG) Log.d(TAG, "preloadRawTasks, tasks: " + mRawTasks.size());
91 if (DEBUG) Log.d(TAG, "preloadPlan");
145 if (DEBUG) Log.d(TAG, "\tthumbnail: " + taskKey + ", " + task.thumbnail);
162 if (DEBUG) Log.d(TAG, "executePlan, # tasks: " + opts.numVisibleTasks +
198 if (DEBUG) Log.d(TAG, "\tLoading icon: " + taskKey);
205 if (DEBUG) Log.d(TAG, "\tLoading thumbnail: " + taskKey);
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DBatteryController.java110 if (DEBUG) {
183 if (DEBUG) {
192 if (DEBUG) {
199 if (DEBUG) {
208 if (DEBUG) {
217 if (DEBUG) {
230 if (DEBUG) {
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java106 if (Log.isLoggable(TAG, Log.DEBUG)) {
156 if (Log.isLoggable(TAG, Log.DEBUG)) {
207 if (Log.isLoggable(TAG, Log.DEBUG)) {
218 if (Log.isLoggable(TAG, Log.DEBUG)) {
226 if (Log.isLoggable(TAG, Log.DEBUG)) {
241 if (Log.isLoggable(TAG, Log.DEBUG)) {
252 if (Log.isLoggable(TAG, Log.DEBUG)) {

Completed in 1408 milliseconds

1234567891011>>