(package private) boolean |
URLPatternSpec.implies(URLPatternSpec spec)
Perform the permission URLPattern matching:
the first URLPattern in the name of the argument permission is matched by the first URLPattern
in the name of this permission.
the first URLPattern in the name of the argument permission is NOT matched by any URLPattern
in the URLPatternList of the URLPatternSpec of this permission.
if the first URLPattern in the name of the argument permission matches the first URLPattern in
the URLPatternSpec of this permission, then every URLPattern in the URLPatternList of the
URLPatternSpec of this permission is matched by a URLPattern in the URLPatternList of the
argument permission.
|