Home
last modified time | relevance | path

Searched refs:LOCAL_LOGV (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/mms/src/java/com/google/android/mms/util/
DAbstractCache.java27 private static final boolean LOCAL_LOGV = false; field in AbstractCache
38 if (LOCAL_LOGV) { in put()
45 if (LOCAL_LOGV) { in put()
56 if (LOCAL_LOGV) { in put()
65 if (LOCAL_LOGV) { in get()
73 if (LOCAL_LOGV) { in get()
83 if (LOCAL_LOGV) { in purge()
89 if (LOCAL_LOGV) { in purge()
97 if (LOCAL_LOGV) { in purgeAll()
DPduCache.java32 private static final boolean LOCAL_LOGV = false; field in PduCache
86 if (LOCAL_LOGV) { in getInstance()
206 if (LOCAL_LOGV) { in normalizeKey()
213 if (LOCAL_LOGV) { in purgeByMessageBox()
239 if (LOCAL_LOGV) { in purgeByThreadId()
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
DPduParser.java89 private static final boolean LOCAL_LOGV = false; field in PduParser
139 if (LOCAL_LOGV) { in parse()
145 if (LOCAL_LOGV) { in parse()
151 if (LOCAL_LOGV) { in parse()
158 if (LOCAL_LOGV) { in parse()
165 if (LOCAL_LOGV) { in parse()
193 if (LOCAL_LOGV) { in parse()
200 if (LOCAL_LOGV) { in parse()
207 if (LOCAL_LOGV) { in parse()
214 if (LOCAL_LOGV) { in parse()
[all …]
DEncodedStringValue.java33 private static final boolean LOCAL_LOGV = false; field in EncodedStringValue
143 if (LOCAL_LOGV) { in getString()
DPduPersister.java73 private static final boolean LOCAL_LOGV = false; field in PduPersister
365 if (LOCAL_LOGV) { in loadParts()
533 if (LOCAL_LOGV) { in load()
805 if (LOCAL_LOGV) { in persistData()
810 if (LOCAL_LOGV) { in persistData()
847 if (LOCAL_LOGV) { in persistData()
865 if (LOCAL_LOGV) { in persistData()
985 if (LOCAL_LOGV) { in updateHeaders()
1153 if (LOCAL_LOGV) { in updateParts()
1259 if (LOCAL_LOGV) { in persist()
/frameworks/base/services/java/com/android/server/
DSamplingProfilerService.java39 private static final boolean LOCAL_LOGV = false; field in SamplingProfilerService
52 if (LOCAL_LOGV) Slog.v(TAG, "starting SamplingProfilerService!"); in startWorking()
76 if (LOCAL_LOGV) Slog.v(TAG, "SamplingProfilerService activated"); in startWorking()
82 if (LOCAL_LOGV) Slog.v(TAG, file.getPath() + " added to dropbox"); in handleSnapshotFile()
/frameworks/base/packages/WAPPushManager/src/com/android/smspush/
DWapPushManager.java61 private static final boolean LOCAL_LOGV = false; field in WapPushManager
69 if (LOCAL_LOGV) Log.v(LOG_TAG, "helper instance created."); in WapPushManDBHelper()
74 if (LOCAL_LOGV) Log.v(LOG_TAG, "db onCreate."); in onCreate()
162 if (LOCAL_LOGV) Log.v(LOG_TAG, "compare signature " + mContext.getPackageName() in signatureCheck()
190 if (LOCAL_LOGV) Log.v(LOG_TAG, "starting " + lastapp.packageName in processMessage()
277 if (LOCAL_LOGV) Log.v(LOG_TAG, "add:" + x_app_id + ":" + content_type in addPackage()
323 if (LOCAL_LOGV) Log.v(LOG_TAG, "update:" + x_app_id + ":" + content_type + " " in updatePackage()
346 if (LOCAL_LOGV) Log.v(LOG_TAG, "deleted " + num_removed + " rows:" in deletePackage()
378 if (LOCAL_LOGV) Log.v(LOG_TAG, "create new db inst."); in getDatabase()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java64 private static final boolean LOCAL_LOGV = false; field in SettingsProvider
247 if (LOCAL_LOGV) Log.v(TAG, "property: " + property + "=" + version); in sendNotify()
266 if (LOCAL_LOGV) Log.v(TAG, "notifying for " + notifyTarget + ": " + uri); in sendNotify()
268 if (LOCAL_LOGV) Log.v(TAG, "notification suppressed: " + uri); in sendNotify()
372 if (LOCAL_LOGV) { in establishDbTracking()
467 if (LOCAL_LOGV) Log.d(TAG, "cache for settings table '" + table in fullyPopulateCache()
589 if (LOCAL_LOGV) Slog.v(TAG, " access setting for user " + callingUser); in call()
601 if (LOCAL_LOGV) Slog.v(TAG, "call(system:" + request + ") for " + callingUser); in call()
607 if (LOCAL_LOGV) Slog.v(TAG, "call(secure:" + request + ") for " + callingUser); in call()
613 if (LOCAL_LOGV) Slog.v(TAG, "call(global:" + request + ") for " + callingUser); in call()
[all …]
/frameworks/base/core/java/android/view/
DViewRootImpl.java100 private static final boolean LOCAL_LOGV = false; field in ViewRootImpl
102 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV;
103 private static final boolean DEBUG_LAYOUT = false || LOCAL_LOGV;
104 private static final boolean DEBUG_DIALOG = false || LOCAL_LOGV;
105 private static final boolean DEBUG_INPUT_RESIZE = false || LOCAL_LOGV;
106 private static final boolean DEBUG_ORIENTATION = false || LOCAL_LOGV;
107 private static final boolean DEBUG_TRACKBALL = false || LOCAL_LOGV;
108 private static final boolean DEBUG_IMF = false || LOCAL_LOGV;
109 private static final boolean DEBUG_CONFIGURATION = false || LOCAL_LOGV;
111 private static final boolean DEBUG_INPUT_PROCESSING = false || LOCAL_LOGV;
[all …]
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/
DWapPushTest.java50 private static final boolean LOCAL_LOGV = false; field in WapPushTest
938 if (LOCAL_LOGV) { in createRandomWspHeader()
1038 if (LOCAL_LOGV) { in createRandomWspHeader()
1143 if (LOCAL_LOGV) { in createRandomWspHeaderStrAppId()
1242 if (LOCAL_LOGV) { in createRandomWspHeaderStrAppId()
/frameworks/base/core/java/android/provider/
DSettings.java815 private static final boolean LOCAL_LOGV = false; field in Settings
917 if (LOCAL_LOGV || false) { in getStringForUser()
931 if (LOCAL_LOGV) Log.v(TAG, "get setting for user " + userHandle in getStringForUser()
957 if (LOCAL_LOGV) Log.i(TAG, "call-query of user " + userHandle in getStringForUser()
984 if (LOCAL_LOGV) { in getStringForUser()
6010 if (LOCAL_LOGV) { in putStringForUser()
/frameworks/base/core/java/android/os/
DBatteryStats.java43 private static final boolean LOCAL_LOGV = false; field in BatteryStats