public final void onHandleIntent(Intent intent)
 {
     Object obj;
     String s;
     obj = getApplicationContext();
     s = intent.getAction();
     if (!s.equals("com.google.android.c2dm.intent.REGISTRATION")) goto _L2; else goto _L1
        Log.v("GCMBaseIntentService", "Releasing wakelock");
        sWakeLock.release();
_L14:
        return;
_L2:
        if (!s.equals("com.google.android.c2dm.intent.RECEIVE")) goto _L6; else goto _L5