예제 #1
0
        static public PhoneCallState GetInstance()
        {
            if (idleState == null)
            {
                idleState = new PhoneCallIdle();
            }

            return(idleState);
        }
예제 #2
0
 public PhoneCallState Idle()
 {
     PhoneStatLog.GetInstance().LogPhone(DateTime.Now.ToString(), "3");
     //Log.Debug("X:" + typeof(PhoneCallReceiver).Name, "2: Incoming call ended.");
     return(PhoneCallIdle.GetInstance());
 }
예제 #3
0
 public PhoneCallState Idle()
 {
     return(PhoneCallIdle.GetInstance());
 }
예제 #4
0
 public PhoneCallState Idle()
 {
     PhoneStatLog.GetInstance().LogPhone(DateTime.Now.ToString(), "3");
     return(PhoneCallIdle.GetInstance());
 }