HomeSort by relevance Sort by last modified time
    Searched full:launched (Results 26 - 50 of 898) sorted by null

12 3 4 5 6 7 8 91011>>

  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadActivityTest.java 36 * Verifies that the activity under test can be launched.
39 assertNotNull("activity should be launched successfully", getActivity());
  /development/samples/SkeletonApp/tests/src/com/example/android/skeletonapp/
SkeletonAppTest.java 36 * Verifies that the activity under test can be launched.
39 assertNotNull("activity should be launched successfully", getActivity());
  /development/samples/Snake/tests/src/com/example/android/snake/
SnakeTest.java 35 * Verifies that the activity under test can be launched.
38 assertNotNull("activity should be launched successfully", getActivity());
  /development/samples/browseable/AppRestrictions/res/values/
base-strings.xml 27 When launched under the primary User account, you can toggle between standard app restriction
28 types and custom. When launched under a restricted profile, this activity displays app
  /external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
network_WiFi_DarkResumeActiveScans.py 19 Test that no active scans are launched when the system wakes on dark resumes
27 Stop packet capture and check that no probe requests launched by the DUT
73 # requests were launched during this dark resume.
84 # are launched on the way to suspend.
97 # |count_dark_resumes| because probe requests might be launched
107 # probe requests were launched during this dark resume.
123 # are launched on the way to suspend.
133 # |count_dark_resumes| because probe requests might be launched
  /frameworks/base/core/java/android/app/
ITaskStackListener.aidl 40 * Called when we launched an activity that we forced to be resizable.
45 * Callen when we launched an activity that is dismissed the docked stack.
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Login_Items_Suite.py 19 """login item - an item to be launched or opened at login """
26 """hidden - Is the Login Item hidden when launched? """
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Login_Items_Suite.py 19 """login item - an item to be launched or opened at login """
26 """hidden - Is the Login Item hidden when launched? """
  /developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/
AndroidManifest.xml 27 Note that we are setting the task affinity to "" to ensure each activity is launched
45 (500dp at its shortest side). It is launched in the top/end (top/right) corner by default.
59 <!-- In split-screen mode, this Activity is launched adjacent to another Activity. This is
65 <!-- This Activity is launched within an area defined in its launch intent. -->
78 <!-- This Activity is launched in a new task without any special flags or settings. -->
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/
AndroidManifest.xml 27 Note that we are setting the task affinity to "" to ensure each activity is launched
45 (500dp at its shortest side). It is launched in the top/end (top/right) corner by default.
59 <!-- In split-screen mode, this Activity is launched adjacent to another Activity. This is
65 <!-- This Activity is launched within an area defined in its launch intent. -->
78 <!-- This Activity is launched in a new task without any special flags or settings. -->
  /development/samples/browseable/MultiWindowPlayground/
AndroidManifest.xml 27 Note that we are setting the task affinity to "" to ensure each activity is launched
45 (500dp at its shortest side). It is launched in the top/end (top/right) corner by default.
59 <!-- In split-screen mode, this Activity is launched adjacent to another Activity. This is
65 <!-- This Activity is launched within an area defined in its launch intent. -->
78 <!-- This Activity is launched in a new task without any special flags or settings. -->
  /external/libchrome/base/mac/
bundle_locations.h 30 // +[NSBundle mainBundle] returns when Chrome is launched normally.
32 // - "Main Bundle" - This is the bundle from which Chrome was launched.
33 // This will be the same as the outer bundle except when Chrome is launched
  /frameworks/base/test-runner/src/android/test/
SingleLaunchActivityTestCase.java 45 * package hosting the activity to be launched, which is specified in the AndroidManifest.xml
48 * @param pkg The package hosting the activity to be launched.
89 assertNotNull("activity should be launched successfully", sActivity);
  /cts/hostsidetests/os/app/src/android/os/app/
TestNonExported.java 22 * Should never be launched: intentionally not exported
  /external/autotest/client/site_tests/desktopui_CameraApp/
control 10 or the app is not launched correctly.
  /external/libchrome/base/process/
process_info.h 18 // Returns the time at which the process was launched. May be empty if an
  /external/valgrind/gdbserver_tests/
mcblocklistsearch.stdinB.gdb 3 echo vgdb launched process attached\n
mcclean_after_fork.stdinB.gdb 3 echo vgdb launched process attached\n
mcinfcallRU.stdinB.gdb 3 echo vgdb launched process attached\n
nlpasssigalrm.stdinB.gdb 3 echo vgdb launched process attached\n
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/activity/
LaunchNextTaskRequestEvent.java 22 * This event is sent to request that the next task is launched after a double-tap on the Recents
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/events/ui/
RecentsDrawnEvent.java 22 * Fired when recents was launched and has drawn its first frame.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
LaunchBrowserMode.java 26 /** Launch browser if not already launched. */
  /packages/apps/Settings/src/com/android/settings/
ConfirmDeviceCredentialActivity.java 84 boolean launched;
92 launched = helper.launchConfirmationActivityWithExternalAndChallenge(
96 launched = helper.launchConfirmationActivity(0 /* request code */, null /* title */,
99 if (!launched) {
  /packages/apps/TV/common/src/com/android/tv/common/feature/
Feature.java 23 * launched.

Completed in 478 milliseconds

12 3 4 5 6 7 8 91011>>