Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DUnmountActivity.java55 private final BroadcastReceiver mUnmountReceiver = new UnmountReceiver();
129 private class UnmountReceiver extends BroadcastReceiver { class in UnmountActivity