Home
last modified time | relevance | path

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

/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DDeviceUtils.java790 } else if (DropboxEntry.isDropboxFilePath(line) && lastEntryName != null) { in getDropboxEntriesFromStdout()
905 private static boolean isDropboxFilePath(String input) { in isDropboxFilePath() method in DropboxEntry