Home
last modified time | relevance | path

Searched refs:launches (Results 1 – 25 of 60) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags33 ## 4: SWIPE_CAMERA Swiped the camera icon, launches.
34 ## 5: SWIPE_DIALER Swiped the dialer icon, launches.
/frameworks/base/docs/html/google/play/billing/
Dbilling_promotions.jd99 redeems a single promo code, then launches the game. When the game launches,
197 when the user launches it, to find out about any purchases the user made
243 <li>User installs and launches your app. Verify that on startup, the app
264 <li>User launches your app. Verify that on startup, the app calls <a href=
281 <li>User launches the app. Verify that the app has properly registered itself to
285 <li>User launches the Play Store app and redeems a promo code for the app. The Play
/frameworks/base/docs/html/training/notify-user/
Dexpanded.jd77 <p>The normal view provides these features through a new activity that launches
102 // Because clicking the notification launches a new ("special") activity,
113 // notification. Clicking the notification launches a new activity.
/frameworks/base/docs/html/guide/components/
Drecents.jd73 launches the activity. To insert a logical break so that the system treats your activity as a new
76 that launches the activity.</p>
117 <p>When the main activity launches a new activity, the system searches through existing tasks for
152 <p>An activity can also specify in its manifest that it always launches into a new task by using
230 {@link android.content.Intent#addFlags(int) addFlags()} method of the Intent that launches the acti…
/frameworks/base/docs/html/distribute/stories/games/
Dtiny-co.jd2 page.metaDescription=TinyCo launches their line of apps across multiple form factors.
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd400 the user action of going Home and touching the Email icon launches the
425 activity, which is Home. If the user re-launches Email, it would
496 Edit contact and touches the picture field, which launches the Gallery
588 State 1 - The user launches the View Map activity and searches
604 with Home in the foreground. The user then launches the Calendar
605 activity, which launches into the foreground, taking user focus,
672 then the system immediately launches that activity in response to the user
774 &gt; Pictures. This last step launches the picture gallery
806 look at a calendar event. Calendar launches from Home as a new
808 each application it launches.
/frameworks/base/docs/html/distribute/users/
Dbuild-buzz.jd153 their reviews when the app or game launches.
237 simultaneous launches.
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md72 For example, if after _Android N_ launches changes are made for the next _N_
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd310 <code>forEach_<em>kernelname</em>()</code>. These launches are asynchronous, and launches will be
323 function launches as necessary.</li>
/frameworks/base/docs/html/training/permissions/
Dbest-practices.jd146 app launches. For example, if you make a photography app, the app would need
147 access to the device camera. When the user launches the app for the first
/frameworks/base/docs/html/training/tv/discovery/
Dsearchable.jd353 deep link</a> to a watch action for your content appears in the details screen that launches when
361 details screen, the system launches the activity which handles the {@link android.content.Intent#AC…
368 sample app</a>. Note that the sample app launches its own <code>LeanbackDetailsFragment</code> to
/frameworks/base/docs/html/training/tv/playback/
Dnow-playing.jd160 the system launches the activity you specify, as demonstrated below. If not, the default system
/frameworks/base/docs/html/distribute/analyze/
Dimprove-roi.jd104 Installs &mdash; or first launches &mdash; are a key type of conversion, but
/frameworks/base/docs/html/distribute/engage/
Dgame-services.jd166 launches. This ensures they get access to the game service features, and also
/frameworks/base/docs/html/training/wearables/apps/
Dalways-on.jd258 <p>The alarm manager launches a pending intent that updates the screen and schedules the next alarm.
287 <p>When the alarm triggers and launches the pending intent, update the screen and schedule the next
Dvoice.jd240 "Start MyRunningApp" voice action and launches <code>StartRunActivity</code>.
/frameworks/base/docs/html/preview/features/
Ddata-saver.jd147 Sending the intent and URI launches the <strong>Settings</strong> app and
/frameworks/base/docs/html/training/articles/
Dwear-permissions.jd145 The first time the user launches the app, the system prompts them to grant all pending permissions.
222 permission when the user launches the app. For example, a maps app clearly requires access
/frameworks/base/docs/html/training/search/
Dsetup.jd162 <p class="note"><strong>Note:</strong> If your searchable activity launches in single top mode
/frameworks/base/docs/html/training/auto/testing/
Dindex.jd169 <strong>Figure 4.</strong> DHU launches on the development machine.
176 <strong>Figure 3.</strong> Android Auto launches on the mobile device.
/frameworks/base/core/java/android/os/
DBatteryStats.java3293 final int launches = ss.getLaunches(which); in dumpCheckinLocked() local
3294 if (startTime != 0 || starts != 0 || launches != 0) { in dumpCheckinLocked()
3301 launches); in dumpCheckinLocked()
4528 final int launches = ss.getLaunches(which); in dumpLocked() local
4529 if (startTime != 0 || starts != 0 || launches != 0) { in dumpLocked()
4538 sb.append(", launches: "); sb.append(launches); in dumpLocked()
/frameworks/base/docs/html/distribute/tools/promote/
Dlinking.jd32 launches the Play Store application or the browser, which takes the user
/frameworks/base/docs/html/ndk/guides/
Dndk-gdb.jd117 <p>Starting {@code ndk-gdb} with this option specified launches the first launchable activity listed
/frameworks/base/docs/html/training/basics/firstapp/
Dcreating-project.jd90 will usually have a main activity for when the user launches the application, another
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd199 Suppose, for example, that someone launches activity P from the home screen,
416 (finished) whenever the user again launches its task (chooses the task on the
587 <td rowspan="2" style="width:20%;">Normal launches for most activities</td>
602 <td rowspan="2">Specialized launches<br>
788 to "{@code true}" then it will yield the base Intent to any activity that it launches in the same

123