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

  /packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
StorageItemPreferenceController.java 398 return mSvp.findEmulatedForPrivate(mVolume).buildBrowseIntent();
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java 521 intent = mSharedVolume.buildBrowseIntent();
778 final Intent intent = sharedVol.buildBrowseIntent();
    [all...]
StorageSettings.java 332 final Intent intent = vol.buildBrowseIntent();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/storage/
StorageItemPreferenceControllerTest.java 220 when(mVolume.buildBrowseIntent()).thenReturn(new Intent());
230 Intent browseIntent = mVolume.buildBrowseIntent();
  /frameworks/base/core/java/android/os/storage/
VolumeInfo.java 409 public @Nullable Intent buildBrowseIntent() {

Completed in 576 milliseconds