AI 145860: am: CL 145568 Hide setStarted() from public API.

It should be renamed to something more meaninful before being exposed.
  Original author: jsharkey
  Merged from: //branches/cupcake/...

Automated import of CL 145860
This commit is contained in:
Jeffrey Sharkey
2009-04-13 08:55:24 -07:00
committed by The Android Open Source Project
parent 06f36b401d
commit 7eb4fbdbb6
3 changed files with 1 additions and 26 deletions

View File

@@ -199,6 +199,7 @@ public class Chronometer extends TextView {
/**
* The same as calling {@link #start} or {@link #stop}.
* @hide pending API council approval
*/
@android.view.RemotableViewMethod
public void setStarted(boolean started) {