Home
last modified time | relevance | path

Searched defs:retries (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/camera/
H A DCameraServiceProxy.java1021 private void notifySwitchWithRetries(int retries) { in notifySwitchWithRetries()
1027 private void notifySwitchWithRetriesLocked(int retries) { in notifySwitchWithRetriesLocked()
1061 private void notifyDeviceStateWithRetries(int retries) { in notifyDeviceStateWithRetries()
1067 private void notifyDeviceStateWithRetriesLocked(int retries) { in notifyDeviceStateWithRetriesLocked()
/aosp14/system/core/libprocessgroup/
H A Dprocessgroup.cpp216 static int RemoveProcessGroup(const char* cgroup, uid_t uid, int pid, unsigned int retries) { in RemoveProcessGroup()
452 static int KillProcessGroup(uid_t uid, int initialPid, int signal, int retries, in KillProcessGroup()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/usage/
H A DAppStandbyControllerTests.java761 int retries = 0; in assertBucket() local
776 int retries = 0; in assertNotBucket() local
/aosp14/frameworks/base/services/core/java/com/android/server/content/
H A DSyncOperation.java104 int retries; field in SyncOperation
/aosp14/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/
H A DAppLaunch.java527 private void compileAppForIorapWithRetries(String appPkgName, int retries) throws IOException { in compileAppForIorapWithRetries()