summaryrefslogtreecommitdiff
path: root/src/com/android/settings/development/graphicsdriver/GraphicsDriverAppPreferenceController.java
AgeCommit message (Collapse)Author
2020-08-14Rename game driver to updatable driver.Peiyong Lin
Game driver is considered a production name. We should use the term updatable driver instead of the production name. Bug: b/164449016 Test: make RunSettingsRoboTests ROBOTEST_FILTER=GraphicsDriver Change-Id: I2237dfb22ecd94bc2475249b1460796ac1693d81
2020-02-28Only show graphics driver option when the apk is available.Peiyong Lin
Previously we always show all options, this patch makes the dashboard only shows the option when the driver apk is available. Bug: b/148626177 Test: make RunSettingsRoboTests ROBOTEST_FILTER=GraphicsDriver Change-Id: Ifde5929d826d5ab542e855aa334546dd744b138b
2020-02-20Add prerelease driver to graphics driver preference dashboard.Peiyong Lin
To facilitate better development, add prerelease driver choice to graphics driver preferences dashboard. This patch also makes sure that when game driver or developer driver is not shipped, the choice doesn't show up. Minor: Add tests. Bug: b/148626177 Test: make RunSettingsRoboTests ROBOTEST_FILTER=GraphicsDriver Change-Id: Iad398cd663300086d3f4802ffab34531e11dfb17
2020-02-11Rename GameDriver* to GraphicsDriver*.Peiyong Lin
To make graphics driver selection more generic, rename GameDriver specific classes to GraphicsDriver. Bug: b/148626177 Test: make RunSettingsRoboTests ROBOTEST_FILTER=GraphicsDriver Change-Id: If2780b32e2826bda56de11734736260f916182d0