Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/src/com/android/providers/media/backupandrestore/
DBackupExecutor.java128 final String selectionClause = prepareSelectionClause(lastBackedUpGenerationNumber); in backupData() local
133 selectionClause, null, null, null, MediaColumns.GENERATION_MODIFIED + " ASC", in backupData() argument
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java164 String selectionClause = null; in getContactsSize() local
166 selectionClause = Phone.STARRED + " = 1"; in getContactsSize()
175 selectionClause, in getContactsSize()
704 String selectionClause = null; in composeAndSendPhonebookVcards() local
706 selectionClause = Phone.STARRED + " = 1"; in composeAndSendPhonebookVcards()
716 selectionClause, in composeAndSendPhonebookVcards()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientContent.java718 String selectionClause = null; in getMessagesFromUri() local
724 selectionClause = Sms.SUBSCRIPTION_ID + " =? "; in getMessagesFromUri()
729 selectionClause = Mms.SUBSCRIPTION_ID + " =? "; in getMessagesFromUri()
738 selectionClause, in getMessagesFromUri()
/packages/providers/MediaProvider/src/com/android/providers/media/
DDatabaseBackupAndRecovery.java477 final String selectionClause = generationClause + " AND " + volumeClause; in backupExternalDatabase() local
483 try (Cursor c = db.query(true, "files", QUERY_COLUMNS, selectionClause, null, null, in backupExternalDatabase() argument