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

1234567891011>>

/frameworks/base/services/core/java/com/android/server/location/
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/base/services/core/java/com/android/server/media/
H A DMediaResourceMonitorService.java36 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:MediaResourceMonitorService
56 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleConditionProvider.java47 static final boolean DEBUG = true || Log.isLoggable("ConditionProviders", Log.DEBUG); field in class:ScheduleConditionProvider
66 if (DEBUG) Slog.d(TAG, "new " + SIMPLE_NAME + "()");
98 if (DEBUG) Slog.d(TAG, "onConnected");
110 if (DEBUG) Slog.d(TAG, "onDestroy");
116 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
127 if (DEBUG) Slog.d(TAG, "onUnsubscribe " + conditionId);
183 if (DEBUG) Slog.d(TAG, String.format("Scheduling evaluate for %s, in %s, now=%s",
187 if (DEBUG) Slog.d(TAG, "Not scheduling evaluate");
212 if (DEBUG) Slo
[all...]
H A DZenModeConditions.java35 private static final boolean DEBUG = ZenModeHelper.DEBUG; field in class:ZenModeConditions
66 if (DEBUG) Log.d(TAG, "evaluateConfig: clearing manual rule");
101 if (DEBUG) Log.d(TAG, "onServiceAdded " + component);
107 if (DEBUG) Log.d(TAG, "onConditionChanged " + id + " " + condition);
133 if (DEBUG) Log.d(TAG, "Ensure external rule exists: " + (cp != null) + " for " + id);
150 if (DEBUG) Log.d(TAG, "zmc failed to subscribe");
155 if (rule.condition != null && DEBUG) Log.d(TAG, "Found existing condition for: "
175 if (DEBUG) Log.d(TAG, "Snoozing reset for " + rule.conditionId);
/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...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DDelegateManager.java109 if (Debug.DEBUG) {
136 if (Debug.DEBUG) {
154 if (Debug.DEBUG) {
/frameworks/support/v4/tests/java/android/support/v4/widget/
H A DScrollerCompatTestBase.java42 private static final boolean DEBUG = false; field in class:ScrollerCompatTestBase
67 if (DEBUG) {
83 if (DEBUG) {
/frameworks/support/v7/recyclerview/src/android/support/v7/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/volley/src/main/java/com/android/volley/
H A DCacheDispatcher.java34 private static final boolean DEBUG = VolleyLog.DEBUG; field in class:CacheDispatcher
80 if (DEBUG) VolleyLog.v("start new dispatcher");
/frameworks/base/core/java/android/webkit/
H A DConsoleMessage.java34 DEBUG enum constant in enum:ConsoleMessage.MessageLevel
/frameworks/base/core/java/com/android/internal/os/
H A DTransferPipe.java37 static final boolean DEBUG = false; field in class:TransferPipe
133 if (DEBUG) Slog.i(TAG, "read=" + getReadFd() + " write=" + getWriteFd()
144 if (DEBUG) Slog.i(TAG, "TIMEOUT!");
155 if (DEBUG) Slog.i(TAG, "Finished: " + mFailure);
167 if (DEBUG) Slog.i(TAG, "Closing: " + mFds[num]);
199 if (DEBUG) Slog.i(TAG, "Ready to read pipe...");
209 if (DEBUG) Slog.i(TAG, "Got " + size + " bytes");
237 if (DEBUG) Slog.i(TAG, "End of pipe: size=" + size);
239 if (DEBUG) Slog.i(TAG, "Interrupted!");
H A DWifiPowerCalculator.java26 private static final boolean DEBUG = BatteryStatsHelper.DEBUG; field in class:WifiPowerCalculator
68 if (DEBUG && app.wifiPowerMah != 0) {
95 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/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNoisyVelocityTracker.java35 private static final boolean DEBUG = false; field in class:NoisyVelocityTracker
67 if (NoisyVelocityTracker.DEBUG) {
82 if (NoisyVelocityTracker.DEBUG) {
112 if (NoisyVelocityTracker.DEBUG) {
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/
H A DWallpaperBackupAgent.java43 private static final boolean DEBUG = false; field in class:WallpaperBackupAgent
64 if (DEBUG) {
92 if (DEBUG) {
105 if (DEBUG) {
112 if (DEBUG) {
124 if (DEBUG) {
134 if (DEBUG) {
142 if (DEBUG) {
154 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/am/
H A DNativeCrashListener.java45 static final boolean DEBUG = false; field in class:NativeCrashListener
46 static final boolean MORE_DEBUG = DEBUG && false;
85 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()");
87 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned");
106 if (DEBUG) Slog.i(TAG, "Starting up");
186 if (DEBUG) {
218 if (DEBUG) {
231 if (DEBUG) {
257 if (DEBUG) Slog.v(TAG, "processing");
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerDebugConfig.java37 static final boolean DEBUG = false; field in class:WindowManagerDebugConfig
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DLog_Delegate.java27 case Log.DEBUG:
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentPagerAdapter.java67 private static final boolean DEBUG = false; field in class:FragmentPagerAdapter
102 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
106 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
123 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentPagerAdapter.java63 private static final boolean DEBUG = false; field in class:FragmentPagerAdapter
98 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
102 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
119 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
/frameworks/base/core/java/com/android/internal/backup/
H A DLocalTransport.java56 private static final boolean DEBUG = false; field in class:LocalTransport
152 if (DEBUG) Log.v(TAG, "wiping all data");
160 if (DEBUG) {
189 if (DEBUG) Log.v(TAG, "Got change set key=" + key + " size=" + dataSize
203 if (DEBUG) {
251 if (DEBUG) Log.v(TAG, "clearBackupData() pkg=" + packageInfo.packageName);
276 if (DEBUG) Log.v(TAG, "finishBackup() of " + mFullTargetPackage);
294 if (DEBUG) {
325 if (DEBUG) {
339 if (DEBUG) {
[all...]
/frameworks/base/core/java/android/app/
H A DActivityView.java61 private static final boolean DEBUG = false; field in class:ActivityView
173 if (DEBUG) Log.v(TAG, "ctor()");
186 if (DEBUG) Log.v(TAG, "visibility changed; enqueing runnable");
214 if (DEBUG) Log.v(TAG, "onAttachedToWindow(): mActivityContainer=" + mActivityContainer +
220 if (DEBUG) Log.v(TAG, "onDetachedFromWindow(): mActivityContainer=" + mActivityContainer +
235 if (DEBUG) Log.v(TAG, "startActivity(): intent=" + intent + " " +
249 if (DEBUG) Log.v(TAG, "startActivityIntentSender(): intentSender=" + intentSender + " " +
264 if (DEBUG) Log.v(TAG, "startActivityPendingIntent(): PendingIntent=" + pendingIntent + " "
273 if (DEBUG) Log.v(TAG, "release() mActivityContainer=" + mActivityContainer +
369 if (DEBUG) Lo
[all...]
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java54 private static final boolean DEBUG = false; field in class:TrustAgentWrapper
130 if (DEBUG) {
149 if (DEBUG) Slog.v(TAG, "Trust timed out : " + mName.flattenToShortString());
172 if (DEBUG) Log.v(TAG, "Re-enabling agent because it acknowledged "
178 if (DEBUG) Log.w(TAG, "Ignoring MSG_SET_TRUST_AGENT_FEATURES_COMPLETED "
199 if (DEBUG) Slog.v(TAG, "enableTrust(" + userMessage + ", durationMs = " + durationMs
210 if (DEBUG) Slog.v(TAG, "revokeTrust()");
216 if (DEBUG) Slog.v(TAG, "managingTrust()");
222 if (DEBUG) Slog.v(TAG, "onSetTrustAgentFeaturesEnabledCompleted(result=" + result);
231 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/preference/
H A DGenericInflater.java46 private final boolean DEBUG = false; field in class:GenericInflater
261 if (DEBUG) System.out.println("INFLATING from resource: " + resource);
311 if (DEBUG) {
323 if (DEBUG) {
328 if (DEBUG) {
423 if (DEBUG) System.out.println("******** Creating item: " + name);
436 if (DEBUG) System.out.println("Created item is: " + item);
478 if (DEBUG) {
485 if (DEBUG) {
492 if (DEBUG) {
[all...]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DGenericInflater.java46 private static final boolean DEBUG = false; field in class:GenericInflater
261 if (DEBUG) Log.v(TAG, "INFLATING from resource: " + resource);
309 if (DEBUG) {
320 if (DEBUG) Log.v(TAG, "-----> start inflating children");
323 if (DEBUG) Log.v(TAG, "-----> done inflating children");
410 if (DEBUG) Log.v(TAG, "******** Creating item: " + name);
423 if (DEBUG) Log.v(TAG, "Created item is: " + item);
458 if (DEBUG) Log.v(TAG, "Now inflating tag: " + parser.getName());
463 if (DEBUG) Log.v(TAG, "Creating params from parent: " + node);
468 if (DEBUG) Lo
[all...]

Completed in 1624 milliseconds

1234567891011>>