Searched defs:DEBUG (Results 1 - 25 of 267) sorted by relevance

1234567891011

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/util/
H A DDebug.java21 public final static boolean DEBUG = false; field in class:Debug
/frameworks/base/core/java/android/net/http/
H A DHttpLog.java33 private static final boolean DEBUG = false; field in class:HttpLog
/frameworks/base/core/java/android/util/
H A DConfig.java31 public static final boolean DEBUG = false; field in class:Config
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
H A DObbBackupService.java46 static final boolean DEBUG = true; field in class:ObbBackupService
66 if (DEBUG) {
73 if (DEBUG) {
H A DSharedStorageAgent.java19 static final boolean DEBUG = true; field in class:SharedStorageAgent
42 if (DEBUG) Slog.i(TAG, "Backing up " + mVolumes.length + " shared volumes");
68 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
79 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath());
84 if (DEBUG) Slog.w(TAG, "Bad volume number token: " + relpath.substring(0, slash));
87 if (DEBUG) Slog.i(TAG, "Can't find volume-number token");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DCatLog.java22 static final boolean DEBUG = true; field in class:CatLog
25 if (!DEBUG) {
35 if (!DEBUG) {
/frameworks/base/core/java/android/app/backup/
H A DAbsoluteFileBackupHelper.java33 private static final boolean DEBUG = false; field in class:AbsoluteFileBackupHelper
67 if (DEBUG) Log.d(TAG, "got entity '" + data.getKey() + "' size=" + data.size());
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.java72 private static final boolean DEBUG = false; field in class:SharedPreferencesBackupHelper
123 if (DEBUG) Log.d(TAG, "got entity '" + key + "' size=" + data.size());
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecents.java41 private static final boolean DEBUG = false; field in class:Recents
50 if (DEBUG) Log.d(TAG, "toggle recents panel");
195 if (DEBUG) Log.d(TAG, "preloading recents");
206 if (DEBUG) Log.d(TAG, "cancel preloading recents");
217 if (DEBUG) Log.d(TAG, "closing recents panel");
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DSettingsUI.java35 private static final boolean DEBUG = false; field in class:SettingsUI
45 if (DEBUG) Log.d(TAG, "showing brightness dialog");
/frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
H A DFountain.java43 private static final boolean DEBUG = false; field in class:Fountain
/frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
H A DFountainFbo.java25 private static final boolean DEBUG = false; field in class:FountainFbo
/frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
H A DFountain_v11.java44 private static final boolean DEBUG = false; field in class:Fountain_v11
45 private static final boolean LOG_ENABLED = DEBUG ? Config.LOGD : Config.LOGV;
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DRSTest.java42 private static final boolean DEBUG = false; field in class:RSTest
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DRSTest.java43 private static final boolean DEBUG = false; field in class:RSTest
/frameworks/rs/java/tests/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/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DRSTest_v14.java43 private static final boolean DEBUG = false; field in class:RSTest_v14
/frameworks/volley/src/com/android/volley/
H A DCacheDispatcher.java35 private static final boolean DEBUG = VolleyLog.DEBUG; field in class:CacheDispatcher
81 if (DEBUG) VolleyLog.v("start new dispatcher");
/frameworks/base/core/java/android/content/pm/
H A DParceledListSlice.java37 private static boolean DEBUG = false; field in class:ParceledListSlice
55 if (DEBUG) Log.d(TAG, "Retrieving " + N + " items");
66 if (DEBUG) Log.d(TAG, "Read inline #" + i + ": " + mList.get(mList.size()-1));
74 if (DEBUG) Log.d(TAG, "Reading more @" + i + " of " + N + ": retriever=" + retriever);
86 if (DEBUG) Log.d(TAG, "Read extra #" + i + ": " + mList.get(mList.size()-1));
117 if (DEBUG) Log.d(TAG, "Writing " + N + " items");
124 if (DEBUG) Log.d(TAG, "Wrote inline #" + i + ": " + mList.get(i));
137 if (DEBUG) Log.d(TAG, "Writing more @" + i + " of " + N);
141 if (DEBUG) Log.d(TAG, "Wrote extra #" + i + ": " + mList.get(i));
145 if (DEBUG) Lo
[all...]
/frameworks/base/core/java/android/webkit/
H A DConsoleMessage.java34 DEBUG enum constant in enum:ConsoleMessage.MessageLevel
H A DWebViewFactory.java37 private static final boolean DEBUG = false; field in class:WebViewFactory
95 if (DEBUG) Log.v(LOGTAG, "Using preloaded provider: " + sProviderInstance);
103 if (DEBUG) Log.v(LOGTAG, "Loaded provider: " + sProviderInstance);
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/functional/
H A DWifiConnectionTest.java45 private static final boolean DEBUG = false; field in class:WifiConnectionTest
52 if (DEBUG) {
94 if (DEBUG) {
/frameworks/base/services/java/com/android/server/
H A DRandomBlock.java35 private static final boolean DEBUG = false; field in class:RandomBlock
42 if (DEBUG) Slog.v(TAG, "reading from file " + filename);
66 if (DEBUG) Slog.v(TAG, "writing to file " + filename);
/frameworks/base/services/java/com/android/server/location/
H A DGpsXtraDownloader.java46 static final boolean DEBUG = false; field in class:GpsXtraDownloader
110 if (DEBUG) Log.d(TAG, "Downloading XTRA data from " + url);
133 if (DEBUG) Log.d(TAG, "HTTP error: " + status.getReasonPhrase());
162 if (DEBUG) Log.d(TAG, "error " + e);

Completed in 699 milliseconds

1234567891011