log visibility of views
Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
This commit is contained in:
@@ -33,14 +33,20 @@ import android.view.View;
|
||||
import android.view.ViewGroup;
|
||||
import android.widget.Button;
|
||||
|
||||
import com.android.internal.logging.MetricsLogger;
|
||||
import com.android.internal.widget.LockPatternUtils;
|
||||
|
||||
import java.util.Locale;
|
||||
|
||||
public class CryptKeeperConfirm extends Fragment {
|
||||
public class CryptKeeperConfirm extends InstrumentedFragment {
|
||||
|
||||
private static final String TAG = "CryptKeeperConfirm";
|
||||
|
||||
@Override
|
||||
protected int getMetricsCategory() {
|
||||
return MetricsLogger.CRYPT_KEEPER_CONFIRM;
|
||||
}
|
||||
|
||||
public static class Blank extends Activity {
|
||||
private Handler mHandler = new Handler();
|
||||
|
||||
|
Reference in New Issue
Block a user