Searched refs:requiredFeature (Results 1 – 3 of 3) sorted by relevance
131 private boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument149 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()152 + requiredFeature + ". Test won't run."); in hasDeviceFeature()
221 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument237 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()239 CLog.logAndDisplay(LogLevel.INFO, "Device doesn't support " + requiredFeature); in hasDeviceFeature()
292 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument310 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()313 + requiredFeature + ". Test won't run."); in hasDeviceFeature()