StatusDefine.java :  » Client » tsfetion » com » cngphone » AnFetion » Fetion » Android Open Source

Android Open Source » Client » tsfetion 
tsfetion » com » cngphone » AnFetion » Fetion » StatusDefine.java
package com.cngphone.AnFetion.Fetion;

public class StatusDefine {
  public final static int EMPTY = 0x00000000;
  public final static int INITINGDATA = 0x80000001;
  public final static int INITEDDATA = 0x00000001;
  public final static int GETINGSYSTEMCONFIG = 0x80000002;
  public final static int GETSYSTEMCONFIGOK = 0x00000002;
  public final static int SSIAPPSIGNINING = 0x80000003;
  public final static int SSIAPPSIGNINIED = 0x00000003;
  public final static int CONNECTINGREMOTE = 0x80000004;
  public final static int CONNECTEDTOREMOTE = 0x00000004;
  public final static int LOGINING = 0x80000005;
  public final static int LOGINED = 0x00000005;
  public final static int GETTINGFRIENDS = 0x80000006;
  public final static int GOTFRIENDS = 0x00000006;
  public final static int SENDINGSMS = 0x80000007;
  
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.