Searched refs:DEBUG (Results 101 - 125 of 801) sorted by relevance

1234567891011>>

/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/base/core/java/android/os/
H A DGraphicsEnvironment.java34 private static final boolean DEBUG = false; field in class:GraphicsEnvironment
53 if (DEBUG) Log.v(TAG, "ignoring driver package for privileged/non-updated system app");
66 if (DEBUG) {
89 if (DEBUG) Log.v(TAG, "gfx driver package libs: " + paths);
/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.java38 static final boolean DEBUG = false; field in class:TransferPipe
138 if (DEBUG) Slog.i(TAG, "read=" + getReadFd() + " write=" + getWriteFd()
149 if (DEBUG) Slog.i(TAG, "TIMEOUT!");
160 if (DEBUG) Slog.i(TAG, "Finished: " + mFailure);
172 if (DEBUG) Slog.i(TAG, "Closing: " + mFds[num]);
209 if (DEBUG) Slog.i(TAG, "Ready to read pipe...");
219 if (DEBUG) Slog.i(TAG, "Got " + size + " bytes");
247 if (DEBUG) Slog.i(TAG, "End of pipe: size=" + size);
249 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/core/java/com/android/internal/util/
H A DDumpUtils.java34 private static final boolean DEBUG = false; field in class:DumpUtils
68 if (DEBUG) Slog.v(TAG, msg);
126 if (DEBUG) Slog.v(TAG, "Found package " + pkg + " with "
130 if (DEBUG) Slog.v(TAG, "Found package " + pkg + " with "
/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/SettingsLib/src/com/android/settingslib/drawer/
H A DDashboardCategory.java31 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:DashboardCategory
86 if (DEBUG) {
92 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java36 private static boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardDisplayManager
53 if (DEBUG) Slog.v(TAG, "show");
63 if (DEBUG) Slog.v(TAG, "hide");
74 if (DEBUG) Slog.d(TAG, "onRouteSelected: type=" + type + ", info=" + info);
80 if (DEBUG) Slog.d(TAG, "onRouteUnselected: type=" + type + ", info=" + info);
86 if (DEBUG) Slog.d(TAG, "onRoutePresentationDisplayChanged: info=" + info);
109 if (DEBUG) Slog.v(TAG, "Display gone: " + mPresentation.getDisplay());
115 if (DEBUG) Slog.i(TAG, "Keyguard enabled on display: " + presentationDisplay);
/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.java54 private static final boolean DEBUG = false; field in class:WallpaperBackupAgent
88 if (DEBUG) {
100 if (DEBUG) {
142 if (DEBUG) {
152 if (DEBUG) Slog.v(TAG, "New wallpaper configuration; copying");
155 if (DEBUG) Slog.v(TAG, "Storing wallpaper metadata");
160 if (DEBUG) Slog.v(TAG, "New system wallpaper; copying");
163 if (DEBUG) Slog.v(TAG, "Storing system wallpaper image");
171 if (DEBUG) Slog.v(TAG, "New lock wallpaper; copying");
174 if (DEBUG) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DNativeCrashListener.java44 static final boolean DEBUG = false; field in class:NativeCrashListener
45 static final boolean MORE_DEBUG = DEBUG && false;
84 if (DEBUG) Slog.v(TAG, "Calling handleApplicationCrash()");
86 if (DEBUG) Slog.v(TAG, "<-- handleApplicationCrash() returned");
105 if (DEBUG) Slog.i(TAG, "Starting up");
181 if (DEBUG) {
217 if (DEBUG) {
230 if (DEBUG) {
256 if (DEBUG) Slog.v(TAG, "processing");
/frameworks/base/services/core/java/com/android/server/fingerprint/
H A DRemovalClient.java77 if (DEBUG) Slog.w(TAG, "client " + getOwnerString() + " is no longer removing");
112 if (DEBUG) Slog.w(TAG, "onEnrollResult() called for remove!");
118 if (DEBUG) Slog.w(TAG, "onAuthenticated() called for remove!");
124 if (DEBUG) Slog.w(TAG, "onEnumerationResult() called for remove!");
/frameworks/base/services/core/java/com/android/server/notification/
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");
104 if (DEBUG) Log.d(TAG, "onServiceAdded " + component);
110 if (DEBUG) Log.d(TAG, "onConditionChanged " + id + " " + condition);
136 if (DEBUG) Log.d(TAG, "Ensure external rule exists: " + (cp != null) + " for " + id);
156 if (DEBUG) Log.d(TAG, "zmc failed to subscribe");
161 if (rule.condition != null && DEBUG) Log.d(TAG, "Found existing condition for: "
181 if (DEBUG) Log.d(TAG, "Snoozing reset for " + rule.conditionId);
/frameworks/layoutlib/bridge/src/android/util/
H A DLog_Delegate.java27 case Log.DEBUG:
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/
H A DRSoVTest.java27 private static final boolean DEBUG = false; field in class:RSoVTest
/frameworks/support/compat/java/android/support/v4/app/
H A DJobIntentService.java93 static final boolean DEBUG = false; field in class:JobIntentService
180 if (DEBUG) Log.d(TAG, "Starting service for work: " + work);
245 static final boolean DEBUG = false; field in class:JobIntentService.JobServiceEngineImpl
285 if (DEBUG) Log.d(TAG, "onStartJob: " + params);
294 if (DEBUG) Log.d(TAG, "onStartJob: " + params);
341 if (DEBUG) Log.d(TAG, "Enqueueing work: " + work);
374 if (DEBUG) Log.d(TAG, "Stopping self: #" + mStartId);
387 if (DEBUG) Log.d(TAG, "Starting to dequeue work...");
390 if (DEBUG) Log.d(TAG, "Processing next work: " + work);
392 if (DEBUG) Lo
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DFragmentPagerAdapter.java63 private static final boolean DEBUG = false; field in class:FragmentPagerAdapter
99 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
103 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
120 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentPagerAdapter.java67 private static final boolean DEBUG = false; field in class:FragmentPagerAdapter
103 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
107 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
124 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DDeviceDiscoveryService.java73 private static final boolean DEBUG = false; field in class:DeviceDiscoveryService
104 if (DEBUG) {
122 if (DEBUG) Log.i(LOG_TAG, "onBind(" + intent + ")");
130 if (DEBUG) Log.i(LOG_TAG, "onCreate()");
153 } else if (DEBUG) Log.i(LOG_TAG, "startDiscovery: duplicate request: " + request);
206 if (DEBUG) Log.i(LOG_TAG, "reset()");
220 if (DEBUG) Log.i(LOG_TAG, "stopScan()");
241 if (DEBUG) Log.i(LOG_TAG, "Found device " + device);
266 if (DEBUG) Log.i(LOG_TAG, "Lost device " + device.getDisplayName());
281 if (DEBUG) Lo
[all...]
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DRemotePlayer.java45 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:RemotePlayer
81 if (DEBUG) {
107 if (DEBUG) {
118 if (DEBUG) {
126 if (DEBUG) {
168 if (DEBUG) {
206 if (DEBUG) {
232 if (DEBUG) {
259 if (DEBUG) {
[all...]
H A DSessionManager.java38 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:SessionManager
76 if (DEBUG) {
107 if (DEBUG) {
129 if (DEBUG) {
137 if (DEBUG) {
177 if (DEBUG) {
189 if (DEBUG) {
201 if (DEBUG) {
252 if (DEBUG) {
[all...]
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DRemotePlayer.java45 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:RemotePlayer
81 if (DEBUG) {
107 if (DEBUG) {
118 if (DEBUG) {
126 if (DEBUG) {
168 if (DEBUG) {
206 if (DEBUG) {
232 if (DEBUG) {
259 if (DEBUG) {
[all...]
H A DSessionManager.java38 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:SessionManager
76 if (DEBUG) {
107 if (DEBUG) {
129 if (DEBUG) {
137 if (DEBUG) {
177 if (DEBUG) {
189 if (DEBUG) {
201 if (DEBUG) {
252 if (DEBUG) {
[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...]

Completed in 604 milliseconds

1234567891011>>