Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 51) sorted by relevance

123

/platform_testing/utils/dialogs/src/com/android/dialogutils/
DDismissDialogsInstrumentation.java136 } catch (RemoteException e) { in onStart()
137 Log.e(LOG_TAG, "Unable to set device orientation.", e); in onStart()
154 Log.e(LOG_TAG, "Failed to find home selector; try #" + retry); in onStart()
162 } catch (RemoteException e) { in onStart()
163 Log.e(LOG_TAG, "Failed to avoid UI bug b/21448825.", e); in onStart()
178 } catch (ReflectiveOperationException e) { in onStart()
180 quitWithError(app, e); in onStart()
183 Log.w(LOG_TAG, "ReflectiveOperationException. Continuing with dismissal.", e); in onStart()
185 } catch (RuntimeException e) { in onStart()
187 quitWithError(app, e); in onStart()
[all …]
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/
DDataCollector.java70 } catch (InterruptedException e) { in stop()
96 } catch (InterruptedException e) { in Logger()
152 } catch (InterruptedException e) { in run()
191 } catch (IOException e) { in createLog()
192 Log.w(TAG, String.format("Failed to take bugreport: %s", e.getMessage())); in createLog()
202 } catch (IOException e) { in createLog()
203 Log.w(TAG, String.format("Failed to save buddyinfo: %s", e.getMessage())); in createLog()
214 } catch (IOException e) { in createLog()
215 Log.w(TAG, String.format("Failed to save ION heap: %s", e.getMessage())); in createLog()
225 } catch (IOException e) { in createLog()
[all …]
DAuptTestCase.java240 } catch (FileNotFoundException e) { in readProcessesFromFile()
241 Log.e(TAG, "Error opening track file", e); in readProcessesFromFile()
242 } catch (IOException e) { in readProcessesFromFile()
243 Log.e(TAG, "Error opening track file", e); in readProcessesFromFile()
384 } catch (IOException e) { in saveMemoryStats()
385 Log.e(TAG, "Error while saving memory stats", e); in saveMemoryStats()
401 } catch (IOException e) { in saveMemoryStats()
402 Log.e(TAG, "Error while saving memory stat details", e); in saveMemoryStats()
435 } catch (IOException e) { in recordMemoryUsage()
436 Log.e(TAG, "exception while memory stats", e); in recordMemoryUsage()
[all …]
DAuptTestRunner.java233 Log.e(LOG_TAG, "error saving progress file", ioe); in writeMessage()
338 } catch (InterruptedException e) { in runTest()
350 } catch (InterruptedException e) { in runTest()
393 } catch (InterruptedException e) { in runTest()
504 Log.e(LOG_TAG, "Caught exception from a test", t); in addError()
518 } catch (IOException e) { in addError()
519 Log.w(LOG_TAG, "Failed to create UI hierarchy dump for UI error", e); in addError()
643 try { Thread.sleep(DELAY); } catch (InterruptedException e) { Log.wtf(LOG_TAG, e); } in onStartCommand()
/platform_testing/tests/perf/PerformanceLaunch/src/com/android/performanceLaunch/helper/
DSimpleGLSurfaceView.java51 public boolean onTouchEvent(MotionEvent e) { in onTouchEvent() argument
56 float x = e.getX(); in onTouchEvent()
57 float y = e.getY(); in onTouchEvent()
59 switch (e.getAction()) { in onTouchEvent()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLauncherStrategyFactory.java73 } catch (InstantiationException | IllegalAccessException e) { in registerLauncherStrategy()
74 Log.e(LOG_TAG, "exception while creating instance: " in registerLauncherStrategy()
DCommonLauncherHelper.java201 } catch (RemoteException e) { in unlockDeviceIfAsleep()
202 Log.e(LOG_TAG, "Failed to unlock the screen-off device.", e); in unlockDeviceIfAsleep()
/platform_testing/tests/functional/launchertests/src/com/android/launcher/functional/
DPhoneHotseatTests.java44 } catch (RemoteException e) { in setUp()
45 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
DTabletHotseatTests.java45 } catch (RemoteException e) { in setUp()
46 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
/platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
DSystemUiJankTests.java83 } catch (RemoteException e) { in setUp()
84 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
132 } catch (IOException e) { in forceStopPackages()
133 Log.w(LOG_TAG, "exeception while force stopping package " + pkg, e); in forceStopPackages()
148 } catch (RemoteException e) { in resetRecentsToBottom()
149 throw new RuntimeException(e); in resetRecentsToBottom()
DSettingsJankTests.java61 } catch (RemoteException e) { in setUp()
62 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
/platform_testing/tests/functional/otatests/src/com/android/functional/otatests/
DVersionCheckingTest.java26 } catch (IOException e) { in setUp()
28 "Couldn't find version file; was this test run with VersionCachePreparer?", e); in setUp()
/platform_testing/tests/androidbvt/src/com/android/androidbvt/
DAndroidBvtHelper.java103 } catch (IOException e) { in executeShellCommand()
104 Log.e(TEST_TAG, e.getMessage()); in executeShellCommand()
DMediaPlaybackTests.java72 } catch (InterruptedException e) { in testVideoPlayback()
100 } catch (InterruptedException e) { in testVideoPlayback()
/platform_testing/libraries/maps-app-helper/src/android/platform/test/helpers/
DMapsHelperImpl.java63 } catch (NameNotFoundException e) { in MapsHelperImpl()
64 Log.e(LOG_TAG, String.format("Unable to find package by name, %s", getPackage())); in MapsHelperImpl()
132 Log.e(LOG_TAG, "Did not find a location services dialog."); in dismissInitialDialogs()
144 Log.e(LOG_TAG, "Did not find 'tap here' dialog"); in dismissInitialDialogs()
155 Log.e(LOG_TAG, "Did not find 'reset map' dialog."); in dismissInitialDialogs()
167 Log.e(LOG_TAG, "Did not find any 'side menu' dialog."); in dismissInitialDialogs()
/platform_testing/tests/smokefast/src/com/android/smokefast/
DMediaPlaybackTest.java72 } catch (InterruptedException e) { in testVideoPlayback()
100 } catch (InterruptedException e) { in testVideoPlayback()
DMediaCaptureTest.java109 } catch (InterruptedException e) { in runCaptureTest()
110 fail(e.getLocalizedMessage()); in runCaptureTest()
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/
DDataUsageSettingsTests.java43 } catch (RemoteException e) { in setUp()
44 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
DMainSettingsLargeTests.java58 } catch (RemoteException e) { in setUp()
59 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
DBluetoothNetworkSettingsTests.java50 } catch (RemoteException e) { in setUp()
51 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
/platform_testing/utils/permissions/src/com/android/permissionutils/
DPermissionInstrumentation.java93 Log.e(DUMP_TAG, String.format("Revoked permissions for %s", info.packageName)); in runCommand()
95 Log.e(DUMP_TAG, " " + permission); in runCommand()
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
DNotificationInlineReplyTests.java49 } catch (RemoteException e) { in setUp()
50 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
/platform_testing/libraries/play-store-app-helper/src/android/platform/test/helpers/
DPlayStoreHelperImpl.java114 } catch (NameNotFoundException e) { in selectFirstResult()
115 Log.e(LOG_TAG, "Unable to find version for package: " + UI_PACKAGE); in selectFirstResult()
/platform_testing/tests/jank/sysapp/src/com/android/sysapp/janktests/
DChromeJankTests.java66 } catch (RemoteException e) { in setUp()
67 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
/platform_testing/tests/perf/PerformanceAppTest/src/com/android/performanceapp/tests/
DAppLaunchTests.java149 } catch (IOException e) { in testAppLaunchPerformance()
150 Log.w(TAG, "Error writing atrace info to file", e); in testAppLaunchPerformance()
191 } catch (NameNotFoundException e) { in getActivityList()

123