HomeSort by relevance Sort by last modified time
    Searched refs:SettingsStorageService (Results 1 - 3 of 3) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
FormatActivity.java 92 filter.addAction(SettingsStorageService.ACTION_FORMAT_AS_PRIVATE);
93 filter.addAction(SettingsStorageService.ACTION_FORMAT_AS_PUBLIC);
178 SettingsStorageService.ACTION_FORMAT_AS_PRIVATE)
183 intent.getBooleanExtra(SettingsStorageService.EXTRA_SUCCESS, false);
187 SettingsStorageService.EXTRA_PRIVATE_BENCH, -1);
189 SettingsStorageService.EXTRA_INTERNAL_BENCH, -1);
204 SettingsStorageService.ACTION_FORMAT_AS_PUBLIC)
209 intent.getBooleanExtra(SettingsStorageService.EXTRA_SUCCESS, false);
247 SettingsStorageService.formatAsPrivate(this, diskId);
288 SettingsStorageService.formatAsPublic(this, diskId)
    [all...]
UnmountActivity.java 71 new IntentFilter(SettingsStorageService.ACTION_UNMOUNT));
111 SettingsStorageService.unmount(UnmountActivity.this, mUnmountVolumeId);
132 if (TextUtils.equals(intent.getAction(), SettingsStorageService.ACTION_UNMOUNT)
136 intent.getBooleanExtra(SettingsStorageService.EXTRA_SUCCESS, false);
SettingsStorageService.java 32 public class SettingsStorageService {
34 private static final String TAG = "SettingsStorageService";

Completed in 160 milliseconds