Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapSimVcardManager.java344 public final ArrayList<String> getSIMContactNamesByNumber(final String phoneNumber) { in getSIMContactNamesByNumber() method in BluetoothPbapSimVcardManager
DBluetoothPbapObexServer.java981 names = mVcardSimManager.getSIMContactNamesByNumber(appParamValue.searchValue); in createList()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapSimVcardManagerTest.java404 List<String> result = mManager.getSIMContactNamesByNumber(query); in testGetSIMContactNamesByNumber()