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()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 …]
42 formatIntent(intent); in onCreate()48 formatIntent(intent); in onCreate()53 protected void formatIntent(Intent intent) { in formatIntent() method in Wallpaper