Searched defs:registerFoT53ClirlInfo (Results 1 - 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java563 public void registerFoT53ClirlInfo(Handler h,int what, Object obj) { method in class:BaseCommands
H A DPhoneProxy.java1116 public void registerFoT53ClirlInfo(Handler h, int what, Object obj) { method in class:PhoneProxy
1117 mActivePhone.registerFoT53ClirlInfo(h, what, obj);
H A DPhone.java1608 void registerFoT53ClirlInfo(Handler h, int what, Object obj); method in interface:Phone
H A DPhoneBase.java1207 public void registerFoT53ClirlInfo(Handler h, int what, Object obj) { method in class:PhoneBase
1208 mCi.registerFoT53ClirlInfo(h, what, obj);
H A DCommandsInterface.java472 void registerFoT53ClirlInfo(Handler h, int what, Object obj); method in interface:CommandsInterface

Completed in 1088 milliseconds