Searched refs:SIM_URI (Results 1 – 2 of 2) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapSimVcardManager.java | 73 @VisibleForTesting public static final Uri SIM_URI = Uri.parse("content://icc/adn"); field in BluetoothPbapSimVcardManager 106 if (!SIM_URI.equals(contentUri)) { in init() 287 mContentResolver, SIM_URI, SIM_PROJECTION, null, null, null); in getSIMContactsSize() 309 mContentResolver, SIM_URI, SIM_PROJECTION, null, null, null); in getSIMPhonebookNameList() 353 mContentResolver, SIM_URI, SIM_PROJECTION, null, null, null); in getSIMContactNamesByNumber() 419 if (!composer.init(SIM_URI, null, null, null) || !buffer.init()) { in composeAndSendSIMPhonebookVcards() 480 if (!composer.init(SIM_URI, null, null, null) || !buffer.init()) { in composeAndSendSIMPhonebookOneVcard()
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapSimVcardManagerTest.java | 99 assertThat(mManager.init(BluetoothPbapSimVcardManager.SIM_URI, null, null, null)).isFalse(); in testInit_whenCursorIsNull() 112 assertThat(mManager.init(BluetoothPbapSimVcardManager.SIM_URI, null, null, null)).isFalse(); in testInit_whenCursorHasNoEntry() 127 assertThat(mManager.init(BluetoothPbapSimVcardManager.SIM_URI, null, null, null)).isTrue(); in testInit_success() 539 mManager.init(BluetoothPbapSimVcardManager.SIM_URI, null, null, null); in initManager()
|