Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1089 createDeleteCreate(lowerCase, upperCase); in testCreateLowerCaseDeleteUpperCase()
1097 createDeleteCreate(upperCase, lowerCase); in testCreateUpperCaseDeleteLowerCase()
1105 createDeleteCreate(mixedCase1, mixedCase2); in testCreateMixedCaseDeleteDifferentMixedCase()
1181 private void createDeleteCreate(File create, File delete) throws Exception { in createDeleteCreate() method in ScopedStorageDeviceTest