Searched refs:stopping (Results 1 – 25 of 38) sorted by relevance
12
/frameworks/base/docs/html-intl/intl/ru/training/basics/activity-lifecycle/ |
D | index.jd | 66 <dt><b><a href="stopping.html">Остановка и перезапуск операции</a></b></dt>
|
D | stopping.jd | 96 // Save the note's current draft, because the activity is stopping
|
/frameworks/base/docs/html-intl/intl/zh-tw/training/basics/activity-lifecycle/ |
D | index.jd | 66 <dt><b><a href="stopping.html">停止並重新啟動應用行為顯示</a></b></dt>
|
D | stopping.jd | 96 // Save the note's current draft, because the activity is stopping
|
/frameworks/base/docs/html-intl/intl/ja/training/basics/activity-lifecycle/ |
D | index.jd | 66 <dt><b><a href="stopping.html">アクティビティの停止と再起動</a></b></dt>
|
D | stopping.jd | 96 // Save the note's current draft, because the activity is stopping
|
/frameworks/base/docs/html-intl/intl/ko/training/basics/activity-lifecycle/ |
D | index.jd | 66 <dt><b><a href="stopping.html">액티비티 정지 및 재시작하기</a></b></dt>
|
D | stopping.jd | 96 // Save the note's current draft, because the activity is stopping
|
/frameworks/base/docs/html-intl/intl/zh-cn/training/basics/activity-lifecycle/ |
D | index.jd | 66 <dt><b><a href="stopping.html">停止和重新开始Activity</a></b></dt>
|
D | stopping.jd | 96 // Save the note's current draft, because the activity is stopping
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | voice.jd | 155 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/ |
D | index.jd | 68 <dt><b><a href="stopping.html">Stopping and Restarting an Activity</a></b></dt>
|
D | stopping.jd | 35 <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/ |
D | index.jd | 66 <dt><b><a href="stopping.html">Interrompendo e reiniciando uma atividade</a></b></dt>
|
D | stopping.jd | 96 // Save the note's current draft, because the activity is stopping
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActiveServices.java | 592 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/ |
D | principles.jd | 23 <h2>Focus on not stopping the user and all else will follow</h2>
|
/frameworks/base/docs/html/about/versions/ |
D | android-1.6-highlights.jd | 111 adjusting settings, stopping the application, or uninstalling the application.</p>
|
/frameworks/base/docs/html/training/managing-audio/ |
D | audio-focus.jd | 132 listen to audio and your app should effectively end itself. In practical terms, that means stopping
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | battery-monitoring.jd | 43 even stopping—your updates when the battery charge is nearly exhausted.</p>
|
/frameworks/base/docs/html/training/camera/ |
D | cameradirect.jd | 275 setCamera()} method, so initializing a camera always begins with stopping the
|
/frameworks/base/docs/html/preview/features/ |
D | picture-in-picture.jd | 207 Activity.onNewIntent()} and handle the new video, stopping any existing video
|
/frameworks/base/docs/html/training/custom-views/ |
D | making-interactive.jd | 258 disappearing. Motions begin and end smoothly instead of starting and stopping abruptly. The
|
/frameworks/base/docs/html-intl/intl/zh-cn/guide/components/ |
D | services.jd | 433 // start ID so we know which request we're stopping when we finish the job
|
/frameworks/base/docs/html-intl/intl/ru/guide/components/ |
D | services.jd | 433 // start ID so we know which request we're stopping when we finish the job
|
12