Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.6/vts/functional/
Dradio_hidl_hal_api.cpp965 PhonebookRecordInfo recordInfo; in TEST_P() local
966 recordInfo.recordId = 0; in TEST_P()
967 recordInfo.name = "ABC"; in TEST_P()
968 recordInfo.number = "1234567890"; in TEST_P()
970 radio_v1_6->updateSimPhonebookRecords(serial, recordInfo); in TEST_P()
980 recordInfo.recordId = index; in TEST_P()
981 recordInfo.name = ""; in TEST_P()
982 recordInfo.number = ""; in TEST_P()
984 radio_v1_6->updateSimPhonebookRecords(serial, recordInfo); in TEST_P()
/hardware/interfaces/radio/1.6/
DIRadio.hal570 * If the index of recordInfo is 0, the phonebook record will be added to global or
573 * If the fields in the recordInfo are all empty except for the index, the phonebook
580 * @param recordInfo Details of the record to insert, delete or update.
584 oneway updateSimPhonebookRecords(int32_t serial, PhonebookRecordInfo recordInfo);