Do not include cloned members in DEX API listings

Doclava eagerly clones class members into child classes in case the
original class is hidden. These do not correspond to actual class
members in the DEX files and are therefore redundant in the DEX
signature listings. Change the predicate to exclude them.

Bug: 64382372
Test: check output, IBinder.DUMP_TRANSACTION should only appear in
      IBinder

Change-Id: Ida75407b392446228c06d52c7bdd94087725e5ac
(cherry picked from commit 7fd6e09612e65cac3ef0deaad89ebdc95b00e64c)
2 files changed