Searched refs:LOCAL_LOGV (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
H A DAbstractCache.java25 private static final boolean LOCAL_LOGV = false; field in class:AbstractCache
36 if (LOCAL_LOGV) {
43 if (LOCAL_LOGV) {
54 if (LOCAL_LOGV) {
63 if (LOCAL_LOGV) {
71 if (LOCAL_LOGV) {
81 if (LOCAL_LOGV) {
87 if (LOCAL_LOGV) {
95 if (LOCAL_LOGV) {
H A DPduCache.java32 private static final boolean LOCAL_LOGV = false; field in class:PduCache
86 if (LOCAL_LOGV) {
206 if (LOCAL_LOGV) {
213 if (LOCAL_LOGV) {
240 if (LOCAL_LOGV) {
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DPduParser.java83 private static final boolean LOCAL_LOGV = false; field in class:PduParser
140 if (LOCAL_LOGV) {
146 if (LOCAL_LOGV) {
152 if (LOCAL_LOGV) {
159 if (LOCAL_LOGV) {
166 if (LOCAL_LOGV) {
194 if (LOCAL_LOGV) {
201 if (LOCAL_LOGV) {
208 if (LOCAL_LOGV) {
215 if (LOCAL_LOGV) {
[all...]
H A DEncodedStringValue.java33 private static final boolean LOCAL_LOGV = false; field in class:EncodedStringValue
143 if (LOCAL_LOGV) {
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DPduParser.java37 private static final boolean LOCAL_LOGV = false; field in class:PduParser
162 if (LOCAL_LOGV) {
168 if (LOCAL_LOGV) {
174 if (LOCAL_LOGV) {
181 if (LOCAL_LOGV) {
188 if (LOCAL_LOGV) {
219 if (LOCAL_LOGV) {
226 if (LOCAL_LOGV) {
233 if (LOCAL_LOGV) {
240 if (LOCAL_LOGV) {
[all...]
H A DEncodedStringValue.java33 private static final boolean LOCAL_LOGV = false; field in class:EncodedStringValue
158 if (LOCAL_LOGV) {
H A DPduPersister.java72 private static final boolean LOCAL_LOGV = false; field in class:PduPersister
311 if (LOCAL_LOGV) {
381 if (LOCAL_LOGV) {
570 if (LOCAL_LOGV) {
782 if (LOCAL_LOGV) {
889 if (LOCAL_LOGV) {
894 if (LOCAL_LOGV) {
936 if (LOCAL_LOGV) {
954 if (LOCAL_LOGV) {
1078 if (LOCAL_LOGV) {
[all...]
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DConstants.java162 private static final boolean LOCAL_LOGV = false; field in class:Constants
163 public static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE);
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java102 if (LOCAL_LOGV) {
313 if (LOCAL_LOGV) {
477 if (LOCAL_LOGV) {
578 if (LOCAL_LOGV) {
676 if (LOCAL_LOGV) {
737 if (LOCAL_LOGV) {
772 if (LOCAL_LOGV) {
934 private final static boolean LOCAL_LOGV = false; field in class:MmsProvider
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java478 if (LOCAL_LOGV) Log.v(TAG, "Deleting old database " + databases[i]);
504 if (LOCAL_LOGV) Log.v(TAG, "Deleting old database " + databases[lruIndex]);
2972 if (LOCAL_LOGV) Log.v(TAG, "inserting directory " + path);
2999 if (LOCAL_LOGV) Log.v(TAG, "Returning cached entry for " + parentPath);
3012 if (LOCAL_LOGV) Log.v(TAG, "Inserted " + parentPath);
3019 if (LOCAL_LOGV) Log.v(TAG, "Queried " + parentPath);
3262 if (LOCAL_LOGV) Log.v(TAG, "insertFile: values=" + values + " returned: " + rowId);
3419 if (LOCAL_LOGV) Log.v(TAG, "insertInternal: "+uri+", initValues="+initialValues);
5467 if (LOCAL_LOGV) Log.v(TAG, "deleting obsolete album art " + filename);
5473 if (LOCAL_LOGV) Lo
5526 private static final boolean LOCAL_LOGV = false; field in class:MediaProvider
[all...]

Completed in 231 milliseconds