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

/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DMapStepsFolder.java40 hs.setHeader(HeaderSet.TYPE, MapObexLevelTest.TYPE_GET_FOLDER_LISTING);
54 hs.setHeader(HeaderSet.TYPE, MapObexLevelTest.TYPE_GET_FOLDER_LISTING);
67 hs.setHeader(HeaderSet.TYPE, MapObexLevelTest.TYPE_GET_FOLDER_LISTING);
H A DMapObexLevelTest.java50 static final String TYPE_GET_FOLDER_LISTING = "x-obex/folder-listing"; field in class:MapObexLevelTest
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java78 private static final String TYPE_GET_FOLDER_LISTING = "x-obex/folder-listing"; field in class:BluetoothMapObexServer
871 if (type.equals(TYPE_GET_FOLDER_LISTING)) {
873 Log.d(TAG,"TYPE_GET_FOLDER_LISTING: MaxListCount = "

Completed in 1557 milliseconds