log visibility of views

Depends-On: I5b1dccb5d103ece3112acf38889bae16273b092f
Change-Id: I116aed2bb805f723a5bf2ec9eb94257de0b4a7b5
This commit is contained in:
Chris Wren
2015-03-20 10:29:14 -04:00
parent 096abbf56a
commit 8a963babe2
116 changed files with 837 additions and 53 deletions

View File

@@ -34,8 +34,9 @@ import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import com.android.internal.logging.MetricsLogger;
public class CryptKeeperSettings extends Fragment {
public class CryptKeeperSettings extends InstrumentedFragment {
private static final String TAG = "CryptKeeper";
private static final int KEYGUARD_REQUEST = 55;
@@ -110,6 +111,11 @@ public class CryptKeeperSettings extends Fragment {
return mContentView;
}
@Override
protected int getMetricsCategory() {
return MetricsLogger.CRYPT_KEEPER;
}
@Override
public void onResume() {
super.onResume();