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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java 442 intent = mSharedVolume.buildBrowseIntent();
613 args.putParcelable(Intent.EXTRA_INTENT, sharedVol.buildBrowseIntent());
StorageSettings.java 257 startActivity(vol.buildBrowseIntent());
  /frameworks/base/core/java/android/os/storage/
VolumeInfo.java 427 public Intent buildBrowseIntent() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
StorageNotification.java 587 final Intent intent = vol.buildBrowseIntent();

Completed in 538 milliseconds