Searched refs:returnBundle (Results 1 – 2 of 2) sorted by relevance
46 final Bundle returnBundle = new Bundle(); in checkNativeDriver() local47 returnBundle.putString(NATIVE_GL_RENDERER, glesView.getRenderer()); in checkNativeDriver()48 instrumentation.sendStatus(INST_STATUS_IN_PROGRESS, returnBundle); in checkNativeDriver()
77 final Bundle returnBundle = new Bundle(); in testAdpfHintSession() local82 metrics.forEach(returnBundle::putString); in testAdpfHintSession()83 SendToInstrumentation.sendBundle(mInstrumentation, returnBundle); in testAdpfHintSession()