Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManagerTest.java206 verify(simVcardManager).getSIMContactsSize(); in testGetPhonebookSize_whenTypeIsSimPhonebook()
DBluetoothPbapSimVcardManagerTest.java250 assertThat(mManager.getSIMContactsSize()).isEqualTo(count); in testGetSIMContactsSize()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapSimVcardManager.java280 public final int getSIMContactsSize() { in getSIMContactsSize() method in BluetoothPbapSimVcardManager
DBluetoothPbapVcardManager.java140 size = vCardSimManager.getSIMContactsSize(); in getPhonebookSize()