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.java205 String selection = BluetoothPbapObexServer.createSelectionPara(type); in getCallHistorySize()
231 String selection = BluetoothPbapObexServer.createSelectionPara(type); in loadCallHistoryList()
462 String selection = BluetoothPbapObexServer.createSelectionPara(type); in getCallHistoryPrimaryFolderVersion()
506 String typeSelection = BluetoothPbapObexServer.createSelectionPara(type); in composeAndSendSelectedCallLogVcards()
DBluetoothPbapObexServer.java1371 public static final String createSelectionPara(final int type) { in createSelectionPara() method in BluetoothPbapObexServer