Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCommandsInterface.java567 void registerForLineControlInfo(Handler h, int what, Object obj); in registerForLineControlInfo() method
DBaseCommands.java688 public void registerForLineControlInfo(Handler h, int what, Object obj) { in registerForLineControlInfo() method in BaseCommands
DPhone.java3188 public void registerForLineControlInfo(Handler h, int what, Object obj) { in registerForLineControlInfo() method in Phone
3189 mCi.registerForLineControlInfo(h, what, obj); in registerForLineControlInfo()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSimulatedCommandsVerifier.java489 public void registerForLineControlInfo(Handler h, int what, Object obj) { in registerForLineControlInfo() method in SimulatedCommandsVerifier