Searched refs:outcome (Results 1 – 3 of 3) sorted by relevance
117 final int outcome = computeOutcome(); in logEventAsync() local119 if (outcome == USERSPACE_REBOOT_REPORTED__OUTCOME__SUCCESS) { in logEventAsync()131 Slog.i(TAG, "Logging UserspaceRebootReported atom: { outcome: " + outcome in logEventAsync()134 FrameworkStatsLog.write(FrameworkStatsLog.USERSPACE_REBOOT_REPORTED, outcome, in logEventAsync()
623 int outcome = loadingPackageCodeLocations.searchDex(dexPath, userId); in getDexPackage() local624 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage()626 return new DexSearchResult(loadingPackageCodeLocations.mPackageName, outcome); in getDexPackage()634 outcome = pcl.searchDex(dexPath, userId); in getDexPackage()635 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage()636 return new DexSearchResult(pcl.mPackageName, outcome); in getDexPackage()841 public DexSearchResult(String owningPackageName, int outcome) { in DexSearchResult() argument843 this.mOutcome = outcome; in DexSearchResult()
7718 * Logs userspace reboot outcome and duration.7726 // Default value in case platform failed to determine the outcome.7739 optional Outcome outcome = 1; field7740 // Duration of userspace reboot in case it has a successful outcome.