Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/tests/AudioPolicyTest/src/com/android/audiopolicytest/
H A DAudioPolicyDeathTest.java125 CompletableFuture<Integer> callbackReturn = new CompletableFuture<>(); in testPolicyClientDeathSendBecomingNoisyIntent() local
127 callbackReturn.complete( in testPolicyClientDeathSendBecomingNoisyIntent()
143 status = callbackReturn.get(ACTIVITY_TIMEOUT_SEC, TimeUnit.SECONDS); in testPolicyClientDeathSendBecomingNoisyIntent()