Home
last modified time | relevance | path

Searched refs:w (Results 1 – 14 of 14) sorted by relevance

/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DDataCollector.java170 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()
DAuptTestRunner.java134 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/
DAppSmokeTest.java251 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/
DSettingsHelper.java52 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/
DSettingsHelperImpl.java111 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/
DCommonLauncherHelper.java172 Log.w(LOG_TAG, "no new window detected after app launch attempt."); in launchApp()
177 Log.w(LOG_TAG, String.format( in launchApp()
DLeanbackLauncherStrategy.java96 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/
DDismissDialogsInstrumentation.java183 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/
DMediaPlaybackTests.java88 Log.w(TAG, "Hit onCompletion!"); in testVideoPlayback()
/platform_testing/tests/smokefast/src/com/android/smokefast/
DMediaPlaybackTest.java88 Log.w(TAG, "Hit onCompletion!"); in testVideoPlayback()
/platform_testing/utils/crashcollector/src/android/test/crashcollector/
DCollector.java106 Log.w(LOG_TAG, "Detected crash of system server."); in run()
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java150 Log.w(TAG, "Error writing atrace info to file", e); in testAppLaunchPerformance()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java133 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/
DGoogleKeyboardHelperImpl.java98 Log.w(TAG, "No method defined to open Google Keyboard. (no-op)"); in open()