Searched refs:toSystemEventResult (Results 1 – 3 of 3) sorted by relevance
22 import static com.android.safetycenter.logging.SafetyCenterStatsdLogger.toSystemEventResult;173 int sourceResult = toSystemEventResult(successful); in reportSourceRefreshCompleted()190 toSystemEventResult(/* success= */ !refreshInProgress.hasAnyTrackedSourceErrors()); in reportSourceRefreshCompleted()
22 import static com.android.safetycenter.logging.SafetyCenterStatsdLogger.toSystemEventResult;552 int result = toSystemEventResult(success); in processSafetyEvent()
366 public static int toSystemEventResult(boolean success) { in toSystemEventResult() method in SafetyCenterStatsdLogger