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

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
H A DJavaMethod.java71 public boolean isProtected() { method in class:JavaMethod
72 return Modifier.isProtected(mMethod.getModifiers());
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
H A DInjectedMethod.java91 public boolean isProtected() { method in class:InjectedMethod
H A DModelMethod.java35 public abstract boolean isProtected(); method in class:ModelMethod
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
H A DAnnotationMethod.java130 public boolean isProtected() { method in class:AnnotationMethod
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapMessage.java335 public boolean isProtected() { method in class:BluetoothMapMessage
/frameworks/base/core/jni/android/graphics/
H A DSurfaceTexture.cpp74 EGLint isProtected = EGL_FALSE; local
75 eglQueryContext(dpy, ctx, EGL_PROTECTED_CONTENT_EXT, &isProtected);
77 return isProtected;
/frameworks/native/libs/gui/
H A DBufferQueueConsumer.cpp712 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { argument
714 BQ_LOGV("setConsumerIsProtected: %s", isProtected ? "true" : "false");
716 mCore->mConsumerIsProtected = isProtected;
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1080 bool blackOutLayer = isProtected() || (isSecure() && !hw->isSecure());
1437 bool Layer::isProtected() const function in class:android::Layer
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 5133 milliseconds