More code cleaning

- remove some dead code
- better variable naming
- add debug log for exception
- clean some unused imports

Change-Id: Iec4239a7e75f29d860f286ab089e748e8a672281
This commit is contained in:
Fabrice Di Meglio
2014-01-14 13:57:44 -08:00
parent 96b0b43a8a
commit ad38a88b95
3 changed files with 12 additions and 53 deletions

View File

@@ -16,11 +16,8 @@
package com.android.settings;
import android.app.Fragment;
import android.util.Log;
import com.android.settings.ChooseLockGeneric.ChooseLockGenericFragment;
/**
* Stub class for showing sub-settings; we can't use the main Settings class
* since for our app it is a special singleTask class.