Searched refs:registerForRadioCapabilityChanged (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java2039 public void registerForRadioCapabilityChanged(Handler h, int what, Object obj); method in interface:Phone
H A DProxyController.java154 mProxyPhones[i].registerForRadioCapabilityChanged(
H A DPhoneProxy.java1579 public void registerForRadioCapabilityChanged(Handler h, int what, Object obj) { method in class:PhoneProxy
1580 mActivePhone.registerForRadioCapabilityChanged(h, what, obj);
H A DBaseCommands.java869 public void registerForRadioCapabilityChanged(Handler h, int what, Object obj) { method in class:BaseCommands
H A DCommandsInterface.java1961 public void registerForRadioCapabilityChanged(Handler h, int what, Object obj); method in interface:CommandsInterface
H A DPhoneBase.java2528 public void registerForRadioCapabilityChanged(Handler h, int what, Object obj) { method in class:PhoneBase
2529 mCi.registerForRadioCapabilityChanged(h, what, obj);

Completed in 61 milliseconds