Searched defs:CALLLOG_NUM_LIMIT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java154 private static int CALLLOG_NUM_LIMIT = 50; field in class:BluetoothPbapObexServer
981 // Limit the number of call log to CALLLOG_NUM_LIMIT
983 if (requestSize > CALLLOG_NUM_LIMIT) {
984 requestSize = CALLLOG_NUM_LIMIT;

Completed in 174 milliseconds