Searched refs:DEBUG (Results 126 - 150 of 801) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java53 protected static final boolean DEBUG = false; field in class:ExpandHelper
225 if (DEBUG) Log.d(TAG, "isinside (" + x + ", " + y + ")");
228 if (DEBUG) Log.d(TAG, "isinside null subject");
236 if (DEBUG) Log.d(TAG, " to global (" + x + ", " + y + ")");
242 if (DEBUG) Log.d(TAG, " to local (" + x + ", " + y + ")");
243 if (DEBUG) Log.d(TAG, " inside (" + v.getWidth() + ", " + v.getHeight() + ")");
306 if (DEBUG) Log.v(TAG, "got venetian gesture (dy=" + yDiff + "px)");
335 if (DEBUG) Log.d(TAG, "up/cancel");
434 if (DEBUG) Log.v(TAG, "got venetian gesture (dy=" + yDiff + "px)");
489 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/app/backup/
H A DFileBackupHelper.java40 private static final boolean DEBUG = false; field in class:FileBackupHelper
95 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
H A DSharedPreferencesBackupHelper.java71 private static final boolean DEBUG = false; field in class:SharedPreferencesBackupHelper
122 if (DEBUG) Log.d(TAG, "got entity '" + key + "' size=" + data.size());
/frameworks/base/core/java/android/os/
H A DShellCallback.java31 final static boolean DEBUG = false; field in class:ShellCallback
58 if (DEBUG) Log.d(TAG, "openOutputFile " + this + ": mLocal=" + mLocal
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
H A DNekoActivationActivity.java39 if (NekoLand.DEBUG) {
47 if (NekoLand.DEBUG) {
/frameworks/base/services/backup/java/com/android/server/backup/internal/
H A DRunInitializeReceiver.java19 import static com.android.server.backup.RefactoredBackupManagerService.DEBUG;
41 if (DEBUG) {
/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DAdbRestoreFinishedLatch.java19 import static com.android.server.backup.RefactoredBackupManagerService.DEBUG;
73 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/
H A DPruneInstantAppsJobService.java30 private static final boolean DEBUG = false; field in class:PruneInstantAppsJobService
34 private static final long PRUNE_INSTANT_APPS_PERIOD_MILLIS = DEBUG
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayPowerState.java52 private static boolean DEBUG = false; field in class:DisplayPowerState
127 if (DEBUG) {
151 if (DEBUG) {
223 if (DEBUG) {
314 if (DEBUG) {
320 if (DEBUG) {
368 if (DEBUG) {
433 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/job/controllers/
H A DConnectivityController.java49 private static final boolean DEBUG = false; field in class:ConnectivityController
135 if (DEBUG) {
177 if (DEBUG) {
189 if (DEBUG) {
197 if (DEBUG) {
207 if (DEBUG) {
220 if (DEBUG) {
228 if (DEBUG) {
H A DAppIdleController.java39 private static final boolean DEBUG = false; field in class:AppIdleController
56 if (DEBUG) {
81 if (DEBUG) {
118 if (DEBUG) {
196 if (DEBUG) {
/frameworks/base/services/core/java/com/android/server/notification/
H A DCountdownConditionProvider.java41 private static final boolean DEBUG = Log.isLoggable("ConditionProviders", Log.DEBUG); field in class:CountdownConditionProvider
58 if (DEBUG) Slog.d(TAG, "new CountdownConditionProvider()");
95 if (DEBUG) Slog.d(TAG, "onConnected");
103 if (DEBUG) Slog.d(TAG, "onDestroy");
112 if (DEBUG) Slog.d(TAG, "onSubscribe " + conditionId);
134 if (DEBUG) Slog.d(TAG, String.format(
153 if (DEBUG) Slog.d(TAG, "Countdown condition fired: " + conditionId);
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
H A DRSTest_v11.java44 private static final boolean DEBUG = false; field in class:RSTest_v11
45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchEditText.java27 private static final boolean DEBUG = false; field in class:SearchEditText
56 if (DEBUG) Log.v(TAG, "Keyboard being dismissed");
H A DArrayObjectAdapter.java31 private static final Boolean DEBUG = false; field in class:ArrayObjectAdapter
287 if (DEBUG) {
295 if (DEBUG) {
303 if (DEBUG) {
311 if (DEBUG) {
/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java58 public boolean DEBUG = false; field in class:SubtitleTrack
142 if (DEBUG) Log.v(TAG, "Removing " + cue);
150 if (DEBUG) Log.v(TAG, "Adding " + cue);
205 if (DEBUG) Log.v(TAG, "Clearing " + mActiveCues.size() + " active cues");
215 if (DEBUG) Log.d(TAG, "sched @" + mNextScheduledTimeMs + " after " + mLastTimeMs);
228 if (DEBUG) Log.d(TAG, "onTimedEvent " + timeUs);
243 if (DEBUG) Log.d(TAG, "onSeek " + timeUs);
259 if (DEBUG) Log.d(TAG, "onStop");
333 if (DEBUG) Log.v(TAG, "mVisible=" + mVisible + ", " +
361 if (DEBUG) Lo
398 public boolean DEBUG = false; field in class:SubtitleTrack.CueList
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardViewMediator.java143 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in class:KeyguardViewMediator
396 if (DEBUG) Log.d(TAG, "screen is off and call ended, let's make sure the "
756 if (DEBUG) Log.d(TAG, "onSystemReady");
772 if (DEBUG) Log.d(TAG, "onStartedGoingToSleep(" + why + ")");
787 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled");
816 if (DEBUG) Log.d(TAG, "onFinishedGoingToSleep(" + why + ")");
910 if (DEBUG) Log.d(TAG, "setting alarm to turn off keyguard, seq = "
965 if (DEBUG) Log.d(TAG, "onStartedWakingUp, seq = " + mDelayedShowingSequence);
1039 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/app/
H A DQueuedWork.java51 private static final boolean DEBUG = false; field in class:QueuedWork
160 if (DEBUG) {
202 if (DEBUG || mNumWaits % 1024 == 0 || waitTime > MAX_WAIT_TIME_MILLIS) {
241 if (DEBUG) {
261 if (DEBUG) {
/frameworks/base/core/java/android/hardware/camera2/marshal/impl/
H A DMarshalQueryableParcelable.java37 private static final boolean DEBUG = false; field in class:MarshalQueryableParcelable
73 if (DEBUG) {
103 if (DEBUG) {
145 if (DEBUG) {
168 if (DEBUG) {
/frameworks/base/core/java/com/android/internal/os/
H A DMobileRadioPowerCalculator.java24 private static final boolean DEBUG = BatteryStatsHelper.DEBUG; field in class:MobileRadioPowerCalculator
87 if (DEBUG && app.mobileRadioPowerMah != 0) {
105 if (DEBUG && p != 0) {
119 if (DEBUG && p != 0) {
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java57 private static final boolean DEBUG = TrustManagerService.DEBUG; field in class:TrustAgentWrapper
140 if (DEBUG) {
159 if (DEBUG) Slog.d(TAG, "Trust timed out : " + mName.flattenToShortString());
184 if (DEBUG) Slog.d(TAG, "Re-enabling agent because it acknowledged "
190 if (DEBUG) Slog.w(TAG, "Ignoring MSG_SET_TRUST_AGENT_FEATURES_COMPLETED "
266 if (DEBUG) Slog.d(TAG, "enableTrust(" + userMessage + ", durationMs = " + durationMs
277 if (DEBUG) Slog.d(TAG, "revokeTrust()");
283 if (DEBUG) Slog.d(TAG, "managingTrust()");
289 if (DEBUG) Slo
[all...]
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHal.java37 private final static boolean DEBUG = false; field in class:TvInputHal
135 if (DEBUG) {
166 if (DEBUG) {
177 if (DEBUG) {
188 if (DEBUG) {
/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java72 private static final boolean DEBUG = false; field in class:RemotePrintSpooler
153 if (DEBUG) {
175 if (DEBUG) {
197 if (DEBUG) {
218 if (DEBUG) {
243 if (DEBUG) {
266 if (DEBUG) {
295 if (DEBUG) {
322 if (DEBUG) {
351 if (DEBUG) {
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
H A DBaseFragmentPagerAdapter.java49 private static final boolean DEBUG = false; field in class:BaseFragmentPagerAdapter
84 if (DEBUG) Log.v(TAG, "Attaching item #" + position + ": f=" + fragment);
89 if (DEBUG) Log.e(TAG, "NPE workaround for getItem(). See b/7103023");
92 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
108 if (DEBUG) Log.v(TAG, "Detaching item #" + position + ": f=" + object
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DBackgroundManager.java85 static final boolean DEBUG = false; field in class:BackgroundManager
453 private static boolean DEBUG = BackgroundManager.DEBUG; field in class:BackgroundManager.BackgroundContinuityService
476 if (DEBUG) Log.v(TAG, "Returning instance with new count " + count);
483 if (DEBUG) Log.v(TAG, "mCount is zero, resetting");
504 if (DEBUG) Log.v(TAG, "got cached theme drawable state " + drawableState);
511 if (DEBUG) Log.v(TAG, "loaded theme drawable " + drawable);
583 if (DEBUG) Log.v(TAG, "BackgroundManager no window background resource!");
632 if (DEBUG) Log.v(TAG, "onResume " + this);
640 if (DEBUG) Lo
[all...]

Completed in 1144 milliseconds

1234567891011>>