Home | History | Annotate | Download | only in apilint

Lines Matching defs:Package

142 class Package():
148 self.name = raw[raw.index("package")+1]
172 if raw.startswith("package"):
173 pkg = Package(raw, blame)
299 All action values must be scoped by package and match name:
300 package android.foo {
329 All extra values must be scoped by package and match name:
330 package android.foo {
581 """Catch package layering violations.
612 warn(clazz, f, "Field type violates package layering")
617 warn(clazz, m, "Method return type violates package layering")
621 warn(clazz, m, "Method argument type violates package layering")