HomeSort by relevance Sort by last modified time
    Searched refs:DebugFlags (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/base/core/java/android/webkit/
DebugFlags.java 29 public class DebugFlags {
WebView.java 545 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "WebView<init>");
560 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setHorizontalScrollbarOverlay=" + overlay);
571 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setVerticalScrollbarOverlay=" + overlay);
626 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setCertificate=" + certificate);
650 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "savePassword=" + host);
670 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setHttpAuthUsernamePassword=" + host);
700 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "destroy");
746 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setNetworkAvailable=" + networkUp);
763 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "saveState");
780 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "savePicture=" + dest.getName())
    [all...]
URLUtil.java 52 if (DebugFlags.URL_UTIL) Log.v(LOGTAG, "guessURL before queueRequest: " + inUrl);
72 if (DebugFlags.URL_UTIL) {
  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/define/
DebugFlags.java 21 public final class DebugFlags {
24 private DebugFlags() {
  /frameworks/webview/chromium/java/com/android/webview/chromium/
ContentSettingsAdapter.java 20 import android.webkit.DebugFlags;
58 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setSupportZoom=" + support);
69 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setBuiltInZoomControls=" + enabled);
80 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setDisplayZoomControls=" + enabled);
91 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setAllowFileAccess=" + allow);
102 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setAllowContentAccess=" + allow);
113 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setLoadWithOverviewMode=" + overview);
124 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setAcceptThirdPartyCookies=" + accept);
157 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setSaveFormData=" + save);
179 if (DebugFlags.TRACE_API) Log.d(LOGTAG, "setTextZoom=" + textZoom)
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestionSpanPickedNotificationReceiver.java 25 import com.android.inputmethod.latin.define.DebugFlags;
28 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
InputPointers.java 23 import com.android.inputmethod.latin.define.DebugFlags;
64 if (DebugFlags.DEBUG_ENABLED || DEBUG_TIME) {
149 if (DebugFlags.DEBUG_ENABLED || DEBUG_TIME) {
WordComposer.java 21 import com.android.inputmethod.latin.define.DebugFlags;
35 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
SubtypeSwitcher.java 38 import com.android.inputmethod.latin.define.DebugFlags;
49 private static boolean DBG = DebugFlags.DEBUG_ENABLED;
Suggest.java 23 import com.android.inputmethod.latin.define.DebugFlags;
49 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
SuggestedWords.java 23 import com.android.inputmethod.latin.define.DebugFlags;
146 if (!DebugFlags.DEBUG_ENABLED) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
Constants.java 23 public static class DebugFlags {
AlternateRecentsComponent.java 122 if (Constants.DebugFlags.App.EnableSearchLayout) {
397 if (Constants.DebugFlags.App.EnableScreenshotAppTransition) {
421 if (Constants.DebugFlags.App.EnableTransitionThumbnailDebugMode) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
TouchPositionCorrection.java 20 import com.android.inputmethod.latin.define.DebugFlags;
33 if (DebugFlags.DEBUG_ENABLED) {
59 if (DebugFlags.DEBUG_ENABLED) {
BogusMoveEventDetector.java 25 import com.android.inputmethod.latin.define.DebugFlags;
30 private static final boolean DEBUG_MODE = DebugFlags.DEBUG_ENABLED;
MoreKeySpec.java 23 import com.android.inputmethod.latin.define.DebugFlags;
113 private static final boolean DEBUG = DebugFlags.DEBUG_ENABLED;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AutoCorrectionUtils.java 22 import com.android.inputmethod.latin.define.DebugFlags;
25 private static final boolean DBG = DebugFlags.DEBUG_ENABLED;
DebugLogUtils.java 21 import com.android.inputmethod.latin.define.DebugFlags;
28 private final static boolean sDBG = DebugFlags.DEBUG_ENABLED;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
DebugTrigger.java 52 if (!Constants.DebugFlags.App.EnableDebugMode) return;
SystemServicesProxy.java 133 if (Constants.DebugFlags.App.EnableSystemServicesProxy) {
146 if (Constants.DebugFlags.App.EnableSystemServicesProxy) {
149 int count = Math.min(numLatestTasks, Constants.DebugFlags.App.SystemServicesProxyMockTaskCount);
152 int packageIndex = i % Constants.DebugFlags.App.SystemServicesProxyMockPackageCount;
224 if (Constants.DebugFlags.App.EnableSystemServicesProxy) {
236 if (Constants.DebugFlags.App.EnableSystemServicesProxy) {
284 if (Constants.DebugFlags.App.EnableSystemServicesProxy) return;
297 if (Constants.DebugFlags.App.EnableSystemServicesProxy) return;
311 if (Constants.DebugFlags.App.EnableSystemServicesProxy) return new ActivityInfo();
328 if (Constants.DebugFlags.App.EnableSystemServicesProxy) return new ActivityInfo()
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 28 import com.android.inputmethod.latin.define.DebugFlags;
43 if (DebugFlags.DEBUG_ENABLED) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
TaskStack.java 343 if (Constants.DebugFlags.App.EnableSimulatedTaskGroups) {
359 int groupCountDown = Constants.DebugFlags.App.TaskAffiliationsGroupCount;
374 groupCountDown = Constants.DebugFlags.App.TaskAffiliationsGroupCount;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 365 if (Constants.DebugFlags.App.EnableThumbnailAlphaOnFrontmost) {
    [all...]
TaskViewHeader.java 122 if (!Constants.DebugFlags.App.EnableTaskBarTouchEvents) return true;
143 if (!Constants.DebugFlags.App.EnableTaskFiltering) {
  /packages/inputmethods/LatinIME/tools/dicttool/
Android.mk 68 latin/define/DebugFlags.java

Completed in 616 milliseconds

1 2