Searched refs:getEmulatorToolPath (Results 1 – 5 of 5) sorted by relevance
110 public String getEmulatorToolPath() { in getEmulatorToolPath() method in SdkFolderBuildInfo112 return mSdkBuild.getEmulatorToolPath(); in getEmulatorToolPath()
74 public String getEmulatorToolPath(); in getEmulatorToolPath() method
181 public String getEmulatorToolPath() { in getEmulatorToolPath() method in SdkBuildInfo
74 EasyMock.expect(mMockBuildInfo.getEmulatorToolPath()).andStubReturn(EMULATOR_TOOL); in setUp()
199 mEmulatorBinary == null ? sdkBuild.getEmulatorToolPath() : mEmulatorBinary; in launchEmulatorForAvd()