Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyEventLogTest.java185 mEventLog.writeSetCellDataEnabled(true); in testWriteSetCellDataEnabled()
199 mEventLog.writeSetCellDataEnabled(false); in testWriteSetCellDataEnabled()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyEventLog.java275 public void writeSetCellDataEnabled(boolean enabled) { in writeSetCellDataEnabled() method in TelephonyEventLog