Searched refs:ACTION_UNMOUNT (Results 1 – 3 of 3) sorted by relevance
40 public static final String ACTION_UNMOUNT = "com.android.tv.settings.device.storage.UNMOUNT"; field in SettingsStorageService64 intent.setAction(ACTION_UNMOUNT); in unmount()101 case ACTION_UNMOUNT: { in onHandleIntent()200 LocalBroadcastManager.getInstance(this).sendBroadcast(new Intent(ACTION_UNMOUNT) in unmount()205 LocalBroadcastManager.getInstance(this).sendBroadcast(new Intent(ACTION_UNMOUNT) in unmount()
104 private static final int ACTION_UNMOUNT = 3; field in NewStorageActivity.NewStorageFragment197 .id(ACTION_UNMOUNT) in onCreateActions()213 case ACTION_UNMOUNT: in onGuidedActionClicked()
71 new IntentFilter(SettingsStorageService.ACTION_UNMOUNT)); in onCreate()132 if (TextUtils.equals(intent.getAction(), SettingsStorageService.ACTION_UNMOUNT) in onReceive()