OSDN Git Service

android-x86/frameworks-base.git
15 years agoAI 143740: Don't clear supported profiles in settings app if getRemoteClass returns...
Nick Pelly [Tue, 31 Mar 2009 19:05:46 +0000 (12:05 -0700)]
AI 143740: Don't clear supported profiles in settings app if getRemoteClass returns error.
  Also clean up the error codes returned by the framework, so that the settings app can properly detect an error.
  BUG=1748881

Automated import of CL 143740

15 years agoAI 143727: Make the test runner and results assets of DumpRendertree. This is done...
Sridhar Gurivireddy [Tue, 31 Mar 2009 17:57:18 +0000 (10:57 -0700)]
AI 143727: Make the test runner and results assets of DumpRendertree. This is done so that we could have
  1) Lab machines can run layout tests without having build environment setup
  2) We could have different set of pass/fail results per branch
  Also added a simple python script which runs run_layout_tests.py

Automated import of CL 143727

15 years agoAI 143620: Attempt for fixing crash in AudioFlinger::MixerThread::dumpTracks() seen...
Eric Laurent [Tue, 31 Mar 2009 16:38:57 +0000 (09:38 -0700)]
AI 143620: Attempt for fixing crash in AudioFlinger::MixerThread::dumpTracks() seen in bug report for issue 1747119.
  AudioFlinger::MixerThread::dumpTracks() was reading mTracks[] vector instead of mActiveTracks[] when dumping active tracks.
  BUG=1747119

Automated import of CL 143620

15 years agoAI 143615: -Add more stats:
Evan Millar [Tue, 31 Mar 2009 15:56:16 +0000 (08:56 -0700)]
AI 143615: -Add more stats:
  -total network sent/received
  -total full/partial wakelock times.
  -Format the network sent/received amounts to be more easily readable.
  BUG=1743333

Automated import of CL 143615

15 years agoAI 143576: SDK doc change: Fix links from SDK upgrading docs to migration and diff...
Dirk Dougherty [Tue, 31 Mar 2009 01:32:45 +0000 (18:32 -0700)]
AI 143576: SDK doc change: Fix links from SDK upgrading docs to migration and diff info.
  BUG=1744782

Automated import of CL 143576

15 years agoAI 143547: Import revised translations.
Eric Fischer [Mon, 30 Mar 2009 22:52:26 +0000 (15:52 -0700)]
AI 143547: Import revised translations.
  BUG=1738388

Automated import of CL 143547

15 years agoAI 143540: Try not to start TextView lines with non-starter characters.
Eric Fischer [Mon, 30 Mar 2009 22:38:38 +0000 (15:38 -0700)]
AI 143540: Try not to start TextView lines with non-starter characters.
  TextView was previously following the "relaxed" line breaking
  convention and would allow a line break between any two
  ideographic characters.  Tighten that up and do not allow
  line breaks before non-starter characters (sound and iteration
  marks and small Hiragana and Katakana).
  BUG=1735619

Automated import of CL 143540

15 years agoAI 143495: Add more accented letters to the character picker.
Eric Fischer [Mon, 30 Mar 2009 19:01:15 +0000 (12:01 -0700)]
AI 143495: Add more accented letters to the character picker.
  The hardware keyboard doesn't have all the accents needed for
  Czech and Polish, so round out the selection.
  BUG=1742856

Automated import of CL 143495

15 years agoAI 143127: Media recorder service requires android.permission.CAMERA to record video
Dave Sparks [Fri, 27 Mar 2009 19:57:40 +0000 (12:57 -0700)]
AI 143127: Media recorder service requires android.permission.CAMERA to record video
  BUG=1742392

Automated import of CL 143127

15 years agoAI 143124: Fix bug #1731826, in which auto-connect to remembered networks does not
Eric Shienbrood [Fri, 27 Mar 2009 19:21:17 +0000 (12:21 -0700)]
AI 143124: Fix bug #1731826, in which auto-connect to remembered networks does not
  take place.
  This has the same underlying cause as bug #1739874, so this fixes that
  bug as well. The problem was that if the supplicant was in the DORMANT
  state at the time a scan-only Wi-Fi lock was released, the command to
  stop the Wi-Fi driver would never be issued. This had two main results:
  first, the driver would stay awake when the screen was blank and it was
  supposed to be sleeping, leading to excessive battery drain, and second,
  when the screen was turned back on, there would be no DRIVER-STARTED
  event generated (because the driver was already running). The
  DRIVER-STARTED event is the trigger for the framework to issue a
  RECONNECT command to the supplicant to cause it leave the DORMANT state
  and look for available remembered networks.
  To assist in tracking down this problem, and any such problems in the
  future, I added four counters to keep track of how many times full and
  scan-only Wi-Fi locks are acquired and released. The counter values
  are output in the dump() method of WifiService. While doing this, I
  noticed that because of missing "break" statements, the battery stats
  that keep track of how much time Wi-Fi locks are held were including
  the time for full locks in the time reported for scan-only locks.
  BUG=1731826,1739874

Automated import of CL 143124

15 years agoAI 143101: Fix issue # 1741546 (Put back private resources used by maps.)
Dianne Hackborn [Fri, 27 Mar 2009 16:53:15 +0000 (09:53 -0700)]
AI 143101: Fix issue # 1741546 (Put back private resources used by maps.)
  BUG=1741546

Automated import of CL 143101

15 years agoAutomated import from //branches/cupcake/...@143046,143046
Karl Rosaen [Fri, 27 Mar 2009 02:20:36 +0000 (19:20 -0700)]
Automated import from //branches/cupcake/...@143046,143046

15 years agoAutomated import from //branches/cupcake/...@143009,143009
Dianne Hackborn [Thu, 26 Mar 2009 23:28:25 +0000 (16:28 -0700)]
Automated import from //branches/cupcake/...@143009,143009

15 years agoAutomated import from //branches/cupcake/...@143001,143001
Mike Lockwood [Thu, 26 Mar 2009 22:59:52 +0000 (15:59 -0700)]
Automated import from //branches/cupcake/...@143001,143001

15 years agoAutomated import from //branches/cupcake/...@142996,142996
Evan Millar [Thu, 26 Mar 2009 22:33:04 +0000 (15:33 -0700)]
Automated import from //branches/cupcake/...@142996,142996

15 years agoAutomated import from //branches/cupcake/...@142986,142986
Dianne Hackborn [Thu, 26 Mar 2009 21:39:43 +0000 (14:39 -0700)]
Automated import from //branches/cupcake/...@142986,142986

15 years agoAutomated import from //branches/cupcake/...@142964,142964
Satoshi Kataoka [Thu, 26 Mar 2009 19:42:10 +0000 (12:42 -0700)]
Automated import from //branches/cupcake/...@142964,142964

15 years agoAutomated import from //branches/cupcake/...@142930,142930
Nicolas Roard [Thu, 26 Mar 2009 17:00:25 +0000 (10:00 -0700)]
Automated import from //branches/cupcake/...@142930,142930

15 years agoAutomated import from //branches/cupcake/...@142924,142924
John Wang [Thu, 26 Mar 2009 16:27:16 +0000 (09:27 -0700)]
Automated import from //branches/cupcake/...@142924,142924

15 years agoAutomated import from //branches/cupcake/...@142889,142889
Eric Laurent [Thu, 26 Mar 2009 08:57:59 +0000 (01:57 -0700)]
Automated import from //branches/cupcake/...@142889,142889

15 years agoAutomated import from //branches/cupcake/...@142879,142879
Dianne Hackborn [Thu, 26 Mar 2009 07:04:52 +0000 (00:04 -0700)]
Automated import from //branches/cupcake/...@142879,142879

15 years agoAutomated import from //branches/cupcake/...@142875,142875
Mathias Agopian [Thu, 26 Mar 2009 06:26:39 +0000 (23:26 -0700)]
Automated import from //branches/cupcake/...@142875,142875

15 years agoAutomated import from //branches/cupcake/...@142873,142873
Mathias Agopian [Thu, 26 Mar 2009 06:18:56 +0000 (23:18 -0700)]
Automated import from //branches/cupcake/...@142873,142873

15 years agoAutomated import from //branches/cupcake/...@142870,142870
Dianne Hackborn [Thu, 26 Mar 2009 05:39:21 +0000 (22:39 -0700)]
Automated import from //branches/cupcake/...@142870,142870

15 years agoAutomated import from //branches/cupcake/...@142861,142861
Eric Fischer [Thu, 26 Mar 2009 04:53:33 +0000 (21:53 -0700)]
Automated import from //branches/cupcake/...@142861,142861

15 years agoAutomated import from //branches/cupcake/...@142858,142858
Suchi Amalapurapu [Thu, 26 Mar 2009 04:48:28 +0000 (21:48 -0700)]
Automated import from //branches/cupcake/...@142858,142858

15 years agoAutomated import from //branches/cupcake/...@142856,142856
Mathias Agopian [Thu, 26 Mar 2009 04:42:35 +0000 (21:42 -0700)]
Automated import from //branches/cupcake/...@142856,142856

15 years agoAutomated import from //branches/cupcake/...@142855,142855
Jeffrey Sharkey [Thu, 26 Mar 2009 04:37:10 +0000 (21:37 -0700)]
Automated import from //branches/cupcake/...@142855,142855

15 years agoAutomated import from //branches/cupcake/...@142829,142829
Dianne Hackborn [Thu, 26 Mar 2009 01:37:33 +0000 (18:37 -0700)]
Automated import from //branches/cupcake/...@142829,142829

15 years agoAutomated import from //branches/cupcake/...@142827,142827
Joe Onorato [Thu, 26 Mar 2009 01:19:11 +0000 (18:19 -0700)]
Automated import from //branches/cupcake/...@142827,142827

15 years agoAutomated import from //branches/cupcake/...@142825,142825
Jim Miller [Thu, 26 Mar 2009 01:16:41 +0000 (18:16 -0700)]
Automated import from //branches/cupcake/...@142825,142825

15 years agoAutomated import from //branches/cupcake/...@142818,142818
Romain Guy [Thu, 26 Mar 2009 00:57:49 +0000 (17:57 -0700)]
Automated import from //branches/cupcake/...@142818,142818

15 years agoAutomated import from //branches/cupcake/...@142799,142799
Andreas Huber [Wed, 25 Mar 2009 23:45:05 +0000 (16:45 -0700)]
Automated import from //branches/cupcake/...@142799,142799

15 years agoAutomated import from //branches/cupcake/...@142788,142788
Romain Guy [Wed, 25 Mar 2009 23:28:37 +0000 (16:28 -0700)]
Automated import from //branches/cupcake/...@142788,142788

15 years agoAutomated import from //branches/cupcake/...@142786,142786
Amith Yamasani [Wed, 25 Mar 2009 23:26:35 +0000 (16:26 -0700)]
Automated import from //branches/cupcake/...@142786,142786

15 years agoAutomated import from //branches/cupcake/...@142783,142783
Chris Tate [Wed, 25 Mar 2009 23:22:54 +0000 (16:22 -0700)]
Automated import from //branches/cupcake/...@142783,142783

15 years agoAutomated import from //branches/cupcake/...@142761,142761
Nick Pelly [Wed, 25 Mar 2009 22:43:42 +0000 (15:43 -0700)]
Automated import from //branches/cupcake/...@142761,142761

15 years agoAutomated import from //branches/cupcake/...@142663,142663
Dianne Hackborn [Wed, 25 Mar 2009 22:32:28 +0000 (15:32 -0700)]
Automated import from //branches/cupcake/...@142663,142663

15 years agoAutomated import from //branches/cupcake/...@142651,142651
Dianne Hackborn [Wed, 25 Mar 2009 22:25:33 +0000 (15:25 -0700)]
Automated import from //branches/cupcake/...@142651,142651

15 years agoAutomated import from //branches/cupcake/...@142643,142643
Eric Fischer [Wed, 25 Mar 2009 22:22:43 +0000 (15:22 -0700)]
Automated import from //branches/cupcake/...@142643,142643

15 years agoAutomated import from //branches/cupcake/...@142633,142633
Mark Womack [Wed, 25 Mar 2009 22:18:27 +0000 (15:18 -0700)]
Automated import from //branches/cupcake/...@142633,142633

15 years agoAutomated import from //branches/cupcake/...@142614,142614
Chris Tate [Wed, 25 Mar 2009 22:12:25 +0000 (15:12 -0700)]
Automated import from //branches/cupcake/...@142614,142614

15 years agoAutomated import from //branches/cupcake/...@142588,142588
Raphael Moll [Wed, 25 Mar 2009 22:06:08 +0000 (15:06 -0700)]
Automated import from //branches/cupcake/...@142588,142588

15 years agoAutomated import from //branches/cupcake/...@142564,142564
Eric Fischer [Wed, 25 Mar 2009 17:14:01 +0000 (10:14 -0700)]
Automated import from //branches/cupcake/...@142564,142564

15 years agoAutomated import from //branches/cupcake/...@142558,142558
Karl Rosaen [Wed, 25 Mar 2009 16:46:56 +0000 (09:46 -0700)]
Automated import from //branches/cupcake/...@142558,142558

15 years agoAutomated import from //branches/cupcake/...@142548,142548
Dave Sparks [Wed, 25 Mar 2009 15:57:28 +0000 (08:57 -0700)]
Automated import from //branches/cupcake/...@142548,142548

15 years agoAutomated import from //branches/cupcake/...@142508,142508
Daisuke Miyakawa [Wed, 25 Mar 2009 05:31:34 +0000 (22:31 -0700)]
Automated import from //branches/cupcake/...@142508,142508

15 years agoAutomated import from //branches/cupcake/...@142485,142485
Jack Palevich [Wed, 25 Mar 2009 03:22:54 +0000 (20:22 -0700)]
Automated import from //branches/cupcake/...@142485,142485

15 years agoAutomated import from //branches/cupcake/...@142481,142481
Jack Palevich [Wed, 25 Mar 2009 03:18:08 +0000 (20:18 -0700)]
Automated import from //branches/cupcake/...@142481,142481

15 years agoAutomated import from //branches/cupcake/...@142471,142471
Dianne Hackborn [Wed, 25 Mar 2009 02:47:09 +0000 (19:47 -0700)]
Automated import from //branches/cupcake/...@142471,142471

15 years agoAutomated import from //branches/cupcake/...@142469,142469
Romain Guy [Wed, 25 Mar 2009 02:46:34 +0000 (19:46 -0700)]
Automated import from //branches/cupcake/...@142469,142469

15 years agoAutomated import from //branches/cupcake/...@142445,142445
Mathias Agopian [Wed, 25 Mar 2009 02:43:24 +0000 (19:43 -0700)]
Automated import from //branches/cupcake/...@142445,142445

15 years agoAutomated import from //branches/cupcake/...@142427,142427
Mathias Agopian [Wed, 25 Mar 2009 02:41:37 +0000 (19:41 -0700)]
Automated import from //branches/cupcake/...@142427,142427

15 years agoAutomated import from //branches/cupcake/...@142392,142392
Dianne Hackborn [Wed, 25 Mar 2009 02:37:25 +0000 (19:37 -0700)]
Automated import from //branches/cupcake/...@142392,142392

15 years agoAutomated import from //branches/cupcake/...@142374,142374
Jean-Michel Trivi [Wed, 25 Mar 2009 02:33:18 +0000 (19:33 -0700)]
Automated import from //branches/cupcake/...@142374,142374

15 years agoAutomated import from //branches/cupcake/...@142370,142370
Jean-Michel Trivi [Wed, 25 Mar 2009 02:32:26 +0000 (19:32 -0700)]
Automated import from //branches/cupcake/...@142370,142370

15 years agoAutomated import from //branches/cupcake/...@142342,142342
Dianne Hackborn [Wed, 25 Mar 2009 02:27:53 +0000 (19:27 -0700)]
Automated import from //branches/cupcake/...@142342,142342

15 years agoAutomated import from //branches/cupcake/...@142334,142334
John Huang [Wed, 25 Mar 2009 02:26:17 +0000 (19:26 -0700)]
Automated import from //branches/cupcake/...@142334,142334

15 years agoAutomated import from //branches/cupcake/...@142317,142317
Cedric Beust [Wed, 25 Mar 2009 02:22:00 +0000 (19:22 -0700)]
Automated import from //branches/cupcake/...@142317,142317

15 years agoAutomated import from //branches/cupcake/...@142233,142233
Joe Onorato [Wed, 25 Mar 2009 02:20:16 +0000 (19:20 -0700)]
Automated import from //branches/cupcake/...@142233,142233

15 years agoAutomated import from //branches/cupcake/...@142231,142231
Suchi Amalapurapu [Wed, 25 Mar 2009 02:18:40 +0000 (19:18 -0700)]
Automated import from //branches/cupcake/...@142231,142231

15 years agoAutomated import from //branches/cupcake/...@142154,142154
Jim Miller [Wed, 25 Mar 2009 02:06:28 +0000 (19:06 -0700)]
Automated import from //branches/cupcake/...@142154,142154

15 years agoAutomated import from //branches/cupcake/...@142148,142148
Yu Shan Emily Lau [Wed, 25 Mar 2009 02:04:51 +0000 (19:04 -0700)]
Automated import from //branches/cupcake/...@142148,142148

15 years agoAutomated import from //branches/cupcake/...@142064,142064
Eric Laurent [Wed, 25 Mar 2009 01:56:19 +0000 (18:56 -0700)]
Automated import from //branches/cupcake/...@142064,142064

15 years agoAutomated import from //branches/cupcake/...@142020,142020
Dave Sparks [Wed, 25 Mar 2009 01:49:15 +0000 (18:49 -0700)]
Automated import from //branches/cupcake/...@142020,142020

15 years agoAutomated import from //branches/cupcake/...@141995,141995
Ficus Kirkpatrick [Wed, 25 Mar 2009 01:48:25 +0000 (18:48 -0700)]
Automated import from //branches/cupcake/...@141995,141995

15 years agoAutomated import from //branches/cupcake/...@141977,141977
Nick Pelly [Wed, 25 Mar 2009 01:46:44 +0000 (18:46 -0700)]
Automated import from //branches/cupcake/...@141977,141977

15 years agoAutomated import from //branches/cupcake/...@141957,141957
Suchi Amalapurapu [Wed, 25 Mar 2009 01:43:00 +0000 (18:43 -0700)]
Automated import from //branches/cupcake/...@141957,141957

15 years agoAutomated import from //branches/cupcake/...@141894,141894
Mike Lockwood [Wed, 25 Mar 2009 01:36:06 +0000 (18:36 -0700)]
Automated import from //branches/cupcake/...@141894,141894

15 years agoAutomated import from //branches/cupcake/...@141884,141884
Romain Guy [Wed, 25 Mar 2009 01:35:16 +0000 (18:35 -0700)]
Automated import from //branches/cupcake/...@141884,141884

15 years agoAutomated import from //branches/cupcake/...@141866,141866
Eric Fischer [Wed, 25 Mar 2009 01:33:42 +0000 (18:33 -0700)]
Automated import from //branches/cupcake/...@141866,141866

15 years agoAutomated import from //branches/cupcake/...@141862,141862
Jaikumar Ganesh [Wed, 25 Mar 2009 01:32:43 +0000 (18:32 -0700)]
Automated import from //branches/cupcake/...@141862,141862

15 years agoAutomated import from //branches/cupcake/...@141857,141857
Jack Palevich [Wed, 25 Mar 2009 01:31:57 +0000 (18:31 -0700)]
Automated import from //branches/cupcake/...@141857,141857

15 years agoAutomated import from //branches/cupcake/...@141736,141736
Ficus Kirkpatrick [Wed, 25 Mar 2009 01:17:51 +0000 (18:17 -0700)]
Automated import from //branches/cupcake/...@141736,141736

15 years agoAutomated import from //branches/cupcake/...@141723,141723
Dianne Hackborn [Wed, 25 Mar 2009 01:15:17 +0000 (18:15 -0700)]
Automated import from //branches/cupcake/...@141723,141723

15 years agoAutomated import from //branches/cupcake/...@141708,141708
Andreas Huber [Wed, 25 Mar 2009 01:14:23 +0000 (18:14 -0700)]
Automated import from //branches/cupcake/...@141708,141708

15 years agoAutomated import from //branches/cupcake/...@141693,141693
Nick Pelly [Wed, 25 Mar 2009 01:10:51 +0000 (18:10 -0700)]
Automated import from //branches/cupcake/...@141693,141693

15 years agoAutomated import from //branches/cupcake/...@141613,141613
Wu-cheng Li [Wed, 25 Mar 2009 01:01:34 +0000 (18:01 -0700)]
Automated import from //branches/cupcake/...@141613,141613

15 years agoAutomated import from //branches/cupcake/...@141597,141597
Jason Sams [Wed, 25 Mar 2009 00:58:31 +0000 (17:58 -0700)]
Automated import from //branches/cupcake/...@141597,141597

15 years agoAutomated import from //branches/cupcake/...@141591,141591
Dave Sparks [Wed, 25 Mar 2009 00:57:12 +0000 (17:57 -0700)]
Automated import from //branches/cupcake/...@141591,141591

15 years agoauto import from //branches/cupcake_rel/...@141571
The Android Open Source Project [Fri, 20 Mar 2009 06:08:54 +0000 (23:08 -0700)]
auto import from //branches/cupcake_rel/...@141571

15 years agoauto import from //branches/cupcake_rel/...@140373
The Android Open Source Project [Thu, 19 Mar 2009 00:39:46 +0000 (17:39 -0700)]
auto import from //branches/cupcake_rel/...@140373

15 years agoauto import from //branches/cupcake_rel/...@138607
The Android Open Source Project [Fri, 13 Mar 2009 20:04:22 +0000 (13:04 -0700)]
auto import from //branches/cupcake_rel/...@138607

15 years agoauto import from //branches/cupcake/...@137873
The Android Open Source Project [Wed, 11 Mar 2009 19:11:56 +0000 (12:11 -0700)]
auto import from //branches/cupcake/...@137873

15 years agoauto import from //branches/cupcake/...@137197
The Android Open Source Project [Mon, 9 Mar 2009 18:52:12 +0000 (11:52 -0700)]
auto import from //branches/cupcake/...@137197

15 years agoauto import from //depot/cupcake/@136745
The Android Open Source Project [Fri, 6 Mar 2009 04:00:43 +0000 (20:00 -0800)]
auto import from //depot/cupcake/@136745

15 years agoauto import from //depot/cupcake/@136654
The Android Open Source Project [Fri, 6 Mar 2009 01:04:48 +0000 (17:04 -0800)]
auto import from //depot/cupcake/@136654

15 years agoauto import from //depot/cupcake/@136620
The Android Open Source Project [Thu, 5 Mar 2009 23:45:10 +0000 (15:45 -0800)]
auto import from //depot/cupcake/@136620

15 years agoauto import from //depot/cupcake/@136594
The Android Open Source Project [Thu, 5 Mar 2009 22:34:35 +0000 (14:34 -0800)]
auto import from //depot/cupcake/@136594

15 years agoauto import from //depot/cupcake/@135863
The Android Open Source Project [Wed, 4 Mar 2009 17:49:09 +0000 (09:49 -0800)]
auto import from //depot/cupcake/@135863

15 years agoauto import from //depot/cupcake/@135859
The Android Open Source Project [Wed, 4 Mar 2009 06:58:27 +0000 (22:58 -0800)]
auto import from //depot/cupcake/@135859

15 years agoauto import from //depot/cupcake/@135856
The Android Open Source Project [Wed, 4 Mar 2009 05:00:54 +0000 (21:00 -0800)]
auto import from //depot/cupcake/@135856

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 03:31:44 +0000 (19:31 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@135843
The Android Open Source Project [Wed, 4 Mar 2009 02:28:45 +0000 (18:28 -0800)]
auto import from //depot/cupcake/@135843

15 years agoauto import from //depot/cupcake/@132589
The Android Open Source Project [Tue, 3 Mar 2009 22:04:24 +0000 (14:04 -0800)]
auto import from //depot/cupcake/@132589

15 years agoauto import from //depot/cupcake/@137055
The Android Open Source Project [Tue, 3 Mar 2009 06:54:33 +0000 (22:54 -0800)]
auto import from //depot/cupcake/@137055

15 years agoauto import from //branches/cupcake/...@132569
The Android Open Source Project [Fri, 20 Feb 2009 15:38:31 +0000 (07:38 -0800)]
auto import from //branches/cupcake/...@132569

15 years agoauto import from //branches/cupcake/...@132276
The Android Open Source Project [Thu, 19 Feb 2009 18:57:31 +0000 (10:57 -0800)]
auto import from //branches/cupcake/...@132276

15 years agoauto import from //branches/cupcake/...@131421
The Android Open Source Project [Fri, 13 Feb 2009 20:57:50 +0000 (12:57 -0800)]
auto import from //branches/cupcake/...@131421

15 years agoauto import from //branches/cupcake/...@130745
The Android Open Source Project [Tue, 10 Feb 2009 23:44:00 +0000 (15:44 -0800)]
auto import from //branches/cupcake/...@130745