Home
last modified time | relevance | path

Searched refs:localLOGV (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/app/
DLocalActivityManager.java50 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 …]
DNotificationManager.java115 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()
DActivityThread.java301 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/
DStorageListener.java22 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/
DOrientationEventListener.java33 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/
DToast.java94 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()
DGallery.java69 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/
DStringBlock.java65 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/
DIntentResolver.java57 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/
DAsyncQueryHandler.java35 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/
DInstallLocationUtilsTests.java40 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/
DAlarmManagerService.java213 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/
DProcessCpuTracker.java55 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/
DPhoneWindowManager.java267 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/
DPackageManagerTests.java98 private static final boolean localLOGV = true; field in PackageManagerTests
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2138 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