HomeSort by relevance Sort by last modified time
    Searched refs:localLOGV (Results 1 - 25 of 43) sorted by null

1 2

  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageListener.java 22 private static final boolean localLOGV = true;
35 if (localLOGV) Log.i(TAG, "Storage state changed from " + oldState + " to " + newState);
AsecTests.java 33 private static final boolean localLOGV = true;
48 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
55 if (localLOGV) Log.i(TAG, "Cleaning out old test containers");
405 if (localLOGV) Log.i(TAG, "Storage state changed from " + oldState + " to " + newState);
  /frameworks/base/core/java/android/app/
NotificationManager.java 61 private static boolean localLOGV = DEBUG || android.util.Config.LOGV;
109 if (localLOGV) Log.v(TAG, pkg + ": notify(" + id + ", " + notification + ")");
138 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
153 if (localLOGV) Log.v(TAG, pkg + ": cancelAll()");
LocalActivityManager.java 41 private static final boolean localLOGV = false || Config.LOGV;
123 if (localLOGV) Log.v(TAG, r.id + ": starting " + r.intent);
137 if (localLOGV) Log.v(TAG, r.id + ": resuming");
154 if (localLOGV) Log.v(TAG, r.id + ": restarting");
159 if (localLOGV) Log.v(TAG, r.id + ": restarting and resuming");
169 if (localLOGV) Log.v(TAG, r.id + ": resuming");
175 if (localLOGV) Log.v(TAG, r.id + ": stopping");
183 if (localLOGV) Log.v(TAG, r.id + ": pausing");
188 if (localLOGV) Log.v(TAG, r.id + ": pausing");
190 if (localLOGV) Log.v(TAG, r.id + ": stopping")
    [all...]
  /frameworks/base/services/java/com/android/server/
DeviceStorageMonitorService.java 64 private static final boolean localLOGV = DEBUG ? Config.LOGD : Config.LOGV;
125 if(localLOGV) Slog.i(TAG, " Clear succeeded:"+mClearSucceeded
191 if (localLOGV) Slog.i(TAG, "Clearing cache");
207 if(localLOGV) Slog.i(TAG, "Thread already running just skip");
215 if (localLOGV) Slog.v(TAG, "freeMemory="+mFreeMem);
233 if (localLOGV) Slog.v(TAG, "Running low on memory " +
255 if(localLOGV) Slog.i(TAG, "Posting Message again");
278 if(localLOGV) Slog.v(TAG, "Threshold Percentage="+value);
293 if(localLOGV) Slog.v(TAG, "Full Threshold Bytes="+value);
333 if(localLOGV) Slog.i(TAG, "Sending low memory notification")
    [all...]
IntentResolver.java 47 final private static boolean localLOGV = DEBUG || Config.LOGV;
50 if (localLOGV) {
76 if (localLOGV) {
207 final boolean debug = localLOGV ||
225 final boolean debug = localLOGV ||
351 if (localLOGV) Slog.v(TAG, prefix + name);
400 if (localLOGV) Slog.v(TAG, prefix + name);
436 if (localLOGV) Slog.v(TAG, prefix + name);
458 if (localLOGV) Slog.v(TAG, prefix + name);
AlarmManagerService.java 69 private static final boolean localLOGV = false;
178 if (localLOGV) Slog.v(TAG, "set: " + alarm);
242 if (localLOGV) Slog.v(TAG, "setInexactRepeating: interval=" + interval
269 if (localLOGV) Slog.v(TAG, "timezone changed: " + current + ", new=" + zone.getID());
384 if (localLOGV) Slog.v(TAG, "Adding alarm " + alarm + " at " + index);
387 if (localLOGV) {
534 if (localLOGV) Slog.v(TAG, "Checking active alarm when=" + alarm.when + " " + alarm);
545 if (localLOGV && now - alarm.when > LATE_ALARM_THRESHOLD) {
553 if (localLOGV) Slog.v(TAG, "Alarm triggering: " + alarm);
663 if (localLOGV) Slog.v
    [all...]
Watchdog.java 48 static final boolean localLOGV = false || Config.LOGV;
143 if (localLOGV) Slog.v(TAG, "Alarm went off, checking reboot.");
229 if (localLOGV) Slog.v(TAG, "No need to schedule a reboot alarm!");
300 if (localLOGV) Slog.v(TAG, "Scheduling next reboot alarm for "
  /frameworks/base/core/java/android/widget/
Toast.java 52 static final boolean localLOGV = false;
335 if (localLOGV) Log.v(TAG, "SHOW: " + this);
343 if (localLOGV) Log.v(TAG, "HIDE: " + this);
348 if (localLOGV) Log.v(TAG, "HANDLE SHOW: " + this + " mView=" + mView
368 if (localLOGV) Log.v(
372 if (localLOGV) Log.v(TAG, "ADD! " + mView + " in " + this);
378 if (localLOGV) Log.v(TAG, "HANDLE HIDE: " + this + " mView=" + mView);
384 if (localLOGV) Log.v(
AppSecurityPermissions.java 65 private boolean localLOGV = false;
309 if(localLOGV) Log.i(TAG, "Adding view group:" + grpLabel + ", desc:"
413 if(localLOGV) Log.i(TAG, "Group:"+grpNameKey+" description:"+grpDesc.toString());
455 if(localLOGV) Log.i(TAG, "Processing permission:"+pInfo.name);
457 if(localLOGV) Log.i(TAG, "Permission:"+pInfo.name+" is not displayable");
464 if(localLOGV) Log.i(TAG, "Permission:"+pInfo.name+" belongs to group:"+grpName);
472 if(localLOGV) Log.i(TAG, "idx="+idx+", list.size="+grpPermsList.size());
491 if(localLOGV) Log.i(TAG, "mCurrentState=" + mCurrentState);
496 if(localLOGV) Log.i(TAG, "mExpanded="+mExpanded);
  /frameworks/base/core/java/android/view/
OrientationEventListener.java 34 private static final boolean localLOGV = DEBUG ? Config.LOGD : Config.LOGV;
93 if (localLOGV) Log.d(TAG, "OrientationEventListener enabled");
108 if (localLOGV) Log.d(TAG, "OrientationEventListener disabled");
WindowOrientationListener.java 41 private static final boolean localLOGV = DEBUG || Config.DEBUG;
90 if (localLOGV) Log.d(TAG, "WindowOrientationListener enabled");
105 if (localLOGV) Log.d(TAG, "WindowOrientationListener disabled");
306 if (localLOGV) Log.i(TAG, orientation + ", " + tiltAngle + ", " + mRotation);
326 if (localLOGV) Log.i(TAG, "orientation " + orientation + " gives new rotation = "
SurfaceView.java 87 static private final boolean localLOGV = DEBUG ? true : Config.LOGV;
432 if (localLOGV) Log.i(TAG, "Changes: creating=" + creating
504 if (localLOGV) Log.i(TAG, "New surface: " + mSurface
571 if (localLOGV) Log.v(
620 if (localLOGV) Log.v(
755 if (localLOGV) Log.i(TAG, "Locking canvas... stopped="
768 if (localLOGV) Log.i(TAG, "Returned canvas: " + c);
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 42 private static final boolean localLOGV = true;
69 if (localLOGV)
80 if (localLOGV) Log.i(TAG, "Created secure container " + cid +
160 if (localLOGV) Log.i(TAG, "Forcibly destroying container " + cid);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 40 private static final boolean localLOGV = false;
50 if(localLOGV) Log.i(TAG, "Cleaning up cache directory first");
125 if(localLOGV || TRACKING) Log.i(TAG, "blk1="+blks1+", blks2="+blks2);
129 if(localLOGV || TRACKING) Log.i(TAG, "blks3="+blks3);
282 if(localLOGV) Log.i(TAG, "availableBlks="+availableBlks+", thresholdBlks="+thresholdBlks);
287 if(localLOGV) Log.i(TAG, "Creating "+i+"th test file "+testFile);
335 if(localLOGV) Log.i(TAG, testFile+" removed");
340 if(localLOGV) Log.i(TAG, "createdFileBlks="+createdFileBlks+
344 if(localLOGV) Log.i(TAG, "deletedFileBlks="+fileSize+" shouldFreeBlks="+shouldFree);
567 if(localLOGV) Log.i(TAG, "OBSERVER RET VALUES code="+observer.stats.codeSize
    [all...]
  /frameworks/base/core/java/android/content/res/
StringBlock.java 37 private static final boolean localLOGV = Config.LOGV || false;
50 if (localLOGV) Log.v(TAG, "Created string block " + this
58 if (localLOGV) Log.v(TAG, "Created string block " + this
85 if (localLOGV) Log.v(TAG, "Got string: " + str);
86 if (localLOGV) Log.v(TAG, "Got styles: " + style);
102 if (localLOGV) Log.v(TAG, "BoldId=" + mStyleIDs.boldId
143 if (localLOGV) Log.v(TAG, "Applying style span id=" + type
396 if (localLOGV) Log.v(TAG, "Created string block " + this
AssetManager.java 61 private static final boolean localLOGV = Config.LOGV || false;
95 if (localLOGV) Log.v(TAG, "New asset manager: " + this);
118 if (localLOGV) Log.v(TAG, "New asset manager: " + this);
258 if (localLOGV) Log.v(TAG, "Making string blocks for " + this
  /packages/apps/Settings/src/com/android/settings/
UsageStats.java 55 private static final boolean localLOGV = true;
205 if (localLOGV) Log.i(TAG, "Sorting by usage time");
208 if (localLOGV) Log.i(TAG, "Sorting launch count");
211 if (localLOGV) Log.i(TAG, "Sorting by application name");
  /frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
DefaultContainerService.java 68 private static final boolean localLOGV = true;
255 if (localLOGV)
290 if (localLOGV) Log.i(TAG, "Copied " + codePath + " to " + resFile);
296 if (localLOGV) Log.i(TAG, "Finalized container " + newCid);
298 if (localLOGV) Log.i(TAG, "Unmounting " + newCid +
304 if (localLOGV) Log.i(TAG, "Container " + newCid + " not mounted");
358 if (localLOGV) {
  /frameworks/base/core/java/android/content/
AsyncQueryHandler.java 35 private static final boolean localLOGV = false;
115 if (localLOGV) {
333 if (localLOGV) {
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 61 private static final boolean localLOGV = false;
160 if (localLOGV) Slog.v(TAG, "Launch count: " + mLaunchCount
164 if (localLOGV) Slog.v(TAG, "Reading comps: " + N);
167 if (localLOGV) Slog.v(TAG, "Component: " + comp);
323 if (localLOGV) Slog.v(TAG, "Reading package #" + N + ": " + pkgName);
410 if (localLOGV) Slog.d(TAG, "Disk writer thread starting.");
414 if (localLOGV) Slog.d(TAG, "Disk writer thread ending.");
464 if (localLOGV) Slog.d(TAG, "Dumped usage stats.");
543 if (localLOGV) Slog.i(TAG, "started component:" + pkgName);
572 if (localLOGV) Slog.i(TAG, "paused component:"+pkgName)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbStorageActivity.java 73 static final boolean localLOGV = false;
317 if (localLOGV) Log.i(TAG, "Enabling UMS");
327 if (localLOGV) Log.i(TAG, "Disabling UMS");
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 55 private boolean localLOGV = false;
229 if(localLOGV) Log.i(TAG, "Replacing existing package:"+
285 if(localLOGV) Log.i(TAG, "downloaded app uri="+mPackageURI);
UninstallAppProgress.java 44 private boolean localLOGV = false;
  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java 56 private static boolean localLOGV = DEBUG || android.util.Config.LOGV;

Completed in 1543 milliseconds

1 2