Searched refs:DEBUG (Results 176 - 200 of 471) sorted by last modified time

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DBaseStatusBar.java113 public static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:BaseStatusBar
281 if (DEBUG) {
410 if (DEBUG) Log.d(TAG, "onListenerConnected");
426 if (DEBUG) Log.d(TAG, "onNotificationPosted: " + sbn);
439 if (DEBUG) {
463 if (DEBUG) Log.d(TAG, "onNotificationRemoved: " + sbn);
474 if (DEBUG) Log.d(TAG, "onRankingUpdate");
591 if (DEBUG) {
683 if (DEBUG
[all...]
H A DGestureRecorder.java37 public static final boolean DEBUG = true; // for now field in class:GestureRecorder
239 if (DEBUG) {
H A DSignalClusterView.java44 static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:SignalClusterView
83 if (DEBUG) Log.d(TAG, "NetworkController=" + nc);
88 if (DEBUG) Log.d(TAG, "SecurityController=" + sc);
265 if (DEBUG) Log.d(TAG, String.format("vpn: %s", mVpnVisible ? "VISIBLE" : "GONE"));
274 if (DEBUG) Log.d(TAG,
358 if (DEBUG) Log.d(TAG, String.format("mobile: %s sig=%d typ=%d",
H A DSystemBars.java38 private static final boolean DEBUG = false; field in class:SystemBars
49 if (DEBUG) Log.d(TAG, "start");
50 mServiceMonitor = new ServiceMonitor(TAG, DEBUG,
57 if (DEBUG) Log.d(TAG, "onNoService");
63 if (DEBUG) Log.d(TAG, "onServiceStartAttempt mStatusBar="+mStatusBar);
88 if (DEBUG) Log.d(TAG, "createStatusBarFromConfig");
107 if (DEBUG) Log.d(TAG, "started " + mStatusBar.getClass().getSimpleName());
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DBarTransitions.java37 private static final boolean DEBUG = false; field in class:BarTransitions
85 if (DEBUG) Log.d(mTag, String.format("%s -> %s animate=%s",
97 if (DEBUG) Log.d(mTag, String.format("applyModeBackground oldMode=%s newMode=%s animate=%s",
H A DDozeParameters.java34 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:DozeParameters
172 if (DEBUG) Log.d(TAG, "Parsed spec [" + spec + "] as: " + rt);
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");
H A DIconMerger.java28 private static final boolean DEBUG = false; field in class:IconMerger
39 if (DEBUG) {
H A DNavigationBarView.java60 final static boolean DEBUG = false; field in class:NavigationBarView
305 if (DEBUG) {
458 if (DEBUG) {
484 if (DEBUG) Log.d(TAG, String.format(
575 if (DEBUG) Log.d(TAG, String.format(
585 if (DEBUG) Log.d(TAG, "onInterceptTouchEvent: " + ev.toString());
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) {
H A DNotificationPanelView.java61 private static final boolean DEBUG = false; field in class:NotificationPanelView
182 setWillNotDraw(!DEBUG);
1139 if (DEBUG) {
1366 if (DEBUG) {
1961 if (DEBUG) {
H A DPanelBar.java29 public static final boolean DEBUG = false; field in class:PanelBar
32 if (!DEBUG) return;
49 if (DEBUG) LOG("go state: %d -> %d", mState, state);
118 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel,
138 if (DEBUG) LOG("startOpeningPanel: " + panel);
157 if (DEBUG) LOG("panelExpansionChanged: start state=%d panel=%s", mState, panel.getName());
171 if (DEBUG) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac);
186 if (DEBUG) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState,
203 if (DEBUG) LOG("collapseAllPanels: animate=%s waiting=%s", animate, waiting);
213 if (DEBUG) LO
[all...]
H A DPanelView.java46 public static final boolean DEBUG = PanelBar.DEBUG; field in class:PanelView
143 if (DEBUG) logf("peek to height=%.1f", mPeekHeight);
610 if (DEBUG) logf("setExpandedHeight(%.1f)", height);
719 if (DEBUG) logf("collapse: " + this);
749 if (DEBUG) logf("expand: " + this);
754 } else if (DEBUG) {
755 if (DEBUG) logf("skipping expansion: is expanded");
H A DPhoneStatusBar.java190 public static final boolean DEBUG = BaseStatusBar.DEBUG; field in class:PhoneStatusBar
200 public static final boolean CHATTY = DEBUG;
684 if (DEBUG) Log.v(TAG, "hasNavigationBar=" + showNav);
854 if (DEBUG) Log.v(TAG, "carrierlabel=" + mCarrierLabel + " show=" + mShowCarrierInPanel);
1193 if (DEBUG) Log.v(TAG, "addNavigationBar: about to add " + mNavigationBarView);
1312 if (DEBUG) Log.d(TAG, "addNotification key=" + notification.getKey());
1314 if (DEBUG) Log.d(TAG, "launching notification in heads up mode");
1337 if (DEBUG) Log.d(TAG, "Notification has fullScreenIntent; sending fullScreenIntent");
1608 if (DEBUG) {
[all...]
H A DPhoneStatusBarPolicy.java47 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:PhoneStatusBarPolicy
282 if (DEBUG) Log.v(TAG, "updateTTY: enabled: " + enabled);
286 if (DEBUG) Log.v(TAG, "updateTTY: set TTY on");
292 if (DEBUG) Log.v(TAG, "updateTTY: set TTY off");
306 if (DEBUG) Log.v(TAG, "updateCast: isCasting: " + isCasting);
H A DPhoneStatusBarView.java32 private static final boolean DEBUG = PhoneStatusBar.DEBUG; field in class:PhoneStatusBarView
H A DQSTileHost.java67 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:QSTileHost
224 if (DEBUG) Log.d(TAG, "Recreating tiles");
228 if (DEBUG) Log.d(TAG, "Destroying tile: " + tile.getKey());
237 if (DEBUG) Log.d(TAG, "Creating tile: " + tileSpec);
275 if (DEBUG) Log.d(TAG, "Loaded tile specs from config: " + tileList);
277 if (DEBUG) Log.d(TAG, "Loaded tile specs from setting: " + tileList);
H A DSecureCameraLaunchManager.java60 private static final boolean DEBUG = false; field in class:SecureCameraLaunchManager
96 if (DEBUG) Log.d(TAG, "onCameraUnavailble(" + cameraId + ")");
102 if (DEBUG) Log.d(TAG, "onCameraAvailable(" + cameraId + ")");
172 if (DEBUG) Log.d(TAG, "onSwipingStarted");
191 if (DEBUG) Log.d(TAG, "startSecureCameraLunch");
233 if (DEBUG) Log.d(TAG, "No targets found for secure camera intent");
249 if (DEBUG) Log.d(TAG, "Secure camera intent would launch resolver");
255 if (DEBUG) Log.d(TAG, "No meta-data found for secure camera application");
264 if (DEBUG) Log.d(TAG, "Target will wait for camera: " + willWaitForCameraAvailability);
H A DStatusBarWindowView.java46 public static final boolean DEBUG = BaseStatusBar.DEBUG; field in class:StatusBarWindowView
116 setWillNotDraw(!DEBUG);
231 if (DEBUG) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DAccessPointControllerImpl.java50 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:AccessPointControllerImpl
97 if (DEBUG) Log.d(TAG, "addCallback " + callback);
105 if (DEBUG) Log.d(TAG, "removeCallback " + callback);
113 if (DEBUG) Log.d(TAG, "scan!");
121 if (DEBUG) Log.d(TAG, "connect networkId=" + ap.networkId);
176 if (DEBUG) Log.d(TAG, "connectedNetworkId: " + connectedNetworkId);
179 if (DEBUG) Log.d(TAG, "scanResults: " + scanResults);
223 if (DEBUG) Log.d(TAG, "connect success");
228 if (DEBUG) Lo
[all...]
H A DBatteryController.java33 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:BatteryController
106 if (DEBUG) Log.d(TAG, "Power save is " + (mPowerSave ? "on" : "off"));
H A DBluetoothControllerImpl.java61 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:BluetoothControllerImpl
236 if (DEBUG) Log.d(TAG, action + " " + deviceToString(device));
266 if (DEBUG) Log.d(TAG, action + " " + profileToString(profile) + " "
341 if (DEBUG) Log.d(TAG, "updateConnectionState " + BluetoothUtil.deviceToString(device)
451 if (DEBUG) Log.d(TAG, "Unknown action " + action);
458 if (DEBUG) Log.d(TAG, "Disconnected from " + BluetoothUtil.profileToString(profile));
467 if (DEBUG) Log.d(TAG, "Connected to " + BluetoothUtil.profileToString(profile));
497 if (DEBUG) Log.d(TAG, "ACTION_STATE_CHANGED " + mEnabled);
503 if (DEBUG) Lo
[all...]
H A DCastControllerImpl.java47 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:CastControllerImpl
68 if (DEBUG) Log.d(TAG, "new CastController()");
106 if (DEBUG) Log.d(TAG, "setDiscovering: " + request);
169 if (DEBUG) Log.d(TAG, "startCasting: " + routeToString(route));
176 if (DEBUG) Log.d(TAG, "stopCasting isProjection=" + isProjection);
203 if (DEBUG) Log.d(TAG, "setProjection: " + oldProjection + " -> " + mProjection);
276 if (DEBUG) Log.d(TAG, "onRouteAdded: " + routeToString(route));
281 if (DEBUG) Log.d(TAG, "onRouteChanged: " + routeToString(route));
286 if (DEBUG) Lo
[all...]
H A DDeadZone.java34 public static final boolean DEBUG = false; field in class:DeadZone
77 if (DEBUG)
108 if (DEBUG) {
116 if (DEBUG) {
136 if (DEBUG)
158 final float frac = DEBUG ? (mFlashFrac - 0.5f) + 0.5f : mFlashFrac;
161 if (DEBUG && size > mSizeMin)
H A DFlashlightController.java45 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:FlashlightController
350 if (DEBUG) Log.d(TAG, "onCameraAvailable(" + cameraId + ")");
358 if (DEBUG) Log.d(TAG, "onCameraUnavailable(" + cameraId + ")");
371 if (DEBUG) Log.d(TAG, "dispatchAvailabilityChanged(" + available + ")");

Completed in 188 milliseconds

1234567891011>>