/platform_testing/utils/dialogs/src/com/android/dialogutils/ |
D | DismissDialogsInstrumentation.java | 136 } 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/ |
D | DataCollector.java | 70 } 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 …]
|
D | AuptTestCase.java | 240 } 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 …]
|
D | AuptTestRunner.java | 233 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/ |
D | SimpleGLSurfaceView.java | 51 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/ |
D | LauncherStrategyFactory.java | 73 } catch (InstantiationException | IllegalAccessException e) { in registerLauncherStrategy() 74 Log.e(LOG_TAG, "exception while creating instance: " in registerLauncherStrategy()
|
D | CommonLauncherHelper.java | 201 } 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/ |
D | PhoneHotseatTests.java | 44 } catch (RemoteException e) { in setUp() 45 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
|
D | TabletHotseatTests.java | 45 } 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/ |
D | SystemUiJankTests.java | 83 } 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()
|
D | SettingsJankTests.java | 61 } 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/ |
D | VersionCheckingTest.java | 26 } 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/ |
D | AndroidBvtHelper.java | 103 } catch (IOException e) { in executeShellCommand() 104 Log.e(TEST_TAG, e.getMessage()); in executeShellCommand()
|
D | MediaPlaybackTests.java | 72 } catch (InterruptedException e) { in testVideoPlayback() 100 } catch (InterruptedException e) { in testVideoPlayback()
|
/platform_testing/libraries/maps-app-helper/src/android/platform/test/helpers/ |
D | MapsHelperImpl.java | 63 } 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/ |
D | MediaPlaybackTest.java | 72 } catch (InterruptedException e) { in testVideoPlayback() 100 } catch (InterruptedException e) { in testVideoPlayback()
|
D | MediaCaptureTest.java | 109 } catch (InterruptedException e) { in runCaptureTest() 110 fail(e.getLocalizedMessage()); in runCaptureTest()
|
/platform_testing/tests/functional/settingstests/src/com/android/settings/functional/ |
D | DataUsageSettingsTests.java | 43 } catch (RemoteException e) { in setUp() 44 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
|
D | MainSettingsLargeTests.java | 58 } catch (RemoteException e) { in setUp() 59 throw new RuntimeException("failed to freeze device orientaion", e); in setUp()
|
D | BluetoothNetworkSettingsTests.java | 50 } 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/ |
D | PermissionInstrumentation.java | 93 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/ |
D | NotificationInlineReplyTests.java | 49 } 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/ |
D | PlayStoreHelperImpl.java | 114 } 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/ |
D | ChromeJankTests.java | 66 } 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/ |
D | AppLaunchTests.java | 149 } catch (IOException e) { in testAppLaunchPerformance() 150 Log.w(TAG, "Error writing atrace info to file", e); in testAppLaunchPerformance() 191 } catch (NameNotFoundException e) { in getActivityList()
|