Searched refs:DEBUG (Results 226 - 250 of 309) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java61 final static boolean DEBUG = false; field in class:NavigationBarView
325 if (DEBUG) {
520 if (DEBUG) {
535 if (DEBUG) Log.d(TAG, String.format(
552 if (DEBUG) Log.d(TAG, String.format(
562 if (DEBUG) Log.d(TAG, "onInterceptTouchEvent: " + ev.toString());
/frameworks/base/services/java/com/android/server/display/
H A DVirtualDisplayAdapter.java39 static final boolean DEBUG = false; field in class:VirtualDisplayAdapter
H A DOverlayDisplayWindow.java49 private static final boolean DEBUG = false; field in class:OverlayDisplayWindow
245 if (DEBUG) {
H A DDisplayManagerService.java98 private static final boolean DEBUG = false; field in class:DisplayManagerService
226 if (DEBUG) {
1028 if (DEBUG) {
1121 if (DEBUG) {
1315 if (DEBUG) {
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java32 private static final boolean DEBUG = false; field in class:EncodedStringValue
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java86 private static final boolean DEBUG = false; field in class:ViewPager
936 if (DEBUG) Log.i(TAG, "populate is pending, skipping for now...");
1003 if (DEBUG) {
1037 if (DEBUG) {
1059 if (DEBUG) {
1444 if (DEBUG) Log.v(TAG, "Measuring #" + i + " " + child
1586 if (DEBUG) Log.v(TAG, "Positioning #" + i + " " + child + " f=" + ii.object
1792 if (DEBUG) Log.v(TAG, "Intercept done!");
1807 if (DEBUG) Log.v(TAG, "Intercept returning true!");
1811 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/app/
H A DUiAutomation.java72 private static final boolean DEBUG = false; field in class:UiAutomation
378 if (DEBUG) {
H A DSharedPreferencesImpl.java54 private static final boolean DEBUG = false; field in class:SharedPreferencesImpl
164 if (DEBUG) Log.d(TAG, "disk write in flight, not unexpected.");
/frameworks/base/media/java/android/media/
H A DSoundPool.java444 private final static boolean DEBUG = false; field in class:SoundPool.SoundPoolImpl
585 if (DEBUG) Log.d(TAG, "Sample " + msg.arg1 + " loaded");
H A DRemoteControlClient.java69 private final static boolean DEBUG = false; field in class:RemoteControlClient
657 if (DEBUG) { Log.d(TAG, "onPositionDriftCheck()"); }
663 if (DEBUG) { Log.d(TAG, " no valid position or 0 speed, no check needed"); }
672 if (DEBUG) { Log.w(TAG, " drift detected: actual=" +actPos +" est=" +estPos); }
675 if (DEBUG) { Log.d(TAG, " no drift: actual=" + actPos +" est=" + estPos); }
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyButtonView.java47 private static final boolean DEBUG = false; field in class:KeyButtonView
135 if (DEBUG) Log.d(TAG, "New quiescent alpha = " + mQuiescentAlpha);
H A DNetworkController.java59 static final boolean DEBUG = false; field in class:NetworkController
398 if (DEBUG) {
409 if (DEBUG) {
422 if (DEBUG) {
434 if (DEBUG) {
447 if (DEBUG) {
533 if(DEBUG) Log.d(TAG, "mAlwaysShowCdmaRssi=" + mAlwaysShowCdmaRssi
1037 if (DEBUG) {
1115 if (DEBUG) {
/frameworks/base/services/java/com/android/server/
H A DAppOpsService.java64 static final boolean DEBUG = false; field in class:AppOpsService
67 static final long WRITE_DELAY = DEBUG ? 1000 : 30*60*1000;
573 if (DEBUG) Log.d(TAG, "noteOperation: no op for code " + code + " uid " + uid
586 if (DEBUG) Log.d(TAG, "noteOperation: reject #" + op.mode + " for code "
591 if (DEBUG) Log.d(TAG, "noteOperation: allowing code " + code + " uid " + uid
607 if (DEBUG) Log.d(TAG, "startOperation: no op for code " + code + " uid " + uid
615 if (DEBUG) Log.d(TAG, "startOperation: reject #" + op.mode + " for code "
620 if (DEBUG) Log.d(TAG, "startOperation: allowing code " + code + " uid " + uid
/frameworks/base/services/java/com/android/server/media/
H A DMediaRouterService.java67 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in class:MediaRouterService
370 if (DEBUG) {
388 if (DEBUG) {
433 if (DEBUG) {
448 if (DEBUG) {
457 if (DEBUG) {
463 if (DEBUG) {
/frameworks/base/services/java/com/android/server/usb/
H A DUsbSettingsManager.java68 private static final boolean DEBUG = false; field in class:UsbSettingsManager
382 if (DEBUG) Slog.v(TAG, "Creating settings for " + user);
469 if (DEBUG) Slog.v(TAG, "readSettingsLocked()");
490 if (DEBUG) Slog.d(TAG, "settings file not found");
500 if (DEBUG) Slog.v(TAG, "writeSettingsLocked()");
633 if (DEBUG) Slog.d(TAG, "usbDeviceRemoved, sending " + intent);
935 if (DEBUG) Slog.d(TAG, "requestPermission PendingIntent was cancelled");
955 if (DEBUG) Slog.d(TAG, "requestPermission PendingIntent was cancelled");
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFilterGraph.java48 private final static boolean DEBUG = false; field in class:FilterGraph
517 if (DEBUG) {
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardVerifier.java54 private static final boolean DEBUG = true; field in class:VCardVerifier
268 if (DEBUG) Log.d(LOG_TAG, vcard);
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java99 static final boolean DEBUG = false; field in class:InputManagerService
287 if (DEBUG) {
319 if (DEBUG) {
326 if (DEBUG) {
1273 if (DEBUG) {
1604 if (DEBUG) {
1636 if (DEBUG) {
/frameworks/base/core/java/android/database/
H A DDatabaseUtils.java52 private static final boolean DEBUG = false; field in class:DatabaseUtils
1060 if (DEBUG) Log.v(TAG, "insert statement is " + mInsertSQL);
1104 if (DEBUG) Log.v(TAG, "--- inserting in table " + mTableName);
1109 if (DEBUG) {
1258 if (DEBUG) Log.v(TAG, "--- doing insert or replace in table " + mTableName);
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java63 private static final boolean DEBUG = false; field in class:SettingsBackupAgent
64 private static final boolean DEBUG_BACKUP = DEBUG || false;
649 if (DEBUG) {
711 if (DEBUG) {
772 if (DEBUG) {
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifOutputStream.java62 private static final boolean DEBUG = false; field in class:ExifOutputStream
213 if (DEBUG) {
289 if (DEBUG) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccSmsInterfaceManager.java96 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
138 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
154 if (Rlog.isLoggable("SMS", Log.DEBUG)) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_storage.c386 DEBUG(("SEQ PARAM SET CHANGING...\n"));
405 DEBUG(("TRYING TO CHANGE SPS IN NON-IDR SLICE\n"));
/frameworks/volley/src/com/android/volley/toolbox/
H A DDiskBasedCache.java253 if (VolleyLog.DEBUG) {
280 if (VolleyLog.DEBUG) {
/frameworks/base/core/java/android/os/
H A DBatteryStats.java445 static final boolean DEBUG = false; field in class:BatteryStats.HistoryItem
592 if (DEBUG) Slog.i(TAG, "WRITE DELTA: firstToken=0x" + Integer.toHexString(firstToken)
597 if (DEBUG) Slog.i(TAG, "WRITE DELTA: int deltaTime=" + (int)deltaTime);
600 if (DEBUG) Slog.i(TAG, "WRITE DELTA: long deltaTime=" + deltaTime);
606 if (DEBUG) Slog.i(TAG, "WRITE DELTA: batteryToken=0x"
614 if (DEBUG) Slog.i(TAG, "WRITE DELTA: stateToken=0x"
640 if (DEBUG) Slog.i(TAG, "READ DELTA: firstToken=0x" + Integer.toHexString(firstToken)
652 if (DEBUG) Slog.i(TAG, "READ DELTA: time delta=" + delta + " new time=" + time);
655 if (DEBUG) Slog.i(TAG, "READ DELTA: time delta=" + delta + " new time=" + time);
664 if (DEBUG) Slo
[all...]

Completed in 1384 milliseconds

1234567891011>>