HomeSort by relevance Sort by last modified time
    Searched refs:notifyInstallingTimeout (Results 1 - 6 of 6) sorted by null

  /cts/tools/host/src/com/android/cts/
DeviceObserver.java 51 void notifyInstallingTimeout(final TestDevice testDevice);
TestCase.java 234 public void notifyInstallingTimeout(final TestDevice testDevice) {
236 mCurrentTest.notifyInstallingTimeout(testDevice);
TestSuite.java 334 public void notifyInstallingTimeout(final TestDevice testDevice) {
336 mCurrentTestCase.notifyInstallingTimeout(testDevice);
340 mCurrentSubSuite.notifyInstallingTimeout(testDevice);
Test.java 406 public void notifyInstallingTimeout(final TestDevice testDevice) {
TestDevice.java 1078 mDeviceObserver.notifyInstallingTimeout(mTargetDevice);
    [all...]
TestPackage.java 594 public void notifyInstallingTimeout(final TestDevice testDevice) {
595 Log.d("TestPackage.notifyInstallingTimeout() is called");
    [all...]

Completed in 21 milliseconds