Home
last modified time | relevance | path

Searched refs:formatIntent (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/TvSettings/Settings/tests/robotests/src/com/android/tv/settings/device/storage/
H A DSettingsStorageServiceTest.java79 final Intent formatIntent = new Intent(SettingsStorageService.ACTION_FORMAT_AS_PUBLIC); in testFormatAsPublic_success_fromPrivate() local
80 formatIntent.putExtra(DiskInfo.EXTRA_DISK_ID, "asdf"); in testFormatAsPublic_success_fromPrivate()
82 mSettingsStorageServiceImplSpy.onHandleIntent(formatIntent); in testFormatAsPublic_success_fromPrivate()
110 formatIntent.putExtra(DiskInfo.EXTRA_DISK_ID, "asdf"); in testFormatAsPublic_success_fromNonPrivate()
112 mSettingsStorageServiceImplSpy.onHandleIntent(formatIntent); in testFormatAsPublic_success_fromNonPrivate()
134 formatIntent.putExtra(DiskInfo.EXTRA_DISK_ID, "asdf"); in testFormatAsPublic_failure()
139 mSettingsStorageServiceImplSpy.onHandleIntent(formatIntent); in testFormatAsPublic_failure()
169 formatIntent.putExtra(DiskInfo.EXTRA_DISK_ID, "asdf"); in testFormatAsPrivate_success()
171 mSettingsStorageServiceImplSpy.onHandleIntent(formatIntent); in testFormatAsPrivate_success()
193 formatIntent.putExtra(DiskInfo.EXTRA_DISK_ID, "asdf"); in testFormatAsPrivate_failure()
[all …]
/aosp12/packages/apps/Gallery/src/com/android/camera/
H A DWallpaper.java42 formatIntent(intent); in onCreate()
48 formatIntent(intent); in onCreate()
53 protected void formatIntent(Intent intent) { in formatIntent() method in Wallpaper