Home
last modified time | relevance | path

Searched refs:isProtected (Results 1 – 20 of 20) sorted by relevance

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/java/
DJavaMethod.java71 public boolean isProtected() { in isProtected() method in JavaMethod
72 return Modifier.isProtected(mMethod.getModifiers()); in isProtected()
/frameworks/support/lifecycle/compiler/src/main/kotlin/android/arch/lifecycle/
Delements_ext.kt35 fun ExecutableElement.isProtected() = modifiers.contains(Modifier.PROTECTED) method
Dtransformation.kt117 && (executable.isPackagePrivate() || executable.isProtected())) { in transformToOutput()
/frameworks/base/core/jni/android/graphics/
DSurfaceTexture.cpp74 EGLint isProtected = EGL_FALSE; in isProtectedContext() local
75 eglQueryContext(dpy, ctx, EGL_PROTECTED_CONTENT_EXT, &isProtected); in isProtectedContext()
77 return isProtected; in isProtectedContext()
/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
DModelClass.java257 if ((method.isPublic() || (allowProtected && method.isProtected())) && in getMethods()
/frameworks/native/libs/gui/
DIGraphicBufferConsumer.cpp140 status_t setConsumerIsProtected(bool isProtected) override { in setConsumerIsProtected() argument
142 return callRemote<Signature>(Tag::SET_CONSUMER_IS_PROTECTED, isProtected); in setConsumerIsProtected()
DBufferQueueConsumer.cpp715 status_t BufferQueueConsumer::setConsumerIsProtected(bool isProtected) { in setConsumerIsProtected() argument
717 BQ_LOGV("setConsumerIsProtected: %s", isProtected ? "true" : "false"); in setConsumerIsProtected()
719 mCore->mConsumerIsProtected = isProtected; in setConsumerIsProtected()
/frameworks/native/libs/gui/include/gui/
DBufferQueueConsumer.h135 virtual status_t setConsumerIsProtected(bool isProtected);
DIGraphicBufferConsumer.h250 virtual status_t setConsumerIsProtected(bool isProtected) = 0;
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
DBluetoothMapMessage.java335 public boolean isProtected() { in isProtected() method in BluetoothMapMessage
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
DAnnotationMethod.java130 public boolean isProtected() { in isProtected() method in AnnotationMethod
/frameworks/native/services/surfaceflinger/
DLayer.h289 virtual bool isProtected() const;
DLayer.cpp1136 bool blackOutLayer = isProtected() || (isSecure() && !hw->isSecure());
1494 bool Layer::isProtected() const function in android::Layer
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt42486 method public static boolean isProtected(int);
/frameworks/base/api/
Dcurrent.txt55864 method public static boolean isProtected(int);
Dtest-current.txt56346 method public static boolean isProtected(int);
Dsystem-current.txt59822 method public static boolean isProtected(int);
/frameworks/base/config/
Dboot-image-profile.txt43280 HSPLjava/lang/reflect/Modifier;->isProtected(I)Z