Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
DAtPhonebook.java472 private synchronized int getMaxPhoneBookSize(int currSize) { in getMaxPhoneBookSize() argument
480 int maxSize = (currSize < 100) ? 100 : currSize; in getMaxPhoneBookSize()