Home
last modified time | relevance | path

Searched defs:GAME_DRIVER_OPT_OUT_APPS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DCoreSettingsObserver.java81 sGlobalSettingToTypeMap.put(Settings.Global.GAME_DRIVER_OPT_OUT_APPS, String.class); in sGlobalSettingToTypeMap.put()
/frameworks/base/core/java/android/provider/
DSettings.java12767 public static final String GAME_DRIVER_OPT_OUT_APPS = "game_driver_opt_out_apps"; field in Settings.Global