Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/
DDatabaseBackupAndRecovery.java330 final String selectionClause = generationClause + " AND " + volumeClause; in backupExternalDatabase() local
334 try (Cursor c = db.query(true, "files", QUERY_COLUMNS, selectionClause, null, null, in backupExternalDatabase() argument
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java179 String selectionClause = null; in getContactsSize() local
592 String selectionClause = null; in composeAndSendPhonebookVcards() local