Home
last modified time | relevance | path

Searched refs:getVersion (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DAppVersionRule.java49 "Test cannot run on this version of the app", mVersion, getVersion()); in starting()
55 public String getVersion() throws NameNotFoundException { in getVersion() method in AppVersionRule
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DIAppHelper.java71 abstract String getVersion() throws NameNotFoundException; in getVersion() method
DAbstractStandardAppHelper2.java408 public String getVersion() throws NameNotFoundException { in getVersion() method in AbstractStandardAppHelper2
DAbstractStandardAppHelper.java449 public String getVersion() throws NameNotFoundException { in getVersion() method in AbstractStandardAppHelper
/platform_testing/libraries/audio-test-harness/utilities/src/com/android/media/audiotestharness/utilities/
DAudioSystemDiagnostic.java64 diagnosticStringBuilder.append("Mixer Version = " + currentMixer.getVersion() + "\n"); in buildAudioSystemDiagnosticString()