Home
last modified time | relevance | path

Searched defs:attempts (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/tests/
Daudio_health_tests.cpp37 int attempts = 10; in TEST() local
/frameworks/av/media/mtp/
DMtpFfsCompatHandle.cpp126 size_t attempts = 0; in start() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java385 private void showAlmostAtWipeDialog(int attempts, int remaining, int userType) { in showAlmostAtWipeDialog()
404 private void showWipeDialog(int attempts, int userType) { in showWipeDialog()
/frameworks/base/core/jni/
Dandroid_media_AudioSystem.cpp1371 int attempts = MAX_PORT_GENERATION_SYNC_ATTEMPTS; in android_media_AudioSystem_listAudioPorts() local
1602 int attempts = MAX_PORT_GENERATION_SYNC_ATTEMPTS; in android_media_AudioSystem_listAudioPatches() local
/frameworks/base/tests/net/java/com/android/server/
DConnectivityServiceTest.java538 final int attempts = 50; // Causes the test to take about 200ms on bullhead-eng. in testWaitForIdle() local
574 final int attempts = 50; // Causes the test to take about 200ms on bullhead-eng. in verifyThatNotWaitingForIdleCausesRaceConditions() local
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java3491 public synchronized boolean waitForLoaded(int attempts) { in waitForLoaded()