Searched refs:getLaunchApiLevel (Results 1 – 3 of 3) sorted by relevance
1443 public int getLaunchApiLevel() throws DeviceNotAvailableException; in getLaunchApiLevel() method
3348 assertEquals(23, mTestDevice.getLaunchApiLevel()); in testGetLaunchApiLevel_w_first_api()3365 assertEquals(29, mTestDevice.getLaunchApiLevel()); in testGetLaunchApiLevel_wo_first_api()3380 assertEquals(29, mTestDevice.getLaunchApiLevel()); in testGetLaunchApiLevel_w_exception()
4743 public int getLaunchApiLevel() throws DeviceNotAvailableException { in getLaunchApiLevel() method in NativeDevice