/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | EventLogTags.logtags | 33 ## 4: SWIPE_CAMERA Swiped the camera icon, launches. 34 ## 5: SWIPE_DIALER Swiped the dialer icon, launches.
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_promotions.jd | 99 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/ |
D | expanded.jd | 77 <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/ |
D | recents.jd | 73 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/ |
D | tiny-co.jd | 2 page.metaDescription=TinyCo launches their line of apps across multiple form factors.
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | activity_task_design.jd | 400 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 > 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/ |
D | build-buzz.jd | 153 their reviews when the app or game launches. 237 simultaneous launches.
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 72 For example, if after _Android N_ launches changes are made for the next _N_
|
/frameworks/base/docs/html/guide/topics/renderscript/ |
D | compute.jd | 310 <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/ |
D | best-practices.jd | 146 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/ |
D | searchable.jd | 353 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/ |
D | now-playing.jd | 160 the system launches the activity you specify, as demonstrated below. If not, the default system
|
/frameworks/base/docs/html/distribute/analyze/ |
D | improve-roi.jd | 104 Installs — or first launches — are a key type of conversion, but
|
/frameworks/base/docs/html/distribute/engage/ |
D | game-services.jd | 166 launches. This ensures they get access to the game service features, and also
|
/frameworks/base/docs/html/training/wearables/apps/ |
D | always-on.jd | 258 <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
|
D | voice.jd | 240 "Start MyRunningApp" voice action and launches <code>StartRunActivity</code>.
|
/frameworks/base/docs/html/preview/features/ |
D | data-saver.jd | 147 Sending the intent and URI launches the <strong>Settings</strong> app and
|
/frameworks/base/docs/html/training/articles/ |
D | wear-permissions.jd | 145 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/ |
D | setup.jd | 162 <p class="note"><strong>Note:</strong> If your searchable activity launches in single top mode
|
/frameworks/base/docs/html/training/auto/testing/ |
D | index.jd | 169 <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/ |
D | BatteryStats.java | 3293 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/ |
D | linking.jd | 32 launches the Play Store application or the browser, which takes the user
|
/frameworks/base/docs/html/ndk/guides/ |
D | ndk-gdb.jd | 117 <p>Starting {@code ndk-gdb} with this option specified launches the first launchable activity listed
|
/frameworks/base/docs/html/training/basics/firstapp/ |
D | creating-project.jd | 90 will usually have a main activity for when the user launches the application, another
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | activity-element.jd | 199 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
|