Searched refs:started (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
H A DForwardServer.java41 private boolean started; field in class:ForwardServer
49 started = false;
54 if(!started) {
59 started = true;
64 if(started) {
75 started = false;
81 return started;
/frameworks/base/test-runner/src/android/test/
H A DTestPrinter.java48 public void started(String className) { method in class:TestPrinter
50 Log.i(mTag, "started: " + className);
110 started(test.toString());
H A DTestRecorder.java70 "started INTEGER," +
90 public void started(String className) { method in class:TestRecorder
93 map.put("started", System.currentTimeMillis());
184 started(test.toString());
H A DTestRunner.java101 started(test.toString());
152 void started(String className); method in interface:TestRunner.Listener
180 private void started(String className) { method in class:TestRunner
184 mListeners.get(i).started(className);
271 started(className);
296 started(className);
353 started(test.toString());
510 started(test.toString());
/frameworks/base/core/java/android/widget/
H A DChronometer.java205 public void setStarted(boolean started) { argument
206 mStarted = started;
H A DRemoteViews.java686 * @param started True if you want the clock to be started, false if not.
688 public void setChronometer(int viewId, long base, String format, boolean started) { argument
691 setBoolean(viewId, "setStarted", started);
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java306 boolean started = false;
318 started = started || a.hasStarted();
322 if (started && !mStarted) {
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsBackupAgent.java360 boolean started = false;
363 if (!started && line.startsWith("network")) {
364 started = true;
366 if (started) {
/frameworks/base/core/java/android/app/
H A DActivityManager.java73 * started or visited.
90 * If this task was started from an alias, this is the actual
91 * activity component that was initially started; the component of
160 * user has started and the maximum number the system can remember.
287 * user has started.
323 * user has started.
374 * Set to true if this service has been explicitly started.
376 public boolean started; field in class:ActivityManager.RunningServiceInfo
404 * explicitly started.
458 dest.writeInt(started
[all...]
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java496 * are started by the time booting is complete.
502 * List of records for processes that we have started and are waiting
512 * of being started.
582 * one at a time, so no others can be started while waiting for this
817 * activities from being started/resumed.
827 * Task identifier that activities are currently being started
846 * is set, indicating the user wants processes started in such a way
854 * N procs were started.
966 // if (localLOGV) Slog.v(TAG, "Handler started!");
2655 // Clean up already done if the process has been re-started
[all...]

Completed in 260 milliseconds