Lines Matching refs:match
14 # isEphemeralApp=true will match apps marked by PackageManager as Ephemeral
15 # isV2App=true will match apps in the v2 app sandbox.
16 # isOwner=true will only match for the owner/primary user.
17 # isOwner=false will only match for secondary users.
18 # If unspecified, the entry can match either case.
19 # An unspecified string selector will match any value.
20 # A user string selector that ends in * will perform a prefix match.
21 # user=_app will match any regular app UID.
22 # user=_isolated will match any isolated service UID.
23 # isPrivApp=true will only match for applications preinstalled in
25 # minTargetSdkVersion will match applications with a targetSdkVersion
28 # All specified input selectors in an entry must match (i.e. logical AND).