Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DPduParser.java83 private static final boolean LOCAL_LOGV = false; field in PduParser
140 if (LOCAL_LOGV) { in parse()
146 if (LOCAL_LOGV) { in parse()
152 if (LOCAL_LOGV) { in parse()
159 if (LOCAL_LOGV) { in parse()
166 if (LOCAL_LOGV) { in parse()
194 if (LOCAL_LOGV) { in parse()
201 if (LOCAL_LOGV) { in parse()
208 if (LOCAL_LOGV) { in parse()
215 if (LOCAL_LOGV) { in parse()
[all …]
DEncodedStringValue.java33 private static final boolean LOCAL_LOGV = false; field in EncodedStringValue
143 if (LOCAL_LOGV) { in getString()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduParser.java37 private static final boolean LOCAL_LOGV = false; field in PduParser
162 if (LOCAL_LOGV) { in parse()
168 if (LOCAL_LOGV) { in parse()
174 if (LOCAL_LOGV) { in parse()
181 if (LOCAL_LOGV) { in parse()
188 if (LOCAL_LOGV) { in parse()
219 if (LOCAL_LOGV) { in parse()
226 if (LOCAL_LOGV) { in parse()
233 if (LOCAL_LOGV) { in parse()
240 if (LOCAL_LOGV) { in parse()
[all …]
DPduPersister.java72 private static final boolean LOCAL_LOGV = false; field in PduPersister
311 if (LOCAL_LOGV) { in getPduPersister()
381 if (LOCAL_LOGV) { in loadParts()
570 if (LOCAL_LOGV) { in load()
782 if (LOCAL_LOGV) { in persistPart()
889 if (LOCAL_LOGV) { in persistData()
894 if (LOCAL_LOGV) { in persistData()
936 if (LOCAL_LOGV) { in persistData()
954 if (LOCAL_LOGV) { in persistData()
1078 if (LOCAL_LOGV) { in updateHeaders()
[all …]
DEncodedStringValue.java33 private static final boolean LOCAL_LOGV = false; field in EncodedStringValue
158 if (LOCAL_LOGV) { in getString()
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DAbstractCache.java25 private static final boolean LOCAL_LOGV = false; field in AbstractCache
36 if (LOCAL_LOGV) { in put()
43 if (LOCAL_LOGV) { in put()
54 if (LOCAL_LOGV) { in put()
63 if (LOCAL_LOGV) { in get()
71 if (LOCAL_LOGV) { in get()
81 if (LOCAL_LOGV) { in purge()
87 if (LOCAL_LOGV) { in purge()
95 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()
240 if (LOCAL_LOGV) { in purgeByThreadId()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsProvider.java106 if (LOCAL_LOGV) { in query()
313 if (LOCAL_LOGV) { in insert()
522 if (LOCAL_LOGV) { in insert()
623 if (LOCAL_LOGV) { in delete()
721 if (LOCAL_LOGV) { in deleteMessages()
785 if (LOCAL_LOGV) { in update()
820 if (LOCAL_LOGV) { in update()
1000 private final static boolean LOCAL_LOGV = false; field in MmsProvider
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DConstants.java162 private static final boolean LOCAL_LOGV = false; field in Constants
163 public static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE);
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
DAppsSettingsTests.java34 private static final boolean LOCAL_LOGV = false; field in AppsSettingsTests
54 if (LOCAL_LOGV) { in setUp()
DNotificationSettingsTests.java38 private static final boolean LOCAL_LOGV = false; field in NotificationSettingsTests
47 if (LOCAL_LOGV) { in setUp()
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbHostController.java58 private static final boolean LOCAL_LOGV = true; field in UsbHostController
330 } else if (LOCAL_LOGV) { in handleMessage()
/packages/apps/Settings/src/com/android/settings/applications/appinfo/
DAppButtonsPreferenceController.java86 private static final boolean LOCAL_LOGV = false; field in AppButtonsPreferenceController
470 if (LOCAL_LOGV) { in setIntentAndFinish()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appinfo/
DAppButtonsPreferenceController.java86 private static final boolean LOCAL_LOGV = false; field in AppButtonsPreferenceController
471 if (LOCAL_LOGV) { in setIntentAndFinish()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java510 if (LOCAL_LOGV) Log.v(TAG, "Deleting old database " + databases[i]); in onOpen()
536 if (LOCAL_LOGV) Log.v(TAG, "Deleting old database " + databases[lruIndex]); in onOpen()
579 if (LOCAL_LOGV) Log.v(TAG, "Notifying " + uri); in notifyChange()
769 setTransportLoggingEnabled(LOCAL_LOGV); in onCreate()
2262 if (LOCAL_LOGV) Log.v(TAG, "inserting directory " + path); in insertDirectory()
6054 if (LOCAL_LOGV) Log.v(TAG, "Attached volume: " + volume); in attachVolume()
6089 if (LOCAL_LOGV) Log.v(TAG, "Detached volume: " + volume); in detachVolume()
6101 static final boolean LOCAL_LOGV = Log.isLoggable(TAG, Log.VERBOSE); field in MediaProvider