HomeSort by relevance Sort by last modified time
    Searched defs:DEBUG (Results 426 - 450 of 2984) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/datausage/
AppDataUsageActivity.java 33 private static final boolean DEBUG = false;
51 if (DEBUG) Log.d(TAG, "onCreate() exception", e);
57 if (DEBUG) Log.d(TAG, "Package: " + packageName + " UID: " + uid);
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatterySaverReceiver.java 29 private static final boolean DEBUG = false;
40 if (DEBUG) Log.d(TAG, "Received " + intent.getAction());
  /packages/apps/Settings/src/com/android/settings/wifi/tether/
HotspotOffReceiver.java 19 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG);
33 if (DEBUG) Log.d(TAG, "TetherService.cancelRecheckAlarmIfNecessary called");
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/
SearchFeatureProvider.java 38 boolean DEBUG = false;
  /packages/apps/TV/common/src/com/android/tv/common/
BooleanSystemProperty.java 35 private static final boolean DEBUG = false;
95 if (DEBUG) Log.d(TAG, mKey + "=" + mValue);
  /packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
BaseCustomization.java 38 private static final boolean DEBUG = false;
62 if (DEBUG) {
85 if (DEBUG) {
  /packages/apps/TV/src/com/android/tv/data/
InternalDataUtils.java 37 private static final boolean DEBUG = false;
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgInputWhiteList.java 34 private static final boolean DEBUG = false;
58 if (DEBUG) Log.d(TAG, "isPackageWhiteListed " + packageName);
67 if (DEBUG) Log.d(TAG, "Error parsing package name of " + good, e);
84 if (DEBUG) Log.d(TAG, "getWhiteListedInputs " + result);
  /packages/apps/TV/src/com/android/tv/menu/
ActionCardView.java 30 private static final boolean DEBUG = MenuView.DEBUG;
61 if (DEBUG) {
84 if (DEBUG) {
91 if (DEBUG) {
  /packages/apps/TV/src/com/android/tv/ui/
OnRepeatedKeyInterceptListener.java 29 private static final boolean DEBUG = false;
85 if (DEBUG) Log.d(TAG, "onInterceptKeyEvent: focused view " + mView.findFocus());
98 if (DEBUG) Log.d(TAG, "MSG_MOVE_FOCUS: focused view " + focused);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
TunerRecordingSession.java 30 private static final boolean DEBUG = false;
46 if (DEBUG) {
55 if (DEBUG) {
64 if (DEBUG) {
73 if (DEBUG) {
82 if (DEBUG) {
90 if (DEBUG) {
  /packages/apps/TV/tuner/src/com/android/tv/tuner/util/
TunerInputInfoUtils.java 38 private static final boolean DEBUG = false;
85 if (DEBUG) Log.d(TAG, "updateTunerInputInfo()");
95 if (DEBUG) {
104 if (DEBUG) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
AlphabetShiftState.java 23 private static final boolean DEBUG = false;
60 if (DEBUG)
78 if (DEBUG)
86 if (DEBUG)
ModifierKeyState.java 23 protected static final boolean DEBUG = false;
39 if (DEBUG)
46 if (DEBUG)
54 if (DEBUG)
SmoothingUtils.java 33 private static final boolean DEBUG = false;
71 if (DEBUG) {
88 if (DEBUG) {
93 if (DEBUG) {
98 if (DEBUG) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/network/
BlockingHttpClient.java 35 private static final boolean DEBUG = false;
66 if (DEBUG) {
71 if (DEBUG) {
89 if (DEBUG) {
  /packages/providers/TvProvider/src/com/android/providers/tv/
EpgDataCleanupService.java 35 private static final boolean DEBUG = true;
47 if (DEBUG) {
84 if (DEBUG && deleteCount > 0) {
102 if (DEBUG && deleteCount > 0) {
146 if (DEBUG && deleteCount > 0) {
PackageRemovedReceiver.java 37 private static final boolean DEBUG = false;
73 if (DEBUG) {
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoDreamSettingsReceiver.java 31 private static final boolean DEBUG = false;
63 if (DEBUG) Log.d(TAG, "receive: " + albumId + " is " + shown);
  /packages/services/BuiltInPrintService/src/com/android/bips/discovery/
DelayedDiscovery.java 34 private static final boolean DEBUG = false;
65 if (DEBUG) Log.d(TAG, "Delay complete for " + pending);
MultiDiscovery.java 31 private static final boolean DEBUG = false;
76 if (DEBUG) Log.d(TAG, "onStart()");
93 if (DEBUG) Log.d(TAG, "onStop()");
P2pDiscovery.java 32 private static final boolean DEBUG = false;
40 /** Convert a peer device to a debug representation */
57 if (DEBUG) Log.d(TAG, "onStart()");
63 if (DEBUG) Log.d(TAG, "onStop()");
83 if (DEBUG) Log.d(TAG, "onPeerFound " + printer);
96 if (DEBUG) Log.d(TAG, "onPeerLost " + printer);
  /packages/services/BuiltInPrintService/src/com/android/bips/p2p/
P2pMonitor.java 32 private static final boolean DEBUG = false;
76 if (DEBUG) Log.d(TAG, "discover()");
93 if (DEBUG) Log.d(TAG, "stopDiscover");
108 if (DEBUG) Log.d(TAG, "connect(" + toString(peer) + ")");
162 if (DEBUG) Log.d(TAG, "stopConnect " + toString(mConnection.getPeer()));
167 if (DEBUG) Log.d(TAG, "Abandoning connection request");
  /packages/services/Car/tests/DefaultStorageMonitoringCompanionApp/src/com/google/android/car/defaultstoragemonitoringcompanionapp/
MainActivity.java 39 private static final boolean DEBUG = false;
129 if (!DEBUG && currentChange.isAcceptableDegradation) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ColorDelegator.py 9 DEBUG = False
80 if DEBUG: print 'tagdefs',self.tagdefs
99 if DEBUG: print "colorizing already scheduled"
103 if DEBUG: print "stop colorizing"
105 if DEBUG: print "schedule colorizing"
114 if DEBUG: print "cancel scheduled recolorizer"
128 if DEBUG: print "cancel scheduled recolorizer"
131 if DEBUG: print "stop colorizing"
136 if DEBUG:
144 if DEBUG: print "no delegate
    [all...]

Completed in 1245 milliseconds

<<11121314151617181920>>