Searched defs:attemptCount (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | RebootEscrowManager.java | 321 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 D | PowerPolicyClientBase.cpp | 83 int attemptCount = 1; in init() local
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
H A D | RebootEscrowManagerTests.java | 122 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 D | CarLocationService.java | 461 private void injectLocation(Location location, int attemptCount) { in injectLocation()
|