Searched defs:nvWriteItem (Results 1 – 10 of 10) sorted by relevance
/aosp12/hardware/interfaces/radio/1.0/vts/functional/ |
H A D | radio_hidl_hal_misc.cpp | 602 TEST_P(RadioHidlTest, nvWriteItem) { in TEST_P() argument
|
/aosp12/hardware/interfaces/radio/1.2/default/ |
H A D | Radio.cpp | 701 Return<void> Radio::nvWriteItem(int32_t /* serial */, in nvWriteItem() function in android::hardware::radio::V1_2::implementation::Radio
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SimulatedCommands.java | 2132 public void nvWriteItem(int itemID, String itemValue, Message response, WorkSource workSource) { in nvWriteItem() method in SimulatedCommands
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ITelephony.aidl | 765 boolean nvWriteItem(int itemID, String itemValue); in nvWriteItem() method
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | CommandsInterface.java | 2146 default void nvWriteItem(int itemID, String itemValue, Message response, in nvWriteItem() method
|
H A D | Phone.java | 2689 public void nvWriteItem(int itemID, String itemValue, Message response, in nvWriteItem() method in Phone
|
H A D | RIL.java | 4610 public void nvWriteItem(int itemId, String itemValue, Message result, WorkSource workSource) { in nvWriteItem() method in RIL
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 7106 public boolean nvWriteItem(int itemID, String itemValue) { in nvWriteItem() method in TelephonyManager
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | PhoneInterfaceManager.java | 5599 public boolean nvWriteItem(int itemID, String itemValue) { in nvWriteItem() method in PhoneInterfaceManager
|
/aosp12/hardware/ril/libril/ |
H A D | ril_service.cpp | 2279 Return<void> RadioImpl::nvWriteItem(int32_t serial, const NvWriteItem& item) { in nvWriteItem() function in RadioImpl
|