Searched refs:IdentifierDisclosure (Results 1 – 1 of 1) sorted by relevance
92 private HashMap<Integer, IdentifierDisclosure> mIdentifierDisclosures = new HashMap<>();150 IdentifierDisclosure disclosure = new IdentifierDisclosure(count, start, end); in setIdentifierDisclosure()296 Context context, int subId, IdentifierDisclosure disclosure) { in getIdentifierDisclosureIssue()410 private static class IdentifierDisclosure { class in CellularNetworkSecuritySafetySource415 private IdentifierDisclosure(int count, Instant start, Instant end) { in IdentifierDisclosure() method in CellularNetworkSecuritySafetySource.IdentifierDisclosure435 if (!(o instanceof IdentifierDisclosure)) { in equals()438 IdentifierDisclosure other = (IdentifierDisclosure) o; in equals()