OSDN Git Service

Move notification test package to sdk 26
authorjeffreyhuang <jeffreyhuang@google.com>
Thu, 30 Nov 2017 23:27:02 +0000 (15:27 -0800)
committerjeffreyhuang <jeffreyhuang@google.com>
Thu, 30 Nov 2017 23:27:02 +0000 (15:27 -0800)
commit3683073561952691b88b22b5881a3518ee05f2c1
tree0337888adee21f1cb787cf30928e4db7d049a0c6
parent7ec34c1781ade567d08d7f589b88d6cf0f759e1a
Move notification test package to sdk 26

Test: make RunSettingsRoboTests -j40
Change-Id: I2038667aa9fc6cd0b0d7f0f06fcf8d49121818ff
49 files changed:
tests/robotests/src/com/android/settings/notification/AdjustVolumeRestrictedPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/AlarmRingtonePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/AlarmVolumePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/AllowSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/AppLinkPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/BadgePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/BlockPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/BootSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/CastPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/ChargingSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/ConfigureNotificationSettingsTest.java
tests/robotests/src/com/android/settings/notification/DeletedChannelsPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/DescriptionPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/DialPadTonePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/DndPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/DockAudioMediaPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/DockingSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/EmergencyBroadcastPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/EmergencyTonePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/HeaderPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/ImportancePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/LightsPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/MediaVolumePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/NotificationAccessSettingsTest.java
tests/robotests/src/com/android/settings/notification/NotificationBackendTest.java
tests/robotests/src/com/android/settings/notification/NotificationPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/NotificationRingtonePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/NotificationVolumePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/NotificationsOffPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/PhoneRingtonePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/RingVolumePreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/RingtonePreferenceControllerBaseTest.java
tests/robotests/src/com/android/settings/notification/ScreenLockSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/SettingPrefControllerTest.java
tests/robotests/src/com/android/settings/notification/SoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/SoundSettingsTest.java
tests/robotests/src/com/android/settings/notification/SuppressorHelperTest.java
tests/robotests/src/com/android/settings/notification/TouchSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/VibrateOnTouchPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/VibrationPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/VisibilityPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/VolumeSeekBarPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/VolumeSeekBarPreferenceTest.java
tests/robotests/src/com/android/settings/notification/WorkSoundPreferenceControllerTest.java
tests/robotests/src/com/android/settings/notification/ZenAccessSettingsTest.java
tests/robotests/src/com/android/settings/notification/ZenModeCallsTest.java
tests/robotests/src/com/android/settings/notification/ZenModeMessagesTest.java
tests/robotests/src/com/android/settings/notification/ZenModeScheduleRuleSettingsTest.java
tests/robotests/src/com/android/settings/notification/ZenModeSettingsTest.java