Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/rust/src/connection/
Dattempt_manager.rs40 attempts: HashMap<ConnectionAttempt, ConnectionAttemptData>, field
218 let mut attempts = ConnectionAttempts::new(); in test_direct_connection() localVariable
235 let mut attempts = ConnectionAttempts::new(); in test_cancel_direct_connection() localVariable
253 let mut attempts = ConnectionAttempts::new(); in test_multiple_direct_connections() localVariable
268 let mut attempts = ConnectionAttempts::new(); in test_two_direct_connection_cancel_one() localVariable
284 let mut attempts = ConnectionAttempts::new(); in test_drop_pending_connection_after_cancel_and_restart() localVariable
300 let mut attempts = ConnectionAttempts::new(); in test_background_connection() localVariable
317 let mut attempts = ConnectionAttempts::new(); in test_reject_duplicate_direct_connection() localVariable
332 let mut attempts = ConnectionAttempts::new(); in test_reject_duplicate_background_connection() localVariable
347 let mut attempts = ConnectionAttempts::new(); in test_resolved_direct_connection() localVariable
[all …]
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileCopyUiTest.java165 int attempts = 0; in setUp() local
199 int attempts = 0; in tearDown() local
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DAllApps.java158 int attempts = 0; in tryGetAppIcon() local
259 int attempts = 0; in scrollBackToBeginning() local
/packages/services/Car/service/src/com/android/car/cluster/
DInstrumentClusterService.java485 int attempts = msg.arg1; in handleMessage() local
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DStorageWizardBase.java264 protected VolumeInfo findFirstVolume(int type, int attempts) { in findFirstVolume()
/packages/modules/Connectivity/tests/unit/java/android/net/
DConnectivityManagerTest.java506 final int attempts = 600; in testConnectivityManagerDoesNotLeakContext() local
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/settings/viewmodel/
DFingerprintSettingsViewModel.kt130 attempts, in <lambda>() method
/packages/modules/Bluetooth/system/rust/src/
Dconnection.rs88 attempts: ConnectionAttempts, field
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringServiceTest.java669 final int attempts = 600; in testTetheringManagerLeak() local
/packages/modules/Connectivity/tests/cts/hostside-network-policy/app/src/com/android/cts/netpolicy/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java276 int attempts = 0; in assertRestrictBackgroundChangedReceived() local
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java1008 final int attempts = 50; // Causes the test to take about 200ms on bullhead-eng. in testWaitForIdle() local
1044 final int attempts = 50; // Causes the test to take about 200ms on bullhead-eng. in verifyThatNotWaitingForIdleCausesRaceConditions() local