/frameworks/base/errorprone/java/com/google/errorprone/bugpatterns/android/ |
D | ClientSidePermissionCheckChecker.java | 75 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in ClientSidePermissionCheckChecker
|
D | PendingIntentMutabilityChecker.java | 69 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in PendingIntentMutabilityChecker
|
D | BinderIdentityChecker.java | 65 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in BinderIdentityChecker
|
D | ContextUserIdChecker.java | 87 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in ContextUserIdChecker
|
D | EfficientParcelableChecker.java | 75 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in EfficientParcelableChecker
|
D | UidChecker.java | 55 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in UidChecker
|
D | UnattributedNoteOpCallChecker.java | 100 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in UnattributedNoteOpCallChecker
|
D | EfficientStringsChecker.java | 111 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in EfficientStringsChecker
|
D | EfficientXmlChecker.java | 228 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in EfficientXmlChecker
|
D | RequiresPermissionChecker.java | 205 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in RequiresPermissionChecker
|
/frameworks/base/tools/systemfeatures/errorprone/java/com/android/systemfeatures/errorprone/ |
D | RoSystemFeaturesChecker.java | 71 public Description matchMethodInvocation(MethodInvocationTree tree, VisitorState state) { in matchMethodInvocation() method in RoSystemFeaturesChecker
|