/frameworks/base/docs/html/google/play-services/ |
wallet.jd | 15 production access</a> before launching Instant Buy in your app. We recommend applying
|
/frameworks/base/docs/html/training/implementing-navigation/ |
descendant.jd | 55 <p>When launching another application's activity to allow the user to say, compose an email or pick a photo attachment, you generally don't want the user to return to this activity if they relaunch your application from the Launcher (the device home screen). It would be confusing if touching your application icon brought the user to a "compose email" screen.</p>
|
/frameworks/base/docs/html/training/notify-user/ |
expanded.jd | 97 clicks the notification, thereby launching the activity.</p>
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/ |
MediaPlayerStressTest.java | 48 //Insert a 2 second before launching the test activity. This is
|
/packages/apps/Browser/src/com/android/browser/search/ |
SearchEngineInfo.java | 121 * Returns the URI for launching a web search with the given query (or null if there was no
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
MovieActivity.java | 114 // We set the background in the theme to have the launching animation.
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
GoogleSearch.java | 152 Log.i(TAG, "Launching intent: " + intent.toUri(0));
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
MessageAttachmentTile.java | 52 * View for a single attachment in conversation view. Shows download status and allows launching
|
/sdk/eclipse/features/com.android.ide.eclipse.adt.package/ |
feature.xml | 36 <import plugin="org.eclipse.jdt.launching"/>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
FixLaunchConfig.java | 29 import org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.package/src/com/android/ide/eclipse/adt/internal/ |
AdtIntro.java | 149 AdtPlugin.log(ex, "Error launching browser for URL: %1$s", url);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/ |
DebuggerConnector.java | 29 import org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants;
|
/frameworks/base/services/java/com/android/server/am/ |
ActivityStackSupervisor.java | 140 /** The non-home stack currently receiving input or launching the next activity. If home is 193 * of launching an activity. This is primarily to allow alarm intent [all...] |
/external/chromium_org/chrome/browser/ |
chrome_browser_main_win.cc | 346 // Exit as we are not launching the browser. 395 // flip to the Desktop when launching.
|
/external/chromium_org/chrome/installer/setup/ |
setup_util_unittest.cc | 245 // Launching a subprocess at normal priority class is a noop. 251 // Launching a subprocess below normal priority class drops it to bg mode for
|
/external/chromium_org/chrome/installer/util/ |
util_constants.cc | 50 // Prevent installer from launching Chrome after a successful first install. 121 // (un)installation in progress when launching an elevated setup.exe to finish
|
/external/valgrind/main/coregrind/ |
launcher-darwin.c | 3 /*--- Launching valgrind launcher-darwin.c ---*/ 415 VG_(debugLog)(1, "launcher", "launching %s\n", toolfile);
|
launcher-linux.c | 3 /*--- Launching valgrind m_launcher.c ---*/ 369 VG_(debugLog)(1, "launcher", "launching %s\n", toolfile);
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
starting.jd | 18 <li><a href="#launching-activity">Specify Your App's Launcher Activity</a></li> 144 <h2 id="launching-activity">Specify Your App's Launcher Activity</h2>
|
/frameworks/support/v4/java/android/support/v4/widget/ |
SearchViewCompat.java | 281 * to display labels, hints, suggestions, create intents for launching search results screens 345 * let the SearchView handle the submission by launching any associated intent.
|
/packages/apps/Camera2/src/com/android/camera/ |
CameraSettings.java | 100 // When launching the camera app first time, we will set the video quality 112 // When launching the camera app first time, we will set the picture
|
/packages/apps/Settings/src/com/android/settings/accounts/ |
ManageAccountsSettings.java | 62 // Action name for the broadcast intent when the Google account preferences page is launching 373 // Hack: announce that the Google account preferences page is launching the location
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
LaunchConfigDelegate.java | 38 import org.eclipse.jdt.launching.IJavaLaunchConfigurationConstants; 333 // Instead in the #launch method, we'll rebuild only the launching project.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
IncomingMessage.java | 64 * application should be in when launching it from a notification.
|
SearchInvoke.java | 197 // It's possible to prefill the query string before launching the search
|