Home
last modified time | relevance | path

Searched refs:started (Results 1 – 25 of 266) sorted by relevance

1234567891011

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
DTestJobListener.java35 @Nullable private Job started; field in TestJobListener
40 started = job; in onStart()
55 if (started == null) { in assertStarted()
/frameworks/base/test-runner/src/android/test/
DTestRunner.java102 started(test.toString()); in startTest()
153 void started(String className); in started() method
181 private void started(String className) { in started() method in TestRunner
185 mListeners.get(i).started(className); in started()
272 started(className); in missingTest()
297 started(className); in run()
354 started(test.toString()); in run()
511 started(test.toString()); in runSingleJunitTest()
DTestPrinter.java49 public void started(String className) { in started() method in TestPrinter
111 started(test.toString()); in startTest()
/frameworks/base/core/java/com/android/internal/app/procstats/
DServiceState.java277 public void setStarted(boolean started, int memFactor, long now) { in setStarted() argument
281 mStarted = started; in setStarted()
292 final boolean started = mStarted || mRestarting; in updateStartedState()
293 final int state = started ? memFactor : STATE_NOTHING; in updateStartedState()
298 } else if (started) { in updateStartedState()
304 if (wasStarted != started) { in updateStartedState()
305 if (started) { in updateStartedState()
/frameworks/base/docs/html/
Dresources.jd7 page.metaDescription=These resources will help you get started with Android and Google Play. 。
16 <p style="margin-bottom:2em;">These resources will help you get started with Android and Google Pla…
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceManager.java127 public synchronized void onScanningStateChanged(boolean started) { in onScanningStateChanged() argument
128 if (!started) return; in onScanningStateChanged()
DBluetoothCallback.java26 void onScanningStateChanged(boolean started); in onScanningStateChanged() argument
/frameworks/base/core/java/android/view/animation/
DAnimationSet.java375 boolean started = false; in getTransformation()
387 started = started || a.hasStarted(); in getTransformation()
391 if (started && !mStarted) { in getTransformation()
/frameworks/base/docs/html/distribute/stories/games/
Dconcrete-bowling.jd56 completion. While users who accepted a quest <b>started 98 percent more
57 sessions per day</b>; users who completed a quest <b>started 140.2 percent
83 <h3>Get started</h3>
Dtiny-co.jd69 metrics started to rise,” said Nagpal.
72 <h3>Get started</h3>
Dgameloft-asphalt8.jd37 iconography, which started a smooth and easy friends invite flow. Then the
80 <h3>Get started</h3>
/frameworks/base/docs/html/guide/components/
Dservices.jd64 <dd>A service is "started" when an application component (such as an activity) starts it by
65 calling {@link android.content.Context#startService startService()}. Once started, a service
66 can run in the background indefinitely, even if the component that started it is destroyed. Usually,
67 a started service performs a single operation and does not return a result to the caller.
80 service can work both ways&mdash;it can be started (to run indefinitely) and also allow binding.
85 <p>Regardless of whether your application is started, bound, or both, any application component
132 requests that the service be started, by calling {@link android.content.Context#startService
133 startService()}. Once this method executes, the service is started and can run in the
171 Otherwise, if the service was started and is long-running, then the system will lower its position
173 killing&mdash;if your service is started, then you must design it to gracefully handle restarts
[all …]
/frameworks/base/docs/html/distribute/stories/apps/
Dsegundamano.jd22 started by placing classified ads in newspapers, progressed to desktop, and
55 Get started
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DCastControllerImpl.java189 private void setProjection(MediaProjectionInfo projection, boolean started) { in setProjection() argument
194 if (started && !isCurrent) { in setProjection()
197 } else if (!started && isCurrent) { in setProjection()
/frameworks/base/docs/html/training/camera/
Dcameradirect.jd95 <p>To get started with displaying a preview, you need preview class. The
123 image preview can be started, as shown in the next section.</p>
156 // surface. Preview must be started before you can take a picture.
179 // Preview must be started before you can take a picture.
198 method to take a picture once the preview is started. You can create {@link
/frameworks/base/core/java/android/app/
DFragmentHostCallback.java292 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) { in getLoaderManager() argument
299 lm = new LoaderManagerImpl(who, this, started); in getLoaderManager()
/frameworks/base/core/java/android/widget/
DChronometer.java237 public void setStarted(boolean started) { in setStarted() argument
238 mStarted = started; in setStarted()
/frameworks/support/fragment/java/android/support/v4/app/
DFragmentHostCallback.java302 LoaderManagerImpl getLoaderManager(String who, boolean started, boolean create) { in getLoaderManager() argument
309 lm = new LoaderManagerImpl(who, this, started); in getLoaderManager()
/frameworks/base/docs/html/design/
Ddevices.jd26 …described here build on the core <a href="{@docRoot}design/get-started/principles.html">Android De…
/frameworks/base/docs/html/about/
Dstart.jd59 types of devices your app supports. Everything you need to get started with this process is
66 <p>Get started by installing <a
/frameworks/base/docs/html/distribute/monetize/
Dindex.jd14 To get started, set up your <a href=
/frameworks/base/docs/html/training/system-ui/
Dindex.jd48 <a class="notice-designers wide" href="{@docRoot}design/get-started/ui-overview.html#system-bars">
69 <p>The <a href="https://developer.android.com/design/get-started/ui-overview.html#system-bars">
/frameworks/base/docs/html/about/versions/marshmallow/
Dandroid-6.0-samples.jd5 page.metaDescription=Code to get your started with Android 6.0 APIs.
9 Download or browse sample projects to get started with Android 6.0
/frameworks/base/docs/html-intl/intl/zh-cn/training/material/
Dindex.jd41 <dt><a href="{@docRoot}training/material/get-started.html">入门指南</a></dt>
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/
Dindex.jd41 <dt><a href="{@docRoot}training/material/get-started.html">開始使用</a></dt>

1234567891011