/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
D | DataCollector.java | 170 Log.w(TAG, "Error while saving dumpsys meminfo -c: " + ioe.getMessage()); in createLog() 181 Log.w(TAG, "Error while saving dumpsys cpuinfo : " + ioe.getMessage()); in createLog() 192 Log.w(TAG, String.format("Failed to take bugreport: %s", e.getMessage())); in createLog() 203 Log.w(TAG, String.format("Failed to save buddyinfo: %s", e.getMessage())); in createLog() 215 Log.w(TAG, String.format("Failed to save ION heap: %s", e.getMessage())); in createLog() 226 Log.w(TAG, String.format("Failed to save pagetypeinfo: %s", e.getMessage())); in createLog() 237 Log.w(TAG, String.format("Failed to save trace: %s", e.getMessage())); in createLog()
|
D | AuptTestRunner.java | 134 Log.w(LOG_TAG, "Did not create output directory"); in onCreate() 461 Log.w(LOG_TAG, "No Camera folder found to delete from."); in removeOldImagesFromDcimCameraFolder() 464 Log.w(LOG_TAG, "No DCIM folder found to delete from."); in removeOldImagesFromDcimCameraFolder() 519 Log.w(LOG_TAG, "Failed to create UI hierarchy dump for UI error", e); in addError()
|
/platform_testing/tests/functional/appsmoke/src/android/test/appsmoke/ |
D | AppSmokeTest.java | 251 int w = sDevice.getDisplayWidth(); in pokeApp() local 254 boolean ret = sDevice.swipe(w / 2, h / 2 + dY, w / 2, h / 2 - dY, 40); in pokeApp() 256 Log.w(TAG, "Failed while attempting to poke front end window with swipe"); in pokeApp()
|
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/ |
D | SettingsHelper.java | 52 int w = mDevice.getDisplayWidth(); in scrollVert() local 54 mDevice.swipe(w / 2, h / 2, w / 2, isUp ? h : 0, 2); in scrollVert()
|
/platform_testing/libraries/settings-app-helper/src/android/platform/test/helpers/ |
D | SettingsHelperImpl.java | 111 int w = mDevice.getDisplayWidth(); in scrollVert() local 113 mDevice.swipe(w / 2, h / 2, w / 2, isUp ? h : 0, 2); in scrollVert()
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | CommonLauncherHelper.java | 172 Log.w(LOG_TAG, "no new window detected after app launch attempt."); in launchApp() 177 Log.w(LOG_TAG, String.format( in launchApp()
|
D | LeanbackLauncherStrategy.java | 96 Log.w(LOG_TAG, "The reset will be ignored on leanback launcher"); in openAllApps() 404 Log.w(LOG_TAG, String.format( in launchApp()
|
/platform_testing/utils/dialogs/src/com/android/dialogutils/ |
D | DismissDialogsInstrumentation.java | 183 Log.w(LOG_TAG, "ReflectiveOperationException. Continuing with dismissal.", e); in onStart() 190 Log.w(LOG_TAG, "RuntimeException. Continuing with dismissal.", e); in onStart() 197 Log.w(LOG_TAG, "AssertionError. Continuing with dismissal.", e); in onStart()
|
/platform_testing/tests/androidbvt/src/com/android/androidbvt/ |
D | MediaPlaybackTests.java | 88 Log.w(TAG, "Hit onCompletion!"); in testVideoPlayback()
|
/platform_testing/tests/smokefast/src/com/android/smokefast/ |
D | MediaPlaybackTest.java | 88 Log.w(TAG, "Hit onCompletion!"); in testVideoPlayback()
|
/platform_testing/utils/crashcollector/src/android/test/crashcollector/ |
D | Collector.java | 106 Log.w(LOG_TAG, "Detected crash of system server."); in run()
|
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/ |
D | AppLaunchTests.java | 150 Log.w(TAG, "Error writing atrace info to file", e); in testAppLaunchPerformance()
|
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/ |
D | SystemUiJankTests.java | 133 Log.w(LOG_TAG, "exeception while force stopping package " + pkg, e); in forceStopPackages()
|
/platform_testing/libraries/google-keyboard-app-helper/src/android/platform/test/helpers/ |
D | GoogleKeyboardHelperImpl.java | 98 Log.w(TAG, "No method defined to open Google Keyboard. (no-op)"); in open()
|