public boolean b() {
   try {
     boolean bool = ad.a(FexApplication.a()).aq();
     try {
       l = ad.a(FexApplication.a()).ar();
       if ((!bool) && (l != 0L) && (System.currentTimeMillis() - l < 1296000000L)) {
         h = false;
         if ((!h) || (!g) || ((!FexApplication.a().g()) && ("FileExplorer".equals(i)))) {
           break label130;
         }
         StatService.onResume(j);
         ad.a(FexApplication.a()).d(System.currentTimeMillis());
         return true;
       }
     } catch (Exception localException) {
       for (; ; ) {
         localException.printStackTrace();
         long l = 0L;
         continue;
         h = true;
       }
     }
     return false;
   } catch (Throwable localThrowable) {
     localThrowable.printStackTrace();
   }
 }
 @Override
 public void onResume() {
   // TODO Auto-generated method stub
   super.onResume();
   checkLogin();
   StatService.onResume(this);
 }
  @Override
  protected void onResume() {
    StatService.onResume(this);
    this.wakeLock.acquire();

    super.onResume();
  }
Example #4
0
 @Override
 public void onResume() {
   // TODO Auto-generated method stub
   super.onResume();
   StatService.onResume(context);
 }
 @Override
 protected void onResume() {
   super.onResume();
   StatService.onResume(this);
 }
  public void onResume() {

    super.onResume();
    StatService.onResume(this);
  }
Example #7
0
 /* (non-Javadoc)
  * @see android.app.Activity#onResume()
  */
 @Override
 protected void onResume() {
   // TODO Auto-generated method stub
   super.onResume();
   StatService.onResume(RegActivity.this);
 }