Searched refs:mUnmountButton (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
H A DUsbStorageActivity.java65 private Button mUnmountButton; field in class:UsbStorageActivity
130 mUnmountButton = (Button) findViewById(com.android.internal.R.id.unmount_button);
131 mUnmountButton.setOnClickListener(this);
153 mUnmountButton.setVisibility(View.VISIBLE);
160 mUnmountButton.setVisibility(View.GONE);
254 mUnmountButton.setVisibility(View.GONE);
321 } else if (v == mUnmountButton) {

Completed in 780 milliseconds