/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
H A D | AbstractCache.java | 25 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()
|
H A D | PduCache.java | 32 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()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/util/ |
H A D | AbstractCache.java | 29 private static final boolean LOCAL_LOGV = false; field in AbstractCache 42 if (LOCAL_LOGV) { in put() 49 if (LOCAL_LOGV) { in put() 60 if (LOCAL_LOGV) { in put() 70 if (LOCAL_LOGV) { in get() 78 if (LOCAL_LOGV) { in get() 89 if (LOCAL_LOGV) { in purge() 95 if (LOCAL_LOGV) { in purge() 104 if (LOCAL_LOGV) { in purgeAll()
|
H A D | PduCache.java | 33 private static final boolean LOCAL_LOGV = false; field in PduCache 89 if (LOCAL_LOGV) { in getInstance() 212 if (LOCAL_LOGV) { in normalizeKey() 219 if (LOCAL_LOGV) { in purgeByMessageBox() 245 if (LOCAL_LOGV) { in purgeByThreadId()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/ |
H A D | PduParser.java | 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() 272 if (LOCAL_LOGV) { in parseHeaders() [all …]
|
H A D | PduPersister.java | 311 if (LOCAL_LOGV) { in getPduPersister() 381 if (LOCAL_LOGV) { in loadParts() 570 if (LOCAL_LOGV) { in load() 782 if (LOCAL_LOGV) { in persistPart() 936 if (LOCAL_LOGV) { in persistData() 954 if (LOCAL_LOGV) { in persistData() 1078 if (LOCAL_LOGV) { in updateHeaders() 1225 if (LOCAL_LOGV) { in updateParts() 1330 if (LOCAL_LOGV) { in persist() 1454 if (LOCAL_LOGV) { in persist() [all …]
|
H A D | EncodedStringValue.java | 33 private static final boolean LOCAL_LOGV = false; field in EncodedStringValue 158 if (LOCAL_LOGV) { in getString()
|
/aosp12/packages/apps/Messaging/src/android/support/v7/mms/pdu/ |
H A D | PduParser.java | 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() 247 if (LOCAL_LOGV) { in parseHeaders() [all …]
|
H A D | EncodedStringValue.java | 33 private static final boolean LOCAL_LOGV = false; field in EncodedStringValue 143 if (LOCAL_LOGV) { in getString()
|
/aosp12/frameworks/base/telephony/common/com/google/android/mms/pdu/ |
H A D | PduParser.java | 146 if (LOCAL_LOGV) { in parse() 152 if (LOCAL_LOGV) { in parse() 158 if (LOCAL_LOGV) { in parse() 165 if (LOCAL_LOGV) { in parse() 172 if (LOCAL_LOGV) { in parse() 200 if (LOCAL_LOGV) { in parse() 207 if (LOCAL_LOGV) { in parse() 214 if (LOCAL_LOGV) { in parse() 221 if (LOCAL_LOGV) { in parse() 253 if (LOCAL_LOGV) { in parseHeaders() [all …]
|
H A D | EncodedStringValue.java | 35 private static final boolean LOCAL_LOGV = false; field in EncodedStringValue 153 if (LOCAL_LOGV) { in getString()
|
H A D | PduPersister.java | 73 private static final boolean LOCAL_LOGV = false; field in PduPersister 379 if (LOCAL_LOGV) { in loadParts() 548 if (LOCAL_LOGV) { in load() 860 if (LOCAL_LOGV) { in persistData() 878 if (LOCAL_LOGV) { in persistData() 953 if (LOCAL_LOGV) { in updateHeaders() 1122 if (LOCAL_LOGV) { in updateParts() 1230 if (LOCAL_LOGV) { in persist()
|
/aosp12/frameworks/base/packages/WAPPushManager/src/com/android/smspush/ |
H A D | WapPushManager.java | 69 private static final boolean LOCAL_LOGV = false; field in WapPushManager 82 if (LOCAL_LOGV) Log.v(LOG_TAG, "helper instance created."); in WapPushManDBHelper() 87 if (LOCAL_LOGV) Log.v(LOG_TAG, "db onCreate."); in onCreate() 133 if (LOCAL_LOGV) Log.v(LOG_TAG, "queryLastApp app_id: " + app_id in queryLastApp() 179 if (LOCAL_LOGV) Log.v(LOG_TAG, "compare signature " + mContext.getPackageName() in signatureCheck() 207 if (LOCAL_LOGV) Log.v(LOG_TAG, "starting " + lastapp.packageName in processMessage() 330 if (LOCAL_LOGV) Log.v(LOG_TAG, "update:" + x_app_id + ":" + content_type + " " in updatePackage() 353 if (LOCAL_LOGV) Log.v(LOG_TAG, "deleted " + num_removed + " rows:" in deletePackage() 385 if (LOCAL_LOGV) Log.v(LOG_TAG, "create new db inst."); in getDatabase() 426 if (LOCAL_LOGV) { in insertPackage() [all …]
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | DeviceAdminReceiver.java | 597 if (LOCAL_LOGV) { in onEnabled() 615 if (LOCAL_LOGV) { in onDisableRequested() 631 if (LOCAL_LOGV) { in onDisabled() 808 if (LOCAL_LOGV) { in onProfileProvisioningComplete() 996 if (LOCAL_LOGV) { in onUserAdded() 1012 if (LOCAL_LOGV) { in onUserRemoved() 1028 if (LOCAL_LOGV) { in onUserStarted() 1044 if (LOCAL_LOGV) { in onUserStopped() 1060 if (LOCAL_LOGV) { in onUserSwitched() 1114 if (LOCAL_LOGV) { in onOperationSafetyStateChanged() [all …]
|
/aosp12/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
H A D | Constants.java | 173 private static final boolean LOCAL_LOGV = false; field in Constants 174 public static final boolean LOGV = LOCAL_LOGV && Log.isLoggable(TAG, Log.VERBOSE);
|
/aosp12/frameworks/base/services/core/java/com/android/server/rollback/ |
H A D | RollbackManagerServiceImpl.java | 130 private static final boolean LOCAL_LOGV = Log.isLoggable(TAG, Log.VERBOSE); field in RollbackManagerServiceImpl 270 if (LOCAL_LOGV) { in RollbackManagerServiceImpl() 350 if (LOCAL_LOGV) { in registerUserCallbacks() 540 if (LOCAL_LOGV) { 766 if (LOCAL_LOGV) { 946 if (LOCAL_LOGV) { 960 if (LOCAL_LOGV) { 1123 if (LOCAL_LOGV) { 1156 if (LOCAL_LOGV) { 1293 if (LOCAL_LOGV) {
|
/aosp12/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/ |
H A D | AppsSettingsTests.java | 34 private static final boolean LOCAL_LOGV = false; field in AppsSettingsTests 54 if (LOCAL_LOGV) { in setUp()
|
H A D | NotificationSettingsTests.java | 38 private static final boolean LOCAL_LOGV = false; field in NotificationSettingsTests 47 if (LOCAL_LOGV) { in setUp()
|
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | MmsProvider.java | 107 if (LOCAL_LOGV) { in query() 314 if (LOCAL_LOGV) { in insert() 524 if (LOCAL_LOGV) { in insert() 628 if (LOCAL_LOGV) { in delete() 726 if (LOCAL_LOGV) { in deleteMessages() 790 if (LOCAL_LOGV) { in update() 826 if (LOCAL_LOGV) { in update() 1008 private final static boolean LOCAL_LOGV = false; field in MmsProvider
|
/aosp12/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
H A D | UsbHostController.java | 59 private static final boolean LOCAL_LOGV = true; field in UsbHostController 357 } else if (LOCAL_LOGV) { in handleMessage()
|
/aosp12/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
H A D | WapPushTest.java | 53 private static final boolean LOCAL_LOGV = false; field in WapPushTest 961 if (LOCAL_LOGV) { in createRandomWspHeader() 1061 if (LOCAL_LOGV) { in createRandomWspHeader() 1166 if (LOCAL_LOGV) { in createRandomWspHeaderStrAppId() 1265 if (LOCAL_LOGV) { in createRandomWspHeaderStrAppId()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | ViewRootImpl.java | 232 private static final boolean LOCAL_LOGV = false; field in ViewRootImpl 234 private static final boolean DEBUG_DRAW = false || LOCAL_LOGV; 235 private static final boolean DEBUG_LAYOUT = false || LOCAL_LOGV; 236 private static final boolean DEBUG_DIALOG = false || LOCAL_LOGV; 239 private static final boolean DEBUG_TRACKBALL = false || LOCAL_LOGV; 240 private static final boolean DEBUG_IMF = false || LOCAL_LOGV; 247 private static final boolean DEBUG_BLAST = false || LOCAL_LOGV; 4288 if (LOCAL_LOGV) { in performDraw() 4664 if (LOCAL_LOGV) { in drawSoftware() 5485 if (LOCAL_LOGV) { in handleMessageImpl() [all …]
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
H A D | AppButtonsPreferenceController.java | 92 private static final boolean LOCAL_LOGV = false; field in AppButtonsPreferenceController 497 if (LOCAL_LOGV) { in setIntentAndFinish()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 2658 private static final boolean LOCAL_LOGV = false; field in Settings 2953 if (LOCAL_LOGV) Log.v(TAG, "get setting for user " + userHandle in getStringForUser() 3050 if (LOCAL_LOGV) Log.i(TAG, "call-query of user " + userHandle in getStringForUser() 3093 if (LOCAL_LOGV) { in getStringForUser() 15349 if (LOCAL_LOGV) { in putStringForUser()
|
/aosp12/frameworks/base/core/java/android/os/storage/ |
H A D | StorageManager.java | 145 private static final boolean LOCAL_LOGV = Log.isLoggable(TAG, Log.VERBOSE); field in StorageManager
|