Home | History | Annotate | Download | only in fs_config

Lines Matching defs:aids

132     # Some of the AIDS like AID_MEDIA_EX had names like mediaex
248 skips some hardcoded AIDs it doesn't need to generate a mapping for.
436 # No core AIDs should be within any oem range.
455 def aids(self):
456 """Retrieves the list of found AIDs.
613 # This is only cosmetic so AIDS are arranged in ascending order
761 def aids(self):
953 ' to parse AIDs and OEM Ranges from')
960 base_aids = self._base_parser.aids
961 oem_aids = self._oem_parser.aids
963 # Detect name collisions on AIDs. Since friendly works as the
1044 aids ([AIDS]): A list of AID objects for Android Id entries.
1054 aids = self._oem_parser.aids
1058 are_aids = len(aids) > 0
1061 for aid in aids:
1141 for aid in hdr.aids:
1181 'to parse AIDs and OEM Ranges from')
1193 for aid in parser.aids:
1232 'to parse AIDs and OEM Ranges from')
1247 aids = parser.aids
1249 # nothing to do if no aids defined
1250 if len(aids) == 0:
1253 for aid in aids: