Example #1
0
 public void e(Context paramContext)
 {
   String[] arrayOfString = DeviceConfig.getNetworkAccessMode(paramContext);
   this.v = arrayOfString[0];
   this.w = arrayOfString[1];
   this.x = DeviceConfig.getOperator(paramContext);
 }
Example #2
0
 public void d(Context paramContext)
 {
   this.s = DeviceConfig.getTimeZone(paramContext);
   String[] arrayOfString = DeviceConfig.getLocaleInfo(paramContext);
   this.t = arrayOfString[0];
   this.u = arrayOfString[1];
 }
Example #3
0
 public void a(Context paramContext)
 {
   this.g = Build.MODEL;
   this.h = "Android";
   this.i = Build.VERSION.RELEASE;
   this.j = DeviceConfig.getResolution(paramContext);
   this.k = DeviceConfig.getCPU();
 }
Example #4
0
 public void a(Context paramContext, String[] paramArrayOfString)
 {
   if ((paramArrayOfString != null) && (paramArrayOfString.length == 2))
   {
     this.a = paramArrayOfString[0];
     this.b = paramArrayOfString[1];
   }
   if (this.a == null)
     this.a = DeviceConfig.getAppkey(paramContext);
   if (this.b == null)
     this.b = DeviceConfig.getChannel(paramContext);
   this.c = DeviceConfig.getDeviceId(paramContext);
   this.d = DeviceConfig.getDeviceIdMD5(paramContext);
   this.e = DeviceConfig.getMac(paramContext);
 }
 @Override
 public int hashCode() {
   int result = hashCode;
   if (result == 0) {
     result = backupAndroidId != null ? backupAndroidId.hashCode() : 0;
     result = result * 37 + (tosVersion != null ? tosVersion.hashCode() : 0);
     result = result * 37 + (deviceConfiguration != null ? deviceConfiguration.hashCode() : 0);
     hashCode = result;
   }
   return result;
 }
Example #6
0
 public void b(Context paramContext)
 {
   this.n = DeviceConfig.getAppVersionName(paramContext);
   this.o = DeviceConfig.getAppVersionCode(paramContext);
   this.p = DeviceConfig.getPackageName(paramContext);
 }