Home
last modified time | relevance | path

Searched refs:launched (Results 1 – 25 of 62) sorted by relevance

123

/frameworks/base/core/java/com/android/internal/app/
DResolverComparator.java112 final int launched = pkStats.mLaunchCount; in compute() local
113 scoredTarget.launchCount = launched; in compute()
114 if (launched > mostLaunched) { in compute()
115 mostLaunched = launched; in compute()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardBottomAreaView.java399 public void unbindCameraPrewarmService(boolean launched) { in unbindCameraPrewarmService() argument
401 if (mPrewarmMessenger != null && launched) { in unbindCameraPrewarmService()
434 final boolean launched = isSuccessfulLaunch(result); in launchCamera()
438 unbindCameraPrewarmService(launched); in launchCamera()
/frameworks/base/docs/html/distribute/engage/
Danalytics.jd22 launched, use Google Analytics to see which of your features are most
/frameworks/base/docs/html/guide/topics/graphics/
Dindex.jd15 <p>Earlier this year, Android 3.0 launched with a new 2D rendering pipeline designed to
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java880 boolean launched = false; in runStart()
883 launched = true; in runStart()
886 launched = true; in runStart()
892 launched = true; in runStart()
899 launched = true; in runStart()
905 launched = true; in runStart()
946 if (mWaitOption && launched) { in runStart()
/frameworks/base/docs/html/guide/topics/manifest/
Dactivity-element.jd75 Indicate that the activity can be launched as the embedded child of another
109 is defined by the browser application, but is launched as part of the e-mail
150 <dd>Whether or not tasks launched by activities with this attribute remains in the
183 the root activity, whenever it is re-launched from the home screen &mdash;
321 launched. This attribute permits the user to have multiple documents from the same application
351 <td>This activity is not launched into a new document even if the Intent contains
391 <dd>Whether or not the activity can be launched by components of other
393 If "{@code false}", the activity can be launched only by components of the
498 <dd>An instruction on how the activity should be launched. There are four modes
519 launched into the task that called
[all …]
Dactivity-alias-element.jd72 If "{@code false}", the target activity can be launched through the alias only by
/frameworks/rs/api/
Drs_for_each.spec103 When rsForEach is called, the root script is launched immediately. rsForEach returns
171 This context is created when a kernel is launched and updated at each iteration.
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd196 launched (started) independently, and the user or system can start,
396 can be launched only from other applications.) When the user touches
398 screen), the main activity for that application is launched into the
581 As previously noted, when an activity has been launched, the user can
625 The application launcher at Home has launched "View Map" and "Day
638 represents an entry point. Applications can also be launched from another
858 applies to an activity that will be launched only from the
933 <h3 id=activity_launching_tip>Consider how you want your activities to be launched or used by other…
1030 picker application that you write could be launched by an intent
1056 launcher, that can be launched separately, and so appear to the user
[all …]
/frameworks/rs/scriptc/
Drs_for_each.rsh103 * When rsForEach is called, the root script is launched immediately. rsForEach returns
160 * This context is created when a kernel is launched and updated at each iteration.
310 * This context is created when a kernel is launched. It contains common
/frameworks/base/docs/html/guide/components/
Dtasks-and-back-stack.jd303 launchMode}</a> attribute specifies an instruction on how the activity should be launched into a
322 If D has the default {@code "standard"} launch mode, a new instance of the class is launched and the
422 it too is removed from the stack and a new instance is launched in its place to handle
460 <p>A new activity is, by default, launched into the task of the activity
467 new activity, the activity is launched into that task. If not, it begins a new task.</p>
562 to return to the task that it creates any time after it has been launched.
/frameworks/base/docs/html/training/activity-testing/
Dactivity-unit-testing.jd91 <li>Verifying that the launched {@link android.content.Intent} contains the
/frameworks/base/docs/html/tools/help/
Ddesktop-head-unit.jd67 the DHU by running commands from the terminal window where you launched DHU.
84 <li>Run the command <code>daynight</code> in the terminal where you launched the DHU.
/frameworks/base/docs/html/training/notify-user/
Dexpanded.jd91 that will be launched if the user
/frameworks/base/docs/html/distribute/users/
Dbuild-community.jd118 Once you’ve launched, your Google+ or other social media presence can help
/frameworks/base/docs/html/training/tv/playback/
Dnow-playing.jd40 background playback because it can continue to play media even after the activity that launched it
/frameworks/base/docs/html/design/wear/
Dindex.jd76 <li><strong>Full screen apps</strong> can be launched on top of the main stream where a wider range…
/frameworks/base/docs/html/ndk/reference/
Dstruct_a_native_activity.jd40 …created by the framework, and handed to the application's native code as it is being launched. </p>
/frameworks/base/docs/html/about/versions/
Dandroid-2.3.3.jd73 when they are launched, when an NFC tag is discovered. Previously, the platform
/frameworks/base/docs/html/training/basics/firstapp/
Drunning-app.jd142 when launched from the command line is different from the version in
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd346 serialized in the order in which they are launched. Depending on the arguments to the kernel, the
351 <p>Invoked functions can be launched using the <code>invoke_<em>functionname</em></code> methods
/frameworks/base/docs/html/training/camera/
Dcameradirect.jd47 that's launched from {@link android.app.Activity#onCreate onCreate()}. This approach is a good idea
/frameworks/base/docs/html/distribute/essentials/
Doptimizing-your-app.jd83 quicker to fix</strong> than they would be once the app is launched fully.
123 Once you have launched, the most obvious way to listen to users is by reading
/frameworks/base/docs/html/preview/
Dapi-overview.jd240 also, however, start without user input. For example, another app launched through a voice
242 launched from a user voice query or from another voice interaction app, call the
243 {@link android.app.Activity#isVoiceInteractionRoot()} method. If another app launched your
/frameworks/base/docs/html/tools/building/
Dbuilding-eclipse.jd173 launched.</p>

123