HomeSort by relevance Sort by last modified time
    Searched refs:hasFeature (Results 26 - 50 of 252) sorted by null

12 3 4 5 6 7 8 91011

  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
FeatureDeviceInfo.java 68 boolean hasFeature = packageManager.hasSystemFeature(featureName);
69 addFeature(store, featureName, "sdk", hasFeature);
  /libcore/dom/src/test/java/org/w3c/domts/
BatikTestDocumentBuilderFactory.java 177 public boolean hasFeature(String feature, String version) {
178 return getDOMImplementation().hasFeature(feature, version);
DOM4JTestDocumentBuilderFactory.java 130 public boolean hasFeature(String feature, String version) {
131 return domImpl.hasFeature(feature, version);
JAXPDOMTestDocumentBuilderFactory.java 143 public boolean hasFeature(String feature, String version) {
144 return builder.getDOMImplementation().hasFeature(feature, version);
  /cts/hostsidetests/inputmethodservice/common/src/android/inputmethodservice/cts/common/test/
ShellCommandUtils.java 33 public static String hasFeature(final String featureName) {
  /frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
KeyEventsTestCaseWithToolbar.java 61 if (!mActivityTestRule.getActivity().getWindow().hasFeature(Window.FEATURE_OPTIONS_PANEL)) {
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
documentinvalidcharacterexceptioncreateentref.java 50 if (factory.hasFeature("XML", null) != true) {
documentinvalidcharacterexceptioncreateentref1.java 47 if (factory.hasFeature("XML", null) != true) {
documentinvalidcharacterexceptioncreatepi.java 50 if (factory.hasFeature("XML", null) != true) {
documentinvalidcharacterexceptioncreatepi1.java 47 if (factory.hasFeature("XML", null) != true) {
domimplementationfeaturenull.java 31 * hasFeature("XML", null) should return true for implementations that can read staff documents.
72 state = domImpl.hasFeature("XML", nullVersion);
hc_attrappendchild4.java 46 if (factory.hasFeature("XML", null) != true) {
hc_attrgetvalue2.java 44 if (factory.hasFeature("XML", null) != true) {
hc_attrinsertbefore5.java 46 if (factory.hasFeature("XML", null) != true) {
hc_entitiesremovenameditem1.java 45 if (factory.hasFeature("XML", null) != true) {
hc_entitiessetnameditem1.java 46 if (factory.hasFeature("XML", null) != true) {
hc_nodevalue07.java 46 if (factory.hasFeature("XML", null) != true) {
hc_nodevalue08.java 46 if (factory.hasFeature("XML", null) != true) {
hc_notationsremovenameditem1.java 45 if (factory.hasFeature("XML", null) != true) {
hc_notationssetnameditem1.java 46 if (factory.hasFeature("XML", null) != true) {
  /cts/hostsidetests/incident/src/com/android/server/cts/
BatteryStatsValidationTest.java 174 if (isTV() || !hasFeature(FEATURE_BLUETOOTH_LE, true)) {
246 if (isTV() || !hasFeature(FEATURE_LOCATION_GPS, true)) {
314 if (isTV() || !hasFeature(FEATURE_WIFI, true)) {
407 if (isTV() || !hasFeature(FEATURE_WIFI, true)) {
449 if (isTV() || !hasFeature(FEATURE_WIFI, true)) {
680 return hasFeature(FEATURE_LEANBACK_ONLY, false);
687 private boolean hasFeature(String featureName, boolean requiredAnswer) throws Exception {
AppWidgetIncidentTest.java 48 return getDevice().hasFeature("android.software.app_widgets");
  /cts/tests/app/src/android/app/cts/
ActionBarTest.java 87 if (!mActivity.getWindow().hasFeature(Window.FEATURE_OPTIONS_PANEL)) {
102 if (!mActivity.getWindow().hasFeature(Window.FEATURE_OPTIONS_PANEL)) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
domreg.py 35 if not dom.hasFeature(f,v):
50 of (feature, version) pairs which are passed to hasFeature."""
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
domreg.py 35 if not dom.hasFeature(f,v):
50 of (feature, version) pairs which are passed to hasFeature."""

Completed in 754 milliseconds

12 3 4 5 6 7 8 91011