Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DSyncCursorPair.java584 private static String getTimeConstrainedQuery(final String typeSelection, in getTimeConstrainedQuery() argument
588 queryBuilder.append(typeSelection); in getTimeConstrainedQuery()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java594 String typeSelection = BluetoothPbapObexServer.createSelectionPara(type); in composeAndSendSelectedCallLogVcards() local
608 typeSelection, in composeAndSendSelectedCallLogVcards()
648 if (typeSelection == null) { in composeAndSendSelectedCallLogVcards()
651 selection = "(" + typeSelection + ") AND (" + recordSelection + ")"; in composeAndSendSelectedCallLogVcards()