Home
last modified time | relevance | path

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

/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
DMtpDatabaseTest.java443 final String[] rootColumns = new String[] { in testRestoreIdForDifferentDevices() local
612 final String[] rootColumns = new String[] { in testClearMtpIdentifierBeforeResolveRootDocuments() local
627 try (final Cursor cursor = mDatabase.queryRoots(resources, rootColumns)) { in testClearMtpIdentifierBeforeResolveRootDocuments() argument