Home
last modified time | relevance | path

Searched refs:mGotIt (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
DUsbContaminantActivity.java42 private TextView mGotIt; field in UsbContaminantActivity
64 mGotIt = findViewById(R.id.gotIt); in onCreate()
71 mGotIt.setText(getString(R.string.got_it)); in onCreate()
75 mGotIt.setOnClickListener(this); in onCreate()