Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java1169 createDeleteCreate(lowerCase, upperCase); in testCreateLowerCaseDeleteUpperCase()
1177 createDeleteCreate(upperCase, lowerCase); in testCreateUpperCaseDeleteLowerCase()
1185 createDeleteCreate(mixedCase1, mixedCase2); in testCreateMixedCaseDeleteDifferentMixedCase()
1260 private void createDeleteCreate(File create, File delete) throws Exception { in createDeleteCreate() method in ScopedStorageDeviceTest