Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DSettingsStorageService.java43 public static final String ACTION_UNMOUNT = "com.android.tv.settings.device.storage.UNMOUNT"; field in SettingsStorageService
67 intent.setAction(ACTION_UNMOUNT); in unmount()
104 case ACTION_UNMOUNT: { in onHandleIntent()
205 sendLocalBroadcast(new Intent(ACTION_UNMOUNT) in unmount()
210 sendLocalBroadcast(new Intent(ACTION_UNMOUNT) in unmount()
DNewStorageActivity.java105 private static final int ACTION_UNMOUNT = 3; field in NewStorageActivity.NewStorageFragment
198 .id(ACTION_UNMOUNT) in onCreateActions()
214 case ACTION_UNMOUNT: in onGuidedActionClicked()
DUnmountActivity.java72 new IntentFilter(SettingsStorageService.ACTION_UNMOUNT)); in onCreate()
133 if (TextUtils.equals(intent.getAction(), SettingsStorageService.ACTION_UNMOUNT) in onReceive()