Searched refs:DEBUG (Results 151 - 175 of 190) sorted by relevance

12345678

/frameworks/base/core/java/com/android/internal/os/
H A DHandlerCaller.java26 private static final boolean DEBUG = false; field in class:HandlerCaller
H A DBatteryStatsImpl.java78 private static final boolean DEBUG = false; field in class:BatteryStatsImpl
577 if (DEBUG && mType < 0) {
584 if (DEBUG && mType < 0) {
592 if (DEBUG && mType < 0) {
598 if (DEBUG && mType < 0) {
893 if (DEBUG && mType < 0) {
898 if (DEBUG && mType < 0) {
924 if (DEBUG && mType < 0) {
956 if (DEBUG && mType < 0) {
1991 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/com/google/android/mms/util/
H A DPduCache.java31 private static final boolean DEBUG = false; field in class:PduCache
/frameworks/base/tests/DumpRenderTree/assets/
H A Drun_reliability_tests.py110 log_level = logging.DEBUG
H A Drun_layout_tests.py149 log_level = logging.DEBUG
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java53 private static final boolean DEBUG = false; field in class:AccessibilityNodeInfo
1084 if (DEBUG) {
/frameworks/base/core/java/android/widget/
H A DListPopupWindow.java47 private static final boolean DEBUG = false; field in class:ListPopupWindow
852 if (DEBUG) Log.v(TAG, "Key down: code=" + keyCode + " list consumed=" + consumed);
H A DGridLayout.java208 static final boolean DEBUG = false; field in class:GridLayout
248 if (DEBUG) {
771 if (DEBUG) {
/frameworks/base/services/java/com/android/server/
H A DIntentResolver.java46 final private static boolean DEBUG = false; field in class:IntentResolver
47 final private static boolean localLOGV = DEBUG || false;
H A DDeviceStorageMonitorService.java60 private static final boolean DEBUG = false; field in class:DeviceStorageMonitorService
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteQueryBuilder.java351 if (Log.isLoggable(TAG, Log.DEBUG)) {
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodWrapper.java55 private static final boolean DEBUG = false; field in class:IInputMethodWrapper
/frameworks/base/core/java/android/net/
H A DProxy.java60 private static final boolean DEBUG = false; field in class:Proxy
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/
H A DBackupRestoreConfirmation.java51 static final boolean DEBUG = true; field in class:BackupRestoreConfirmation
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java34 private static final boolean DEBUG = false; field in class:SwipeHelper
36 private static final boolean SLOW_ANIMATIONS = false; // DEBUG;
/frameworks/base/voip/java/com/android/server/sip/
H A DSipWakeupTimer.java50 private static final boolean DEBUG_TIMER = SipService.DEBUG && false;
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java1909 if (Log.isLoggable(TAG, Log.DEBUG)) {
1913 if (Log.isLoggable(TAG, Log.DEBUG)) {
1927 if (Log.isLoggable(TAG, Log.DEBUG)) {
1932 if (Log.isLoggable(TAG, Log.DEBUG)) {
1943 if (Log.isLoggable(TAG, Log.DEBUG)) {
H A DMediaArtistNativeHelper.java3074 if (Log.isLoggable(TAG, Log.DEBUG)) {
3928 if (Log.isLoggable(TAG, Log.DEBUG)) {
3932 if (Log.isLoggable(TAG, Log.DEBUG)) {
3941 if (Log.isLoggable(TAG, Log.DEBUG)) {
H A DMediaImageItem.java941 if (Log.isLoggable(TAG, Log.DEBUG)) {
/frameworks/base/core/java/android/app/
H A DContextImpl.java140 private final static boolean DEBUG = false; field in class:ContextImpl
1323 if (DEBUG) {
1498 if (DEBUG) {
1562 if (DEBUG) {
H A DWallpaperManager.java57 private static boolean DEBUG = false; field in class:WallpaperManager
/frameworks/base/core/java/android/text/
H A DTextLine.java48 private static final boolean DEBUG = false; field in class:TextLine
88 if (DEBUG) {
/frameworks/base/core/java/android/provider/
H A DTelephony.java47 private static final boolean DEBUG = true; field in class:Telephony
1270 //if (DEBUG) Log.v(TAG, "getOrCreateThreadId uri: " + uri);
/frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
H A Dh264bsd_conceal.c139 DEBUG(("Concealing %s slice\n", IS_I_SLICE(sliceType) ?
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentActivity.java258 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "onCreateView: id=0x"

Completed in 5535 milliseconds

12345678