/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/ |
D | TestJobListener.java | 35 @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/ |
D | TestRunner.java | 102 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()
|
D | TestPrinter.java | 49 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/ |
D | ServiceState.java | 277 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/ |
D | resources.jd | 7 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/ |
D | CachedBluetoothDeviceManager.java | 127 public synchronized void onScanningStateChanged(boolean started) { in onScanningStateChanged() argument 128 if (!started) return; in onScanningStateChanged()
|
D | BluetoothCallback.java | 26 void onScanningStateChanged(boolean started); in onScanningStateChanged() argument
|
/frameworks/base/core/java/android/view/animation/ |
D | AnimationSet.java | 375 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/ |
D | concrete-bowling.jd | 56 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>
|
D | tiny-co.jd | 69 metrics started to rise,” said Nagpal. 72 <h3>Get started</h3>
|
D | gameloft-asphalt8.jd | 37 iconography, which started a smooth and easy friends invite flow. Then the 80 <h3>Get started</h3>
|
/frameworks/base/docs/html/guide/components/ |
D | services.jd | 64 <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—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—if your service is started, then you must design it to gracefully handle restarts [all …]
|
/frameworks/base/docs/html/distribute/stories/apps/ |
D | segundamano.jd | 22 started by placing classified ads in newspapers, progressed to desktop, and 55 Get started
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | CastControllerImpl.java | 189 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/ |
D | cameradirect.jd | 95 <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/ |
D | FragmentHostCallback.java | 292 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/ |
D | Chronometer.java | 237 public void setStarted(boolean started) { in setStarted() argument 238 mStarted = started; in setStarted()
|
/frameworks/support/fragment/java/android/support/v4/app/ |
D | FragmentHostCallback.java | 302 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/ |
D | devices.jd | 26 …described here build on the core <a href="{@docRoot}design/get-started/principles.html">Android De…
|
/frameworks/base/docs/html/about/ |
D | start.jd | 59 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/ |
D | index.jd | 14 To get started, set up your <a href=
|
/frameworks/base/docs/html/training/system-ui/ |
D | index.jd | 48 <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/ |
D | android-6.0-samples.jd | 5 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/ |
D | index.jd | 41 <dt><a href="{@docRoot}training/material/get-started.html">入门指南</a></dt>
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/material/ |
D | index.jd | 41 <dt><a href="{@docRoot}training/material/get-started.html">開始使用</a></dt>
|