Build m5-rc15

android.telephony._tests
Class TestPhoneNotifier

java.lang.Object
  extended by android.telephony._tests.TestPhoneNotifier
All Implemented Interfaces:
PhoneNotifier

public class TestPhoneNotifier
extends Object
implements PhoneNotifier


Constructor Summary
TestPhoneNotifier()
           
 
Method Summary
 void notifyCallForwardingChanged(Phone phone)
           
 void notifyDataActivity(Phone phone)
           
 void notifyDataConnection(Phone phone)
           
 void notifyMessageWaitingChanged(Phone phone)
           
 void notifyPhoneState(Phone phone)
           
 void notifyServiceState(Phone phone)
           
 void notifySignalStrength(Phone phone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestPhoneNotifier

public TestPhoneNotifier()
Method Detail

notifyPhoneState

public void notifyPhoneState(Phone phone)
Specified by:
notifyPhoneState in interface PhoneNotifier

notifyServiceState

public void notifyServiceState(Phone phone)
Specified by:
notifyServiceState in interface PhoneNotifier

notifySignalStrength

public void notifySignalStrength(Phone phone)
Specified by:
notifySignalStrength in interface PhoneNotifier

notifyMessageWaitingChanged

public void notifyMessageWaitingChanged(Phone phone)
Specified by:
notifyMessageWaitingChanged in interface PhoneNotifier

notifyCallForwardingChanged

public void notifyCallForwardingChanged(Phone phone)
Specified by:
notifyCallForwardingChanged in interface PhoneNotifier

notifyDataConnection

public void notifyDataConnection(Phone phone)
Specified by:
notifyDataConnection in interface PhoneNotifier

notifyDataActivity

public void notifyDataActivity(Phone phone)
Specified by:
notifyDataActivity in interface PhoneNotifier

Build m5-rc15

Please submit a feedback, bug or feature