Home
last modified time | relevance | path

Searched refs:stopping (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/
Dindex.jd66 <dt><b><a href="stopping.html">Остановка и перезапуск операции</a></b></dt>
Dstopping.jd96 // Save the note's current draft, because the activity is stopping
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/activity-lifecycle/
Dindex.jd66 <dt><b><a href="stopping.html">停止並重新啟動應用行為顯示</a></b></dt>
Dstopping.jd96 // Save the note's current draft, because the activity is stopping
/frameworks/base/docs/html-intl/intl/ja/training/basics/activity-lifecycle/
Dindex.jd66 <dt><b><a href="stopping.html">アクティビティの停止と再起動</a></b></dt>
Dstopping.jd96 // Save the note's current draft, because the activity is stopping
/frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/
Dindex.jd66 <dt><b><a href="stopping.html">액티비티 정지 및 재시작하기</a></b></dt>
Dstopping.jd96 // Save the note's current draft, because the activity is stopping
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/
Dindex.jd66 <dt><b><a href="stopping.html">停止和重新开始Activity</a></b></dt>
Dstopping.jd96 // Save the note's current draft, because the activity is stopping
/frameworks/base/docs/html/training/wearables/apps/
Dvoice.jd155 when starting and <code>CompletedActionStatus</code> when stopping.</dd>
171 when starting and <code>CompletedActionStatus</code> when stopping</dd>
188 when starting and <code>CompletedActionStatus</code> when stopping</dd>
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dindex.jd68 <dt><b><a href="stopping.html">Stopping and Restarting an Activity</a></b></dt>
Dstopping.jd35 <p>Properly stopping and restarting your activity is an important process in the activity lifecycle
97 // Save the note's current draft, because the activity is stopping
/frameworks/base/docs/html-intl/intl/pt-br/training/basics/activity-lifecycle/
Dindex.jd66 <dt><b><a href="stopping.html">Interrompendo e reiniciando uma atividade</a></b></dt>
Dstopping.jd96 // Save the note's current draft, because the activity is stopping
/frameworks/base/services/core/java/com/android/server/am/
DActiveServices.java592 ArrayList<ServiceRecord> stopping = null; in stopInBackgroundLocked() local
599 if (stopping == null) { in stopInBackgroundLocked()
600 stopping = new ArrayList<>(); in stopInBackgroundLocked()
601 stopping.add(service); in stopInBackgroundLocked()
606 if (stopping != null) { in stopInBackgroundLocked()
607 for (int i=stopping.size()-1; i>=0; i--) { in stopInBackgroundLocked()
608 ServiceRecord service = stopping.get(i); in stopInBackgroundLocked()
/frameworks/base/docs/html/design/wear/
Dprinciples.jd23 <h2>Focus on not stopping the user and all else will follow</h2>
/frameworks/base/docs/html/about/versions/
Dandroid-1.6-highlights.jd111 adjusting settings, stopping the application, or uninstalling the application.</p>
/frameworks/base/docs/html/training/managing-audio/
Daudio-focus.jd132 listen to audio and your app should effectively end itself. In practical terms, that means stopping
/frameworks/base/docs/html/training/monitoring-device-state/
Dbattery-monitoring.jd43 even stopping&mdash;your updates when the battery charge is nearly exhausted.</p>
/frameworks/base/docs/html/training/camera/
Dcameradirect.jd275 setCamera()} method, so initializing a camera always begins with stopping the
/frameworks/base/docs/html/preview/features/
Dpicture-in-picture.jd207 Activity.onNewIntent()} and handle the new video, stopping any existing video
/frameworks/base/docs/html/training/custom-views/
Dmaking-interactive.jd258 disappearing. Motions begin and end smoothly instead of starting and stopping abruptly. The
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/
Dservices.jd433 // start ID so we know which request we're stopping when we finish the job
/frameworks/base/docs/html-intl/intl/ru/guide/components/
Dservices.jd433 // start ID so we know which request we're stopping when we finish the job

12