Home
last modified time | relevance | path

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

/cts/hostsidetests/angle/app/nativeDriverCheck/src/com/android/angleIntegrationTest/nativeDriverCheck/
DNativeDriverCheckActivity.java46 final Bundle returnBundle = new Bundle(); in checkNativeDriver() local
47 returnBundle.putString(NATIVE_GL_RENDERER, glesView.getRenderer()); in checkNativeDriver()
48 instrumentation.sendStatus(INST_STATUS_IN_PROGRESS, returnBundle); in checkNativeDriver()
/cts/hostsidetests/adpf/app/hintsession/src/android/adpf/hintsession/app/
DADPFHintSessionDeviceTest.java77 final Bundle returnBundle = new Bundle(); in testAdpfHintSession() local
82 metrics.forEach(returnBundle::putString); in testAdpfHintSession()
83 SendToInstrumentation.sendBundle(mInstrumentation, returnBundle); in testAdpfHintSession()