Home
last modified time | relevance | path

Searched defs:diskId (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DAdoptableHostTest.java171 private void verifyPrimaryInternal(String diskId) throws Exception { in verifyPrimaryInternal()
217 private void verifyPrimaryPhysical(String diskId) throws Exception { in verifyPrimaryPhysical()
375 private void cleanUp(String diskId) throws Exception { in cleanUp()
/cts/tests/tests/provider/preconditions/src/android/provider/cts/preconditions/
DExternalStoragePreparer.java43 final String diskId = getVirtualDisk(device); in setUp() local