Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java210 atCommandResponse = "+CPBS: \"SM\",0," + getMaxPhoneBookSize(0); in handleCpbsCommand()
221 "+CPBS: \"" + mCurrentPhonebook + "\"," + size + "," + getMaxPhoneBookSize( in handleCpbsCommand()
457 private synchronized int getMaxPhoneBookSize(int currSize) { in getMaxPhoneBookSize() method in AtPhonebook