Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
DDiskReceiver.java139 NewStorageActivity.getNewStorageLaunchIntent(context, null, diskInfo.id); in handleSetupComplete()
158 final Intent i = NewStorageActivity.getNewStorageLaunchIntent(context, in handleSetupComplete()
DNewStorageActivity.java52 public static Intent getNewStorageLaunchIntent(Context context, String volumeId, in getNewStorageLaunchIntent() method in NewStorageActivity
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DStorageSummaryFragment.java290 setIntent(NewStorageActivity.getNewStorageLaunchIntent(context, null, info.getId())); in UnsupportedDiskPreference()