示例#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());
 }