Searched defs:featureName (Results 1 – 13 of 13) sorted by relevance
36 boolean isFeatureEnabled(in String featureName) = 13; field37 int enableFeature(in String featureName) = 14; field38 int disableFeature(in String featureName) = 15; field46 @nullable String getCarManagerClassForFeature(in String featureName) = 19; field
59 boolean isFeatureEnabled(@NonNull ICar service, @NonNull String featureName) { in isFeatureEnabled()
2410 public boolean isFeatureEnabled(@NonNull String featureName) { in isFeatureEnabled()2433 public int enableFeature(@NonNull String featureName) { in enableFeature()2460 public int disableFeature(@NonNull String featureName) { in disableFeature()
210 public boolean isFeatureEnabled(String featureName) { in isFeatureEnabled()215 public int enableFeature(String featureName) { in enableFeature()220 public int disableFeature(String featureName) { in disableFeature()240 public String getCarManagerClassForFeature(String featureName) { in getCarManagerClassForFeature()
81 public boolean isFeatureEnabled(String featureName) { in isFeatureEnabled()86 public int enableFeature(String featureName) { in enableFeature()91 public int disableFeature(String featureName) { in disableFeature()111 public String getCarManagerClassForFeature(String featureName) { in getCarManagerClassForFeature()
224 public boolean isFeatureEnabled(String featureName) { in isFeatureEnabled()240 private int checkFeatureExisting(String featureName) { in checkFeatureExisting()257 public int enableFeature(String featureName) { in enableFeature()287 public int disableFeature(String featureName) { in disableFeature()
569 public boolean isFeatureEnabled(String featureName) { in isFeatureEnabled()574 public int enableFeature(String featureName) { in enableFeature()580 public int disableFeature(String featureName) { in disableFeature()605 public String getCarManagerClassForFeature(String featureName) { in getCarManagerClassForFeature()
212 public String getCarManagerClassForFeature(String featureName) { in getCarManagerClassForFeature()
174 private String getClassNameForFeature(String featureName) { in getClassNameForFeature()186 private CarServiceBase constructServiceForFeature(String featureName) { in constructServiceForFeature()
166 String featureName = target.keyAt(i); in predict() local180 String featureName = target.keyAt(i); in update() local
452 String featureName = getSpecificAttributeValue(parser, ATTR_NAME); in parseXml() local
1110 protected boolean hasFeature(String featureName, boolean requiredAnswer) throws Exception { in hasFeature()
7221 private native boolean interopMatchAddrNative(String featureName, String address); in interopMatchAddrNative()7222 private native boolean interopMatchNameNative(String featureName, String name); in interopMatchNameNative()7223 private native boolean interopMatchAddrOrNameNative(String featureName, String address); in interopMatchAddrOrNameNative()7225 String featureName, String address, int length); in interopDatabaseAddRemoveAddrNative()