/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
D | RemoteXmlPullParserAdapter.java | 52 public boolean getFeature(String name) throws RemoteException { in getFeature() method in RemoteXmlPullParserAdapter 53 return mDelegate.getFeature(name); in getFeature()
|
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
D | RemoteXmlPullParserAdapter.java | 48 public boolean getFeature(String name) { in getFeature() method in RemoteXmlPullParserAdapter 50 return mDelegate.getFeature(name); in getFeature()
|
/frameworks/base/core/java/android/hardware/face/ |
D | IFaceService.aidl | 104 void getFeature(int feature, IFaceServiceReceiver receiver); in getFeature() method
|
D | FaceManager.java | 358 public void getFeature(int feature, GetFeatureCallback callback) { in getFeature() method in FaceManager 362 mService.getFeature(feature, mServiceReceiver); in getFeature()
|
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
D | RemoteXmlPullParser.java | 35 boolean getFeature(String name) throws RemoteException; in getFeature() method
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | LayoutParserWrapper.java | 279 public boolean getFeature(String s) { in getFeature() method in LayoutParserWrapper
|
/frameworks/av/media/libstagefright/xmlparser/api/ |
D | current.txt | 131 method public java.util.List<media.codecs.Feature> getFeature();
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeXmlBlockParser.java | 120 public boolean getFeature(String name) { in getFeature() method in BridgeXmlBlockParser
|
/frameworks/base/core/java/com/android/internal/util/ |
D | FastXmlSerializer.java | 287 public boolean getFeature(String name) { in getFeature() method in FastXmlSerializer
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 112 public boolean getFeature(String name) { in getFeature() method in XmlBlock.Parser
|
/frameworks/base/services/core/java/com/android/server/biometrics/face/ |
D | FaceService.java | 523 public void getFeature(int feature, IFaceServiceReceiver receiver) { in getFeature() method in FaceService.FaceServiceWrapper 539 OptionalBool result = mDaemon.getFeature(feature, faceId); in getFeature()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeHelperTest.java | 1396 public boolean getFeature(String name) { in getFeature() method in ZenModeHelperTest.XmlResourceParserImpl
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 53532 …method public abstract boolean getFeature(java.lang.String) throws javax.xml.parsers.ParserConfigu… 53594 …method public abstract boolean getFeature(java.lang.String) throws javax.xml.parsers.ParserConfigu… 53700 method public abstract boolean getFeature(java.lang.String); 53867 …method public boolean getFeature(java.lang.String) throws org.xml.sax.SAXNotRecognizedException, o… 53900 …method public boolean getFeature(java.lang.String) throws org.xml.sax.SAXNotRecognizedException, o… 53916 …method public boolean getFeature(java.lang.String) throws org.xml.sax.SAXNotRecognizedException, o… 53974 …method public abstract boolean getFeature(java.lang.String) throws javax.xml.xpath.XPathFactoryCon… 57867 method public abstract java.lang.Object getFeature(java.lang.String, java.lang.String); 58003 method public abstract java.lang.Object getFeature(java.lang.String, java.lang.String); 58345 …method public abstract boolean getFeature(java.lang.String) throws org.xml.sax.SAXNotRecognizedExc… [all …]
|
/frameworks/base/api/ |
D | current.txt | 76423 …method public abstract boolean getFeature(String) throws javax.xml.parsers.ParserConfigurationExce… 76485 …method public abstract boolean getFeature(String) throws javax.xml.parsers.ParserConfigurationExce… 76591 method public abstract boolean getFeature(String); 76758 …method public boolean getFeature(String) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax… 76791 …method public boolean getFeature(String) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax… 76807 …method public boolean getFeature(String) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax… 76865 …method public abstract boolean getFeature(String) throws javax.xml.xpath.XPathFactoryConfiguration… 77247 method public Object getFeature(String, String); 77383 method public Object getFeature(String, String); 77725 …method public boolean getFeature(String) throws org.xml.sax.SAXNotRecognizedException, org.xml.sax… [all …]
|