Example #1
0
 public boolean onEncode(JSONObject paramJSONObject) {
   paramJSONObject.put("pi", this.b);
   StatCommonHelper.jsonPut(paramJSONObject, "rf", this.c);
   if (this.a != null) paramJSONObject.put("du", this.a);
   return true;
 }
Example #2
0
 public PageView(Context paramContext, String paramString, int paramInt, Long paramLong) {
   super(paramContext, paramInt);
   this.c = paramString;
   this.b = StatCommonHelper.getActivityName(paramContext);
   this.a = paramLong;
 }