Searched refs:registerForLineControlInfo (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CommandsInterface.java | 567 void registerForLineControlInfo(Handler h, int what, Object obj); in registerForLineControlInfo() method
|
D | BaseCommands.java | 688 public void registerForLineControlInfo(Handler h, int what, Object obj) { in registerForLineControlInfo() method in BaseCommands
|
D | Phone.java | 3188 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/ |
D | SimulatedCommandsVerifier.java | 489 public void registerForLineControlInfo(Handler h, int what, Object obj) { in registerForLineControlInfo() method in SimulatedCommandsVerifier
|