Home
last modified time | relevance | path

Searched defs:attemptCount (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DRebootEscrowManager.java321 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
354 private void onGetRebootEscrowKeyFailed(List<UserInfo> users, int attemptCount) { in onGetRebootEscrowKeyFailed()
500 private void reportMetricOnRestoreComplete(boolean success, int attemptCount) { in reportMetricOnRestoreComplete()
527 private void onEscrowRestoreComplete(boolean success, int attemptCount) { in onEscrowRestoreComplete()
/aosp12/packages/services/Car/cpp/powerpolicy/client/src/
H A DPowerPolicyClientBase.cpp83 int attemptCount = 1; in init() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DRebootEscrowManagerTests.java122 void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
255 public void reportMetric(boolean success, int errorCode, int serviceType, int attemptCount, in reportMetric()
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarLocationService.java461 private void injectLocation(Location location, int attemptCount) { in injectLocation()