Searched refs:requiredFeature (Results 1 – 10 of 10) sorted by relevance
130 private boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument148 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()151 + requiredFeature + ". Test won't run."); in hasDeviceFeature()
118 private static boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument121 .hasSystemFeature(requiredFeature); in hasDeviceFeature()
132 private static boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument135 .hasSystemFeature(requiredFeature); in hasDeviceFeature()
104 private boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument107 .hasSystemFeature(requiredFeature); in hasDeviceFeature()
142 private boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument143 return mContext.getPackageManager().hasSystemFeature(requiredFeature); in hasDeviceFeature()
348 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument367 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()
241 protected boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument244 .hasSystemFeature(requiredFeature); in hasDeviceFeature()
517 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument535 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()538 + requiredFeature + ". Test won't run."); in hasDeviceFeature()
903 protected boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument905 .hasSystemFeature(requiredFeature); in hasDeviceFeature()
1990 private boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument1991 return mContext.getPackageManager().hasSystemFeature(requiredFeature); in hasDeviceFeature()