Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java236 public static final int SIM_PHONEBOOK = 7; field in BluetoothPbapObexServer.ContentType
525 appParamValue.needTag = ContentType.SIM_PHONEBOOK; in onGet()
542 appParamValue.needTag = ContentType.SIM_PHONEBOOK; in onGet()
880 } else if (appParamValue.needTag == ContentType.SIM_PHONEBOOK) { in sendVcardListingXml()
1424 } else if (appParamValue.needTag == ContentType.SIM_PHONEBOOK) { in pullVcardEntry()
1541 && (appParamValue.needTag != BluetoothPbapObexServer.ContentType.SIM_PHONEBOOK)) { in pullPhonebook()
1599 } else if (appParamValue.needTag == BluetoothPbapObexServer.ContentType.SIM_PHONEBOOK) { in pullPhonebook()
DBluetoothPbapVcardManager.java139 case BluetoothPbapObexServer.ContentType.SIM_PHONEBOOK: in getPhonebookSize()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManagerTest.java204 BluetoothPbapObexServer.ContentType.SIM_PHONEBOOK, simVcardManager)) in testGetPhonebookSize_whenTypeIsSimPhonebook()