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

/frameworks/base/test-runner/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.java100 started(test.toString());
151 void started(String className); method in interface:TestRunner.Listener
179 private void started(String className) { method in class:TestRunner
183 mListeners.get(i).started(className);
270 started(className);
295 started(className);
351 started(test.toString());
508 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.java581 * @param started True if you want the clock to be started, false if not.
583 public void setChronometer(int viewId, long base, String format, boolean started) { argument
586 setBoolean(viewId, "setStarted", started);
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java304 boolean started = false;
316 started = started || a.hasStarted();
320 if (started && !mStarted) {
/frameworks/base/core/java/android/app/
H A DActivityManager.java50 * started or visited.
67 * If this task was started from an alias, this is the actual
68 * activity component that was initially started; the component of
130 * user has started and the maximum number the system can remember.
257 * user has started.
308 * Set to true if this service has been explicitly started.
310 public boolean started; field in class:ActivityManager.RunningServiceInfo
348 dest.writeInt(started ? 1 : 0);
361 started = source.readInt() != 0;
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java216 // is being started.
511 * are started by the time booting is complete.
517 * List of records for processes that we have started and are waiting
527 * of being started.
581 * one at a time, so no others can be started while waiting for this
787 * activities from being started/resumed.
812 * Task identifier that activities are currently being started
826 * is set, indicating the user wants processes started in such a way
834 * N procs were started.
949 // if (localLOGV) Log.v(TAG, "Handler started!");
[all...]

Completed in 143 milliseconds