Home
last modified time | relevance | path

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

/aosp12/packages/services/Mtp/tests/src/com/android/mtp/
H A 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