/platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/ |
D | WatchFacePickerJankTest.java | 115 Log.v(TAG, "Starting from watchface picker full list ..."); in startFromWatchFacePickerFull() 122 Log.v(TAG, "Starting with two watchfaces ..."); in startWithTwoWatchFaces() 132 Log.v(TAG, "Starting with four watchfaces ..."); in startWithFourWatchFaces() 147 Log.v(TAG, "Resetting to watchface picker screen ..."); in resetToWatchFacePicker() 152 Log.v(TAG, "Resetting to watchface picker full list screen ..."); in resetToWatchFacePickerFull() 157 Log.v(TAG, "Resetting to two watchfaces in favorites ..."); in resetToTwoWatchFaces() 167 Log.v(TAG, "Going back Home ..."); in goBackHome()
|
D | WatchFaceHelper.java | 94 Log.v(TAG, "Swiping to the end of favorites list ..."); in openPickerAllList() 100 Log.v(TAG, "Tapping to show all watchfaces ..."); in openPickerAllList() 124 Log.v(TAG, "Tapping the " + localIndex + " watchface on screen ..."); in selectWatchFaceFromFullList() 154 Log.v(TAG, "Starting from watchface picker ..."); in startFromWatchFacePicker() 162 Log.v(TAG, "Removing all but one watch faces ..."); in removeAllButOneWatchFace() 181 Log.v(TAG, "Removing first watch face from favorites ..."); in removeWatchFaceFromFavorites()
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | IorapCompilationRule.java | 69 Log.v(TAG, "resetState"); in resetState() 97 Log.v(TAG, "Purge iorap package: " + packageName); in purgeIorapPackage() 99 Log.v(TAG, "Executed: " + String.format(IORAP_MAINTENANCE_CMD, packageName)); in purgeIorapPackage() 109 Log.v(TAG, "toggleIorapStatus " + Boolean.toString(enable)); in toggleIorapStatus() 162 Log.v(TAG, "compileAppForIorap: success"); in compileAppForIorap() 286 … Log.v(TAG, String.format("%s iteration %s for app %s", status, sIterationCounter, mApplication)); in logStatus()
|
D | TestWatcher.java | 53 Log.v(LOG_TAG, String.format("Executing command from %s: %s", this.getClass(), cmd)); in executeShellCommand()
|
D | DropCachesRule.java | 66 Log.v(LOG_TAG, "dropCaches output was: " + result); in executeDropCaches()
|
/platform_testing/libraries/device-collectors/src/main/java/android/device/collectors/ |
D | JankListener.java | 54 Log.v(LOG_TAG, String.format("Adding packages: %s", pkgs)); in setupAdditionalArgs() 63 Log.v(LOG_TAG, "Tracking all packages for jank."); in setupAdditionalArgs()
|
D | BinderListener.java | 54 Log.v(LOG_TAG, String.format("Adding processes: %s", processes)); in setupAdditionalArgs() 63 Log.v(LOG_TAG, "Tracking all processes for binder."); in setupAdditionalArgs()
|
D | ScheduledRunCollectionListener.java | 132 minMap.computeIfPresent(key, (k, v) -> compareAsDouble(value, v) == -1 ? value : v); in update() 135 maxMap.computeIfPresent(key, (k, v) -> compareAsDouble(value, v) == 1 ? value : v); in update()
|
D | IncidentReportListener.java | 79 Log.v(LOG_TAG, String.format("Collecting full incident report: %s.", fullReportCmd)); in onTestRunEnd()
|
/platform_testing/libraries/collectors-helper/jank/src/com/android/helpers/ |
D | SfStatsCollectionHelper.java | 62 private Double parseStatsValue(String v) { in parseStatsValue() argument 64 return Double.parseDouble(v); in parseStatsValue() 66 Log.e(LOG_TAG, "Encountered exception parsing value: " + v, e); in parseStatsValue() 231 long count = internalMap.values().stream().mapToLong(v -> v).sum(); in mean()
|
D | JankCollectionHelper.java | 259 Log.v(LOG_TAG, "Cleared all gfxinfo."); in clearGfxInfo() 265 Log.v(LOG_TAG, String.format("Cleared %s gfxinfo.", pkg)); in clearGfxInfo() 307 Log.v(LOG_TAG, String.format("Collecting metrics for: %s", packageName)); in parseGfxInfoMetrics()
|
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/ |
D | DispatchActivity.java | 83 Log.v(TAG, "simpleperf throw exception"); in onCreate() 96 Log.v(TAG, "Failed to stop simpleperf"); in onDestroy()
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | ProcessStatusTracker.java | 74 Log.v(TAG, "getProcessDetails - No pids to track, not doing anything"); in getProcessDetails() 140 Log.v(TAG, "Started tracking pid changes: " + processName); in setAllowProcessTracking() 153 Log.v(TAG, String.format("verifyRunningProcess - proc: %s, state: %s", in verifyRunningProcess() 161 Log.v(TAG, String.format("Process started: %s - %d", d.processName, d.pid0)); in verifyRunningProcess()
|
D | AuptTestCase.java | 236 Log.v(TAG, "Lock screen dismissed."); in checkForCondition()
|
/platform_testing/libraries/collectors-helper/statsd/src/com/android/helpers/ |
D | CpuUsageHelper.java | 93 Log.v(LOG_TAG, "Bucket Size: " + gaugeMetric.getBucketInfoCount()); in getMetrics() 104 Log.v(LOG_TAG, String.format("Uid:%d, Pkg Name: %s, User_Time: %d," in getMetrics() 135 Log.v(LOG_TAG, String.format("Cluster Id: %d FreqIndex: %d," in getMetrics()
|
D | ThermalHelper.java | 62 Log.v(LOG_TAG, String.format("Initial severity: %s.", mInitialSeverity)); in startCollecting()
|
/platform_testing/tests/functional/testapks/permissiontestappmv1/src/com/android/permissontestappmv1/ |
D | MainActivity.java | 46 public void onClick(View v) { in onCreate()
|
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/ |
D | Microbenchmark.java | 187 mIterations.computeIfPresent(original, (k, v) -> v + 1); in runChild()
|
/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/ |
D | AbstractLeanbackAppHelper.java | 162 Log.v(TAG, String.format("[%s] Opening the package in %d(ms)", getPackage(), timeoutMs)); in open() 177 Log.v(TAG, String.format("[%s] Opening the header %s", getPackage(), headerName)); in openHeader() 190 Log.v(TAG, "Successfully opened header"); in openHeader() 508 Log.v(TAG, String.format("[%s] Selecting the header %s", getPackage(), headerName));
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
D | NotificationSecurityLargeTests.java | 50 Log.v(LOG_TAG, "set up notification..."); in setUp()
|
D | NotificationHelper.java | 127 Log.v(LOG_TAG, "Sending out notification..."); in sendNotification() 153 Log.v(LOG_TAG, "Sending out notification..."); in sendNotifications() 334 Log.v(TAG, "toast " + text); in onHandleIntent()
|
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
D | LongevitySuite.java | 175 mIterations.computeIfPresent(runner.getDescription(), (k, v) -> v + 1); in runChild()
|
/platform_testing/emu_test/ |
D | run_android_bridge_test.cmd | 48 tasklist /v | find "run_test_android_bridge"
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | AbstractStandardAppHelper.java | 155 Log.v(LOG_TAG, String.format("Idle app for %d ms", mAppIdle)); in idleApp() 288 Log.v(LOG_TAG, String.format("Sending text events for %s", text)); in sendTextEvents()
|
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/ |
D | AppLaunchTests.java | 197 Log.v(TAG, "simpleperf throw exception"); in testAppLaunchPerformance()
|