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()
150 private static boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument153 .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()
349 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument368 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()
241 protected boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument244 .hasSystemFeature(requiredFeature); in hasDeviceFeature()
584 protected boolean hasDeviceFeature(String requiredFeature) throws DeviceNotAvailableException { in hasDeviceFeature() argument602 boolean result = mAvailableFeatures.contains(requiredFeature); in hasDeviceFeature()605 + requiredFeature + ". Test won't run."); in hasDeviceFeature()
955 protected boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument957 .hasSystemFeature(requiredFeature); in hasDeviceFeature()
1990 private boolean hasDeviceFeature(final String requiredFeature) { in hasDeviceFeature() argument1991 return mContext.getPackageManager().hasSystemFeature(requiredFeature); in hasDeviceFeature()