Home
last modified time | relevance | path

Searched refs:setOnSuppServiceNotification (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommandsVerifier.java377 public void setOnSuppServiceNotification(Handler h, int what, Object obj) { in setOnSuppServiceNotification() method in SimulatedCommandsVerifier
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java415 void setOnSuppServiceNotification(Handler h, int what, Object obj); in setOnSuppServiceNotification() method
H A DBaseCommands.java456 public void setOnSuppServiceNotification(Handler h, int what, Object obj) { in setOnSuppServiceNotification() method in BaseCommands
H A DGsmCdmaPhone.java410 mCi.setOnSuppServiceNotification(this, EVENT_SSN, null); in initOnce()