Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertInstallerActivity.java65 private static final String EXTRA_RESULT_VALUE = "extra_result_value"; field in CertInstallerActivity
153 intent.putExtra(EXTRA_RESULT_VALUE, succeed); in sendResult()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerTest.java62 private static final String EXTRA_RESULT_VALUE = "extra_result_value"; field in DelegatedCertInstallerTest
146 mReceivedResult = intent.getBooleanExtra(EXTRA_RESULT_VALUE, false);