Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java190 String selection = BluetoothPbapObexServer.createSelectionPara(type); in getCallHistorySize()
216 String selection = BluetoothPbapObexServer.createSelectionPara(type); in loadCallHistoryList()
447 String selection = BluetoothPbapObexServer.createSelectionPara(type); in getCallHistoryPrimaryFolderVersion()
491 String typeSelection = BluetoothPbapObexServer.createSelectionPara(type); in composeAndSendSelectedCallLogVcards()
DBluetoothPbapObexServer.java1334 public static final String createSelectionPara(final int type) { in createSelectionPara() method in BluetoothPbapObexServer