Searched defs:LOCAL_LOGV (Results 1 - 15 of 15) 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/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/
H A DUsbManagerFragment.java47 private static final boolean LOCAL_LOGV = true; field in class:UsbManagerFragment
83 if (LOCAL_LOGV) {
H A DUsbHostManagementActivity.java59 private static final boolean LOCAL_LOGV = true; field in class:UsbHostManagementActivity
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
H A DEncodedStringValue.java33 private static final boolean LOCAL_LOGV = false; field in class:EncodedStringValue
143 if (LOCAL_LOGV) {
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...]
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
H A DEncodedStringValue.java33 private static final boolean LOCAL_LOGV = false; field in class:EncodedStringValue
158 if (LOCAL_LOGV) {
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 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/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DUsbHostController.java55 private static final boolean LOCAL_LOGV = true; field in class:UsbHostController
153 if (LOCAL_LOGV) {
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
H A DUsbHostController.java57 private static final boolean LOCAL_LOGV = true; field in class:UsbHostController
158 if (LOCAL_LOGV) {
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java104 if (LOCAL_LOGV) {
319 if (LOCAL_LOGV) {
483 if (LOCAL_LOGV) {
584 if (LOCAL_LOGV) {
682 if (LOCAL_LOGV) {
746 if (LOCAL_LOGV) {
781 if (LOCAL_LOGV) {
956 private final static boolean LOCAL_LOGV = false; field in class:MmsProvider
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DAppButtonsPreferenceController.java86 private static final boolean LOCAL_LOGV = false; field in class:AppButtonsPreferenceController
441 if (LOCAL_LOGV) {
/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java494 if (LOCAL_LOGV) Log.v(TAG, "Deleting old database " + databases[i]);
520 if (LOCAL_LOGV) Log.v(TAG, "Deleting old database " + databases[lruIndex]);
1964 if (LOCAL_LOGV) Log.v(TAG, "inserting directory " + path);
1992 if (LOCAL_LOGV) Log.v(TAG, "Returning cached entry for " + parentPath);
2005 if (LOCAL_LOGV) Log.v(TAG, "Inserted " + parentPath);
2012 if (LOCAL_LOGV) Log.v(TAG, "Queried " + parentPath);
2261 if (LOCAL_LOGV) Log.v(TAG, "insertFile: values=" + values + " returned: " + rowId);
2420 if (LOCAL_LOGV) Log.v(TAG, "insertInternal: "+uri+", initValues="+initialValues);
2677 if (LOCAL_LOGV) Log.v(TAG, "fixParentIdIfNeeded: helper is null, nothing to fix!");
2717 if (LOCAL_LOGV) Lo
4669 private static final boolean LOCAL_LOGV = false; field in class:MediaProvider
[all...]

Completed in 371 milliseconds