Searched refs:outcome (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | VisualInterruptionDecisionLogger.kt | 60 val outcome = if (bool1) "allowed" else "suppressed" in logDecision() constant 61 "$str1 $outcome: $str2 (key=$str3)" in logDecision() 81 val outcome = in logFullScreenIntentDecision() constant 87 "FSI $outcome: $str1 (key=$str2)" in logFullScreenIntentDecision()
|
/frameworks/base/services/core/java/com/android/server/ |
D | UserspaceRebootLogger.java | 117 final int outcome = computeOutcome(); in logEventAsync() local 119 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()
|
/frameworks/base/services/core/java/com/android/server/pm/dex/ |
D | DexManager.java | 513 int outcome = loadingPackageCodeLocations.searchDex(dexPath, userId); in getDexPackage() local 514 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage() 516 return new DexSearchResult(loadingPackageCodeLocations.mPackageName, outcome); in getDexPackage() 524 outcome = pcl.searchDex(dexPath, userId); in getDexPackage() 525 if (outcome != DEX_SEARCH_NOT_FOUND) { in getDexPackage() 526 return new DexSearchResult(pcl.mPackageName, outcome); in getDexPackage() 774 public DexSearchResult(String owningPackageName, int outcome) { in DexSearchResult() argument 776 this.mOutcome = outcome; in DexSearchResult()
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | WakefulnessSessionObserver.java | 433 @OverrideOutcome int outcome = OVERRIDE_OUTCOME_UNKNOWN; in releaseTimeoutOverrideWakeLock() 440 outcome = OVERRIDE_OUTCOME_CANCEL_USER_INTERACTION; in releaseTimeoutOverrideWakeLock() 444 outcome = OVERRIDE_OUTCOME_CANCEL_CLIENT_DISCONNECT; in releaseTimeoutOverrideWakeLock() 447 outcome = OVERRIDE_OUTCOME_UNKNOWN; in releaseTimeoutOverrideWakeLock() 451 outcome, in releaseTimeoutOverrideWakeLock()
|
D | ScreenUndimDetector.java | 288 private void checkAndLogUndim(int outcome) { in checkAndLogUndim() argument 292 outcome, in checkAndLogUndim()
|
/frameworks/proto_logging/stats/atoms/power/ |
D | power_extension_atoms.proto | 67 // unknown outcome 87 // Log the outcome this time
|
/frameworks/base/packages/CredentialManager/src/com/android/credentialmanager/autofill/ |
D | CredentialAutofillService.kt | 137 val outcome = object : OutcomeReceiver<GetCandidateCredentialsResponse, in <lambda>() constant 165 outcome, in <lambda>()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | BLASTSync.md | 13 which when observed by the client, produces a visible outcome in the produced frame.
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 14842 * Logs userspace reboot outcome and duration. 14850 // Default value in case platform failed to determine the outcome. 14863 optional Outcome outcome = 1; field 14864 // Duration of userspace reboot in case it has a successful outcome. 16366 // A flip leads to screen turning off. This is the expected outcome. 16401 optional Outcome outcome = 1; field 16402 // Time from timeout extension to the outcome. 17968 * Logs key operations events with outcome, error_code, security level and whether the key is 17983 optional Outcome outcome = 1; field 17985 // Response code or error code in case of error outcome
|
/frameworks/base/services/core/java/com/android/server/stats/pull/ |
D | StatsPullAtomService.java | 4689 FrameworkStatsLog.KEYSTORE2_KEY_OPERATION_WITH_GENERAL_INFO, atom.outcome,
|