HomeSort by relevance Sort by last modified time
    Searched refs:getMaxListCount (Results 1 - 3 of 3) sorted by null

  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 393 Log.d(TAG,"TYPE_GET_FOLDER_LISTING: MaxListCount = " + appParams.getMaxListCount() +
400 Log.d(TAG,"TYPE_GET_MESSAGE_LISTING: MaxListCount = " + appParams.getMaxListCount() +
467 if(appParams.getMaxListCount() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER)
473 if(appParams.getMaxListCount() != 0) {
570 maxListCount = appParams.getMaxListCount();
BluetoothMapAppParams.java 392 if (getMaxListCount() != INVALID_VALUE_PARAMETER) {
395 appParamBuf.putShort((short) getMaxListCount());
523 public int getMaxListCount() {
    [all...]
BluetoothMapContent.java     [all...]

Completed in 896 milliseconds