Searched refs:warningItemInfoSupplier (Results 1 – 1 of 1) sorted by relevance
57 @Nullable Function<WarningItemInfo, T> warningItemInfoSupplier) { in getInfo() argument60 } else if (warningItemInfoSupplier != null && mPowerAnomalyEvent.hasWarningItemInfo()) { in getInfo()61 return warningItemInfoSupplier.apply(mPowerAnomalyEvent.getWarningItemInfo()); in getInfo()75 Function<WarningItemInfo, String> warningItemInfoSupplier, in getString() argument78 final String string = getInfo(warningBannerInfoSupplier, warningItemInfoSupplier); in getString()