Searched refs:orderByWhat (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java238 public final ArrayList<String> getPhonebookNameList(final int orderByWhat) { argument
254 if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_INDEXED) {
258 } else if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_ALPHABETICAL) {
425 final boolean vcardType21, String ownerVCard, int orderByWhat) {
434 if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_INDEXED) {
448 } else if (orderByWhat == BluetoothPbapObexServer.ORDER_BY_ALPHABETICAL) {
463 Log.e(TAG, "Parameter orderByWhat is not supported!");
424 composeAndSendPhonebookOneVcard(Operation op, final int offset, final boolean vcardType21, String ownerVCard, int orderByWhat) argument

Completed in 37 milliseconds