Home
last modified time | relevance | path

Searched defs:isProtected (Results 1 – 10 of 10) sorted by relevance

/frameworks/support/lifecycle/compiler/src/main/kotlin/android/arch/lifecycle/
Delements_ext.kt35 fun ExecutableElement.isProtected() = modifiers.contains(Modifier.PROTECTED) method
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
DJavaMethod.java71 public boolean isProtected() { in isProtected() method in JavaMethod
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DInjectedMethod.java91 public boolean isProtected() { in isProtected() method in InjectedMethod
DModelMethod.java35 public abstract boolean isProtected(); in isProtected() method in ModelMethod
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
DAnnotationMethod.java130 public boolean isProtected() { in isProtected() method in AnnotationMethod
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapMessage.java335 public boolean isProtected() { in isProtected() method in BluetoothMapMessage
/frameworks/native/libs/gui/
DIGraphicBufferConsumer.cpp140 status_t setConsumerIsProtected(bool isProtected) override { in setConsumerIsProtected()
DBufferQueueConsumer.cpp715 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp74 EGLint isProtected = EGL_FALSE; in isProtectedContext() local
/frameworks/native/services/surfaceflinger/
DLayer.cpp1494 bool Layer::isProtected() const function in android::Layer