Searched defs:isProtected (Results 1 – 10 of 10) sorted by relevance
35 fun ExecutableElement.isProtected() = modifiers.contains(Modifier.PROTECTED) method
71 public boolean isProtected() { in isProtected() method in JavaMethod
91 public boolean isProtected() { in isProtected() method in InjectedMethod
35 public abstract boolean isProtected(); in isProtected() method in ModelMethod
130 public boolean isProtected() { in isProtected() method in AnnotationMethod
335 public boolean isProtected() { in isProtected() method in BluetoothMapMessage
140 status_t setConsumerIsProtected(bool isProtected) override { in setConsumerIsProtected()
715 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected()
74 EGLint isProtected = EGL_FALSE; in isProtectedContext() local
1494 bool Layer::isProtected() const function in android::Layer