| __init__.py |
|
1168 |
| android |
|
|
| base |
|
|
| constants |
|
|
| content_settings.py |
A dict interface to interact with device content settings.
System properties are key/value pairs as exposed by adb shell content.
|
2364 |
| device |
|
|
| device_settings.py |
Configures device content setings from a list.
Many settings are documented at:
http://developer.android.com/reference/android/provider/Settings.Global.html
http://developer.android.com/reference/android/provider/Settings.Secure.html
http://developer.android.com/reference/android/provider/Settings.System.html
Many others are undocumented.
Args:
device: A DeviceUtils instance for the device to configure.
desired_settings: A list of (table, [(key: value), ...]) for all
settings to configure.
|
6444 |
| dex |
|
|
| gtest |
|
|
| hostside |
|
|
| instrumentation |
|
|
| junit |
|
|
| local |
|
|
| monkey |
|
|
| output |
|
|
| OWNERS |
|
17 |
| restart_adbd.sh |
|
465 |
| results |
|
|
| symbols |
|
|
| utils |
|
|