Searched defs:notifySignalStrengthForPhoneId (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DTelephonyRegistryMock.java203 public void notifySignalStrengthForPhoneId(int phoneId, int subId, method in class:TelephonyRegistryMock
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java798 public void notifySignalStrengthForPhoneId(int phoneId, int subId, method in class:TelephonyRegistry
804 log("notifySignalStrengthForPhoneId: subId=" + subId
806 toStringLogSSC("notifySignalStrengthForPhoneId");
811 if (VDBG) log("notifySignalStrengthForPhoneId: valid phoneId=" + phoneId);
815 log("notifySignalStrengthForPhoneId: r=" + r + " subId=" + subId
823 log("notifySignalStrengthForPhoneId: callback.onSsS r=" + r
838 log("notifySignalStrengthForPhoneId: callback.onSS r=" + r
849 log("notifySignalStrengthForPhoneId: invalid phoneId=" + phoneId);

Completed in 107 milliseconds