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

  /cts/tools/host/src/com/android/cts/
DeviceObserver.java 44 void notifyUninstallingComplete(final int resultCode);
TestCase.java 227 public void notifyUninstallingComplete(final int resultCode) {
229 mCurrentTest.notifyUninstallingComplete(resultCode);
TestSuite.java 323 public void notifyUninstallingComplete(final int resultCode) {
325 mCurrentTestCase.notifyUninstallingComplete(resultCode);
329 mCurrentSubSuite.notifyUninstallingComplete(resultCode);
Test.java 402 public void notifyUninstallingComplete(final int resultCode) {
TestPackage.java 575 public void notifyUninstallingComplete(final int resultCode) {
576 Log.d("notifyUninstallingComplete() is called with resultCode=" + resultCode);
    [all...]
TestDevice.java     [all...]

Completed in 47 milliseconds