/frameworks/base/core/java/android/app/ |
D | LocalActivityManager.java | 50 private static final boolean localLOGV = false; field in LocalActivityManager 156 if (localLOGV) Log.v(TAG, r.id + ": starting " + r.intent); in moveToState() 186 if (localLOGV) Log.v(TAG, r.id + ": resuming"); in moveToState() 210 if (localLOGV) Log.v(TAG, r.id + ": restarting"); in moveToState() 215 if (localLOGV) Log.v(TAG, r.id + ": restarting and resuming"); in moveToState() 226 if (localLOGV) Log.v(TAG, r.id + ": resuming"); in moveToState() 233 if (localLOGV) Log.v(TAG, r.id + ": stopping"); in moveToState() 241 if (localLOGV) Log.v(TAG, r.id + ": pausing"); in moveToState() 246 if (localLOGV) Log.v(TAG, r.id + ": pausing"); in moveToState() 248 if (localLOGV) Log.v(TAG, r.id + ": stopping"); in moveToState() [all …]
|
D | NotificationManager.java | 115 private static boolean localLOGV = false; field in NotificationManager 737 if (localLOGV) Log.v(TAG, sender + ": notify(" + id + ", " + notification + ")"); in notifyAsPackage() 755 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")"); in notifyAsUser() 861 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")"); in cancelAsUser() 878 if (localLOGV) Log.v(TAG, pkg + ": cancelAll()"); in cancelAll() 901 if (localLOGV) Log.v(TAG, pkg + ": cancelAll()"); in setNotificationDelegate()
|
D | ActivityThread.java | 301 static final boolean localLOGV = false; field in ActivityThread 2692 if (localLOGV) { in queueIdle() 2950 if (localLOGV) { in getPackageInfo() 3722 if (localLOGV) { in startActivityNow() 3794 if (localLOGV) { in updateProcessState() 3961 if (localLOGV) Slog.v(TAG, "Performing launch of " + r); in performLaunchActivity() 3962 if (localLOGV) Slog.v( in performLaunchActivity() 4222 if (localLOGV) Slog.v( in handleLaunchActivity() 4762 if (localLOGV) Slog.v( in handleReceiver() 4938 if (localLOGV) Slog.v(TAG, "Creating service " + data.info.name); in handleCreateService() [all …]
|
/frameworks/base/core/tests/coretests/src/android/os/storage/ |
D | StorageListener.java | 22 private static final boolean localLOGV = true; field in StorageListener 35 if (localLOGV) Log.i(TAG, "Storage state changed from " + oldState + " to " + newState); in onStorageStateChanged()
|
/frameworks/base/core/java/android/view/ |
D | OrientationEventListener.java | 33 private static final boolean localLOGV = false; field in OrientationEventListener 92 if (localLOGV) Log.d(TAG, "OrientationEventListener enabled"); in enable() 107 if (localLOGV) Log.d(TAG, "OrientationEventListener disabled"); in disable()
|
/frameworks/base/core/java/android/widget/ |
D | Toast.java | 94 static final boolean localLOGV = false; field in Toast 740 if (localLOGV) Log.v(TAG, "SHOW: " + this); in show() 749 if (localLOGV) Log.v(TAG, "HIDE: " + this); in hide() 754 if (localLOGV) Log.v(TAG, "CANCEL: " + this); in cancel() 760 if (localLOGV) { in handleShow() 765 if (localLOGV) { in handleShow() 802 if (localLOGV) Log.v(TAG, "HANDLE HIDE: " + this + " mView=" + mView); in handleHide()
|
D | Gallery.java | 69 private static final boolean localLOGV = false; field in Gallery 1041 if (localLOGV) Log.v(TAG, String.valueOf(e2.getX() - e1.getX())); in onScroll()
|
/frameworks/base/core/java/android/content/res/ |
D | StringBlock.java | 65 private static final boolean localLOGV = false; field in StringBlock 82 if (localLOGV) Log.v(TAG, "Created string block " + this in StringBlock() 90 if (localLOGV) Log.v(TAG, "Created string block " + this in StringBlock() 132 if (localLOGV) Log.v(TAG, "Got string: " + str); in getSequence() 133 if (localLOGV) Log.v(TAG, "Got styles: " + Arrays.toString(style)); in getSequence() 246 if (localLOGV) Log.v(TAG, "Applying style span id=" + type in applyStyles() 609 if (localLOGV) Log.v(TAG, "Created string block " + this in StringBlock()
|
/frameworks/base/services/core/java/com/android/server/ |
D | IntentResolver.java | 57 final private static boolean localLOGV = DEBUG || false; field in IntentResolver 62 if (localLOGV) { in addFilter() 87 final boolean debug = localLOGV in intentMatchesFilter() 174 if (localLOGV) { in removeFilterInternal() 367 final boolean debug = localLOGV || in queryIntentFromList() 400 final boolean debug = localLOGV || in queryIntent() 601 if (localLOGV) Slog.v(TAG, prefix + name); in register_mime_types() 632 if (localLOGV) Slog.v(TAG, prefix + name); in unregister_mime_types() 662 if (localLOGV) Slog.v(TAG, prefix + name); in register_intent_filter() 678 if (localLOGV) Slog.v(TAG, prefix + name); in unregister_intent_filter()
|
/frameworks/base/core/java/android/content/ |
D | AsyncQueryHandler.java | 35 private static final boolean localLOGV = false; field in AsyncQueryHandler 115 if (localLOGV) { in handleMessage() 333 if (localLOGV) { in handleMessage()
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
D | InstallLocationUtilsTests.java | 40 private static final boolean localLOGV = true; field in InstallLocationUtilsTests 150 if (localLOGV) Log.i(TAG, "Cleaning out old test containers"); in setUp() 157 if (localLOGV) Log.i(TAG, "Cleaning out old test containers"); in tearDown()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/ |
D | AlarmManagerService.java | 213 static final boolean localLOGV = false; field in AlarmManagerService 214 static final boolean DEBUG_BATCH = localLOGV || false; 215 static final boolean DEBUG_ALARM_CLOCK = localLOGV || false; 216 static final boolean DEBUG_LISTENER_CALLBACK = localLOGV || false; 217 static final boolean DEBUG_WAKELOCK = localLOGV || false; 218 static final boolean DEBUG_BG_LIMIT = localLOGV || false; 219 static final boolean DEBUG_STANDBY = localLOGV || false; 3989 if (localLOGV) { in removeLocked() 4010 if (localLOGV) { in removeLocked() 4256 if (localLOGV) { in triggerAlarmsLocked() [all …]
|
/frameworks/base/core/java/com/android/internal/os/ |
D | ProcessCpuTracker.java | 55 private static final boolean localLOGV = DEBUG || false; field in ProcessCpuTracker 623 if (localLOGV) Slog.v(TAG, "Removed pid " + st.pid + ": " + st); in collectStats()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 267 static final boolean localLOGV = false; field in PhoneWindowManager 4588 } else if (localLOGV) { 6154 if (localLOGV) Log.v(TAG, "mScreenLockTimeout activating keyguard"); 6208 if (localLOGV) Log.v(TAG, "setting lockscreen timer"); 6212 if (localLOGV) Log.v(TAG, "clearing lockscreen timer");
|
/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/ |
D | PackageManagerTests.java | 98 private static final boolean localLOGV = true; field in PackageManagerTests
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 2138 Landroid/app/ActivityThread;->localLOGV:Z 2449 Landroid/app/admin/DeviceAdminReceiver;->localLOGV:Z 7465 Landroid/app/LocalActivityManager;->localLOGV:Z 8117 Landroid/app/NotificationManager;->localLOGV:Z 9937 Landroid/content/AsyncQueryHandler;->localLOGV:Z 13953 Landroid/content/res/StringBlock;->localLOGV:Z 60919 Landroid/view/OrientationEventListener;->localLOGV:Z 65724 Landroid/widget/AppSecurityPermissions;->localLOGV:Z 67038 Landroid/widget/Gallery;->localLOGV:Z 70094 Landroid/widget/Toast;->localLOGV:Z
|