Baligh Uddin
5f0591306e
Import translations. DO NOT MERGE
...
Change-Id: Ice1879d3c77ba10781b1b75e218f3a56cec8b2c2
Auto-generated-cl: translation import
2013-09-14 21:01:31 -07:00
Tom O'Neill
6ae72772c0
React to split of getStatus() into onGetSummary() and onGetEnabled()
...
- Part of b/10461474
Change-Id: I1dbee915692aab93d56d85203cee3133a8e0e058
2013-09-05 08:17:40 -07:00
Tom O'Neill
3e01427b42
Adapt to API constant changes
...
- Affects b/10461474
Change-Id: I08bf5e1bd389428233638b1a19ec06a10393380f
2013-08-29 15:40:10 -07:00
Tom O'Neill
f534ba3a12
Test case where SettingsInjectorService.getStatus() errors out
...
- Also adapt to SettingsInjectorService intent rename
- Part of fix to b/10461474
Change-Id: If35325868ddd730924c4bb1c4543f31017e039f9
2013-08-26 10:06:56 -07:00
Tom O'Neill
7db79b3548
Inject more settings for better testing of SettingsInjector
...
- Test fix for b/10447517
Change-Id: Ifc579026a34d559093bb06f820d439a0876208b3
2013-08-23 09:55:34 -07:00
Tom O'Neill
3b8f424558
Settings injector sample activity
...
- Tests implementation of b/10287745
Change-Id: I5bf3323be78a16b660eadb96eadc6bf29197ace5
2013-08-19 13:13:34 -07:00
Vinit Deshapnde
9bfdb7e110
Expose WifiManager.setTdlsEnabled public API
...
Bug: 10221775
Change-Id: I559e4a2afd525a03c8a13fd151eca4638426d03e
2013-08-16 17:20:45 -07:00
Dmitry Shmidt
81253bc376
Connectivity: Add IP config to TDLS test
...
Change-Id: I70096a042faaacdaeed7d6aae16a95704202ef1d
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com >
2013-07-19 15:55:35 -07:00
Dmitry Shmidt
47a5a18431
Connectivity: Add TDLS test
...
Bug: 8539031
Change-Id: I68e9e2e93d49f29ed915a462570cb8e782e9a4f2
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com >
2013-07-18 16:32:30 -07:00
Dmitry Shmidt
36b2c791ee
Connectivity: Add logs to Wifi Scan test
...
Change-Id: Iae13a841c01ee00970c0b08d57b16cad08832ff9
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com >
2013-05-22 13:19:00 -07:00
Dianne Hackborn
cb8739c53f
Debugging help for issue #8734824 : WATCHDOG KILLING SYSTEM PROCESS
...
The monkey now gets told about system hangs, and does stuff about
it! Most especially, it can collect a bug report. Monkey wins!
Change-Id: Ic8350721e715ef21d1ec813c6aff9a83262d5faa
2013-05-06 11:16:34 -07:00
Elliott Hughes
d4f9f64beb
am 2cb06fc1: am a6eaa197: Merge "Remove dead code that\'s keeping other dead code in frameworks/base alive."
...
* commit '2cb06fc1f079bf089ff7dfd2844b5c0935bcc1d3':
Remove dead code that's keeping other dead code in frameworks/base alive.
2013-03-22 19:02:25 -07:00
Elliott Hughes
45b42d6c05
Remove dead code that's keeping other dead code in frameworks/base alive.
...
DateUtils.writeDateTime is @hide, @deprecated, was never in an API level,
but is currently kept alive by this dead code.
Change-Id: Ibafbd39113a7c505ba8ab8e93e6b526505e5eaf1
2013-03-19 11:49:22 -07:00
Dmitry Shmidt
6420ac2c74
Connectivity: Add Wifi Scan test
...
Initial Revision
Change-Id: I6bf5f65f877980ab889e6d08f206cd9c99e5338c
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com >
2013-03-11 11:35:58 -07:00
Svetoslav Ganov
b226ef38fa
Merge "Refactoring due to removing some private APIs."
2013-01-29 03:16:11 +00:00
Dianne Hackborn
0960eb4b1d
am e66430c1: am 2e21a7d5: am 2f388d7a: Merge "Correcting 2 FC\'s in Dev Tools"
...
# By HardCorePawn
# Via Android Git Automerger (2) and others
* commit 'e66430c1d9cc0f0cb3cd3771459b0e3b5bc9d912':
Correcting 2 FC's in Dev Tools
2013-01-25 17:11:40 -08:00
HardCorePawn
fdc98b7091
Correcting 2 FC's in Dev Tools
...
Added in missing permission required by SyncTester
Commented non-existant Google Login Service
2013-01-24 00:49:08 +01:00
Svetoslav Ganov
00fc93c6fe
Refactoring due to removing some private APIs.
...
Change-Id: Id00d9fa974d8cb747cebb99c5a64ed5b438b56e9
2013-01-23 00:20:07 +00:00
Derek Sollenberger
4dd755b180
Remove outdated FontLab app since Skia no longer uses it to tune
...
gamma values.
Change-Id: I9a6409b9c2fa8563413ccf3a6545b330d896042a
2012-12-10 11:23:13 -05:00
Dianne Hackborn
178634c803
Set correct targetSdkVersion for DevelopmentSettings
...
This app shouldn't be used on API 14 or earlier, which is when
the real development settings panel was introduced.
Change-Id: I1436ff938aa66942c592d615b7bd5910e8cbfd88
2012-11-05 16:24:52 -08:00
Dianne Hackborn
9da0812284
More on issue #7318666 : hide developer options from user build
...
The Dev Tools app now tries to add a link to Development Settings
at the top of its list.
Also add a new "Development Settings" app that directly takes you
to the development settings activity, as a stand-alone app that
could be distributed as a regular third party app.
Change-Id: I8fe2b6a32cf4e37d69f4ce7b8d646a147b492d99
2012-10-10 19:01:09 -07:00
Jeff Sharkey
1d7f24de42
Follow RegisteredServicesCache API changes.
...
Bug: 7276595
Change-Id: I6064684380b7bbbec87c2345f782931d731ad5cb
2012-10-09 13:05:04 -07:00
Jeff Sharkey
7b4874660e
Clean up Global settings stragglers.
...
Bug: 7242121
Change-Id: I27fd307e2ee4854558a6f6e4d2fdbbae3e89ffe0
2012-09-26 17:10:48 -07:00
Dianne Hackborn
d0689c0328
Remove use of private API.
...
Change-Id: I6c1e586af108cb1d94120295181d89c5050f5bc2
2012-09-10 14:43:16 -07:00
Dianne Hackborn
077c59a0b9
Track multi-user change.
...
Change-Id: I0b45ec880f6149fba5d2d83c014e1e71a6524b99
2012-09-07 13:08:27 -07:00
Ying Wang
93f9a6216e
Import translations. DO NOT MERGE
...
Change-Id: I66840cd38054f08e128946987da15fd00271c130
Auto-generated-cl: translation import
2012-07-13 12:57:47 -07:00
Dianne Hackborn
20f37b7e8d
Merge "New development tool for creating cache files."
2012-07-12 16:37:15 -07:00
Dianne Hackborn
5b6b540207
New development tool for creating cache files.
...
Change-Id: I5d4bc5f41a08225a618f68b7afb3b5b3037d96d6
2012-07-12 14:50:08 -07:00
Wink Saville
e8617bccd0
Use telephony-common and mms-common.
...
Change-Id: If2e6b49eb9ceafc43de107ce761163c654f3ee35
2012-07-11 14:57:38 -07:00
Michael Jurka
d5296c80e2
No longer using bindAppWidgetId
2012-04-24 18:21:05 -07:00
Dianne Hackborn
3619336b15
Remove old development settings.
...
These are redundant with the new ones in the settings app, and in
some cases conflict with them (or just don't work).
Change-Id: I8e03ae1d77c6dfadcd7fdfc80279b54a3f65e7df
2012-02-14 13:51:05 -08:00
Jeff Brown
8e78aabf3a
Organize imports to resolve ambiguous type errors.
...
Fixes an ambiguous import involving OperationCanceledException.
Change-Id: Ie96b1225b44342eabb70e25ce6e43dc027b65489
2012-01-26 12:38:18 -08:00
Fred Quintana
70c13b1957
fix the layout oddness that occurrs in portrait mode
...
Change-Id: I42bb7479671c99220215cfc63d56d926baece10f
2012-01-12 16:57:38 -08:00
Eric Fischer
92a00bb671
Import revised translations.
...
Change-Id: I7220d09a75e5372acdab213888ecd53665004c71
2011-11-01 13:19:12 -07:00
Eric Fischer
16436c5b06
Import revised translations.
...
Change-Id: I3543796a9c2269b632ee0209b88cd02f06d8a2f2
2011-10-18 15:01:17 -07:00
Eric Fischer
ca5a64eb66
Import revised translations.
...
Change-Id: I5c9433c81d595ad4d3975504e04af253cdbc3104
2011-09-30 16:33:06 -07:00
Fred Quintana
bcc1cb9fc0
Make the sync adapter driver understand the new settingsActivity
...
parameter.
Bug: 5204776
Change-Id: I66c5f40f8cc460479232ecdb71c4e8e0495058c3
2011-08-25 11:27:08 -07:00
Daniel Sandler
12a9a5aeed
Reduce build widget footprint to 1x1.
...
Default footprint, that is.
Change-Id: Ic8cdd0f97065291837b39bb79585fb86bdf23644
2011-08-16 14:01:05 -04:00
Robert Greenwalt
41bc0b87be
am 4a76d154: am 82cdc8cc: Merge "Fix Development app to use netd for routes" into honeycomb-LTE
...
* commit '4a76d154e4d6ca532321e6f6dc9cdad3263affa3':
Fix Development app to use netd for routes
2011-05-19 07:21:40 -07:00
Robert Greenwalt
4a76d154e4
am 82cdc8cc: Merge "Fix Development app to use netd for routes" into honeycomb-LTE
...
* commit '82cdc8cc426fa73b49412245b1c826d4acd29140':
Fix Development app to use netd for routes
2011-05-18 16:31:01 -07:00
Robert Greenwalt
b925721fdf
Fix Development app to use netd for routes
...
Change-Id: I668d7165821071850a9b6011bc32eba1682e59ac
2011-05-16 10:26:16 -07:00
Conley Owens
f7301f0d04
am 9d89b171: Merge "Fix typo in informational text"
...
* commit '9d89b171ee9ce9ba96d16c0fd73c26a8ea468bde':
Fix typo in informational text
2011-04-29 17:52:27 -07:00
Bernhard Reutner-Fischer
b99b5f6b67
Fix typo in informational text
...
Change-Id: I43958dea3a6c89523f5d4b914effdc7eb602ae8b
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com >
2011-04-26 13:27:06 +02:00
Brian Carlstrom
1dadaee6ce
Tolerate missing AccountManager resource, not just missing resource name
...
Change-Id: I3885d7f8a66868cd2ca5f463d427b891548cf22f
2011-04-08 11:12:58 -07:00
Joe Onorato
0b980dd0e5
Moving spare parts to its own project.
...
Change-Id: I77a6b5f355b1750dfa7dfa6a3e21371a6769f4c4
2011-04-06 14:05:14 -07:00
Brad Fitzpatrick
9f06e429ed
am 6ecf30f2: Merge "Fix SpareParts crash going into battery stats."
...
* commit '6ecf30f2d8707de4c71272949afc2e6e6818e715':
Fix SpareParts crash going into battery stats.
2011-03-07 10:46:41 -08:00
Brad Fitzpatrick
6ecf30f2d8
Merge "Fix SpareParts crash going into battery stats."
2011-03-04 13:50:59 -08:00
Brad Fitzpatrick
8832d812d5
Fix SpareParts crash going into battery stats.
...
Change-Id: Ib158b811c291285660be6fb35ec0f75c429fcea4
http://code.google.com/p/android/issues/detail?id=14898
2011-03-01 10:23:05 -08:00
Kenny Root
f9b8546aca
Switch demo to use new delete observer
...
PackageBrowser had a delete observer that needed to be changed
Change-Id: Ie0082b9af7a14d7d48f8ae64bee42e4c8fb214d7
2011-03-01 09:36:56 -08:00
Robert Ly
541a427a98
am 89170f60: Merge "Setting targetSdkVersion to 11 for samples" into honeycomb
...
* commit '89170f60d4c1b3af665b4d01e39662a1193755b1':
Setting targetSdkVersion to 11 for samples
2011-02-06 00:57:17 -08:00