Home
last modified time | relevance | path

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

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DAppEnumerationTests.java1443 final AtomicReference<Bundle> resultReference = new AtomicReference<>(); in sendCommand() local
1446 resultReference.set(bundle); in sendCommand()
1462 final Bundle bundle = resultReference.get(); in sendCommand()