Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DFileStoreAdapter.java55 public String[] childNames(int options, IProgressMonitor monitor) in childNames() method in FileStoreAdapter
57 return mStore.childNames(options, monitor); in childNames()