Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManagerTest.java220 BluetoothPbapObexServer.ContentType.INCOMING_CALL_HISTORY, null)) in testGetPhonebookSize_whenTypeIsHistory()
288 BluetoothPbapObexServer.ContentType.INCOMING_CALL_HISTORY)) in testLoadCallHistoryList()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java226 public static final int INCOMING_CALL_HISTORY = 2; field in BluetoothPbapObexServer.ContentType
500 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY; in onGet()
562 appParamValue.needTag = ContentType.INCOMING_CALL_HISTORY; in onGet()
565 ContentType.INCOMING_CALL_HISTORY); in onGet()
1670 case ContentType.INCOMING_CALL_HISTORY: in createSelectionPara()