Home
last modified time | relevance | path

Searched refs:matchMethodInvocation (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/
H A DPendingIntentMutabilityChecker.java69 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in PendingIntentMutabilityChecker
H A DClientSidePermissionCheckChecker.java75 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in ClientSidePermissionCheckChecker
H A DEfficientParcelableChecker.java75 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in EfficientParcelableChecker
H A DBinderIdentityChecker.java65 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in BinderIdentityChecker
H A DContextUserIdChecker.java87 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in ContextUserIdChecker
H A DUidChecker.java55 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in UidChecker
H A DUnattributedNoteOpCallChecker.java100 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in UnattributedNoteOpCallChecker
H A DEfficientStringsChecker.java111 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in EfficientStringsChecker
H A DEfficientXmlChecker.java228 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in EfficientXmlChecker
H A DRequiresPermissionChecker.java203 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in RequiresPermissionChecker