Home
last modified time | relevance | path

Searched refs:handle4 (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DCallServiceNotifier.java186 PhoneAccountHandle handle4 = new PhoneAccountHandle( in registerPhoneAccount() local
188 mPhoneAccountMap.put(CONNECTION_MANAGER_ID, handle4); in registerPhoneAccount()
190 handle4, in registerPhoneAccount()
/aosp12/system/security/keystore2/legacykeystore/
H A Dlib.rs705 let handle4 = thread::spawn(move || { in concurrent_legacy_keystore_entry_test() localVariable
720 handle4.join().expect("Thread 4 panicked."); in concurrent_legacy_keystore_entry_test()
/aosp12/system/security/keystore2/src/
H A Ddatabase.rs4815 let handle4 = thread::spawn(move || { in test_large_number_of_concurrent_db_manipulations() localVariable
4838 handle4.join().expect("Thread 4 panicked."); in test_large_number_of_concurrent_db_manipulations()