Searched refs:formatIntent (Results 1 – 2 of 2) sorted by relevance
79 final Intent formatIntent = new Intent(SettingsStorageService.ACTION_FORMAT_AS_PUBLIC); in testFormatAsPublic_success_fromPrivate() local80 formatIntent.putExtra(DiskInfo.EXTRA_DISK_ID, "asdf"); in testFormatAsPublic_success_fromPrivate()82 mSettingsStorageServiceImplSpy.onHandleIntent(formatIntent); in testFormatAsPublic_success_fromPrivate()109 final Intent formatIntent = new Intent(SettingsStorageService.ACTION_FORMAT_AS_PUBLIC); in testFormatAsPublic_success_fromNonPrivate() local110 formatIntent.putExtra(DiskInfo.EXTRA_DISK_ID, "asdf"); in testFormatAsPublic_success_fromNonPrivate()112 mSettingsStorageServiceImplSpy.onHandleIntent(formatIntent); in testFormatAsPublic_success_fromNonPrivate()133 final Intent formatIntent = new Intent(SettingsStorageService.ACTION_FORMAT_AS_PUBLIC); in testFormatAsPublic_failure() local134 formatIntent.putExtra(DiskInfo.EXTRA_DISK_ID, "asdf"); in testFormatAsPublic_failure()139 mSettingsStorageServiceImplSpy.onHandleIntent(formatIntent); in testFormatAsPublic_failure()168 final Intent formatIntent = new Intent(SettingsStorageService.ACTION_FORMAT_AS_PRIVATE); in testFormatAsPrivate_success() local[all …]
42 formatIntent(intent); in onCreate()48 formatIntent(intent); in onCreate()53 protected void formatIntent(Intent intent) { in formatIntent() method in Wallpaper