Home
last modified time | relevance | path

Searched refs:hasMethod (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DApiHelper.java69 public static final boolean HAS_SET_DEFALT_BUFFER_SIZE = hasMethod(
73 public static final boolean HAS_RELEASE_SURFACE_TEXTURE = hasMethod(
92 hasMethod(View.class, "setSystemUiVisibility", int.class);
101 hasMethod(Camera.class, "setFaceDetectionListener", listenerClass) &&
102 hasMethod(Camera.class, "startFaceDetection") &&
103 hasMethod(Camera.class, "stopFaceDetection") &&
104 hasMethod(Camera.Parameters.class, "getMaxNumDetectedFaces");
111 hasMethod(DevicePolicyManager.class, "getCameraDisabled", ComponentName.class);
214 private static boolean hasMethod(String className, String methodName, in hasMethod() method in ApiHelper
225 private static boolean hasMethod( in hasMethod() method in ApiHelper
/aosp12/frameworks/base/tools/codegen/src/com/android/codegen/
H A DGenerators.kt454 hasMethod(customParcellingMethod, Parcel, "int") ->
481 if (!hasMethod(ClassName, Parcel)) {
506 if (hasMethod(customParcellingMethod, Parcel)) {
641hasMethod(customEquals, Type) -> +"&& $customEquals(that.$internalGetter)$sfx"
642 hasMethod(customEquals, ClassType) -> +"&& $customEquals(that)$sfx"
662 hasMethod(customHashCode) -> +"$customHashCode();"
687 hasMethod(customToString) -> "$customToString()"
900 if (hasMethod("onConstructed")) {
H A DClassPrinter.kt192 return name in suppressedMembers || hasMethod(name, *argTypes)
195 fun hasMethod(name: String, vararg argTypes: String): Boolean { regex
207 .filter { hasMethod("lazyInit${it.NameUpperCamel}") }
/aosp12/packages/apps/TV/libs/m2/
H A Dprotobuf-java-3.7.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp12/packages/apps/RemoteProvisioner/tests/unittests/
H A Dtink-android-1.5.0.jarcom/google/crypto/tink/subtle/prf/StreamingPrf.class StreamingPrf.java package ...