Searched refs:isAcceptable (Results 1 – 3 of 3) sorted by relevance
104 AnomalyEventWrapper anomalyEventWrapper, boolean isAcceptable) { in handleBatteryTipsCardUpdated() argument106 mIsAcceptable = isAcceptable; in handleBatteryTipsCardUpdated()
238 return verdict.isAcceptable;362 boolean isAcceptable, String widgetLabel, String reason) {370 isAcceptable ? "accepted" : "rejected",
426 private void checkLastWearEvent(boolean isAcceptable) throws Exception { in checkLastWearEvent() argument441 assertEquals(isAcceptable, actualCurrentWear.isAcceptableDegradation); in checkLastWearEvent()