Searched refs:unregisterForLceInfo (Results 1 – 7 of 7) sorted by relevance
2219 void unregisterForLceInfo(Handler h); in unregisterForLceInfo() method
983 public void unregisterForLceInfo(Handler h) { in unregisterForLceInfo() method in BaseCommands
2141 public void unregisterForLceInfo(Handler h) { in unregisterForLceInfo() method in SimulatedCommands2142 SimulatedCommandsVerifier.getInstance().unregisterForLceInfo(h); in unregisterForLceInfo()
1368 public void unregisterForLceInfo(Handler h) { in unregisterForLceInfo() method in SimulatedCommandsVerifier
414 verify(mSimulatedCommandsVerifier, times(1)).unregisterForLceInfo(any(Handler.class)); in testDisconnectEvent()
2265 mPhone.mCi.unregisterForLceInfo(getHandler()); in exit()
21782 HSPLcom/android/internal/telephony/BaseCommands;->unregisterForLceInfo(Landroid/os/Handler;)V