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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/browseable/AppRestrictions/
_index.jd 11 When launched under the primary User account, you can toggle between standard app restriction
12 types and custom. When launched under a restricted profile, this activity displays app
  /external/valgrind/gdbserver_tests/
nlgone_abrt.stdinB.gdb 3 echo vgdb launched process attached\n
nlgone_exit.stdinB.gdb 3 echo vgdb launched process attached\n
nlgone_return.stdinB.gdb 3 echo vgdb launched process attached\n
mcmain_pic.stdinB.gdb 3 echo vgdb launched process attached\n
mssnapshot.stdinB.gdb 3 echo vgdb launched process attached\n
nlself_invalidate.stdinB.gdb 3 echo vgdb launched process attached\n
hginfo.stdinB.gdb 3 echo vgdb launched process attached\n
mcsigpass.stdinB.gdb 3 echo vgdb launched process attached\n
mcwatchpoints.stdinB.gdb 3 echo vgdb launched process attached\n
nlsigvgdb.stdinB.gdb 3 echo vgdb launched process attached\n
  /developers/build/prebuilts/gradle/MultiWindowPlayground/Application/src/main/res/values/
strings.xml 36 <string name="activity_description_basic">This Activity was launched in a new task without any
43 <string name="activity_adjacent_description">This activity was launched with the flag
44 <b>Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT</b>.\n\nIf possible, it has been launched into the
46 example - if the application is not in split-screen mode, it will be launched full-screen.
47 If it is launched in the same task as the initial Activity, it will retain its activity
56 <string name="activity_bounds_description">This activity has been launched with a launch bounds
57 set in its intent. The bounds define the area into which the activity should be launched.
60 <string name="activity_minimum_description">This activity has a minimum size.\nIt was launched
63 \n\nNote that this Activity was launched in a different task, otherwise the properties from
64 the Activity that launched this one would have been applied
    [all...]
  /developers/samples/android/ui/window/MultiWindowPlayground/Application/src/main/res/values/
strings.xml 36 <string name="activity_description_basic">This Activity was launched in a new task without any
43 <string name="activity_adjacent_description">This activity was launched with the flag
44 <b>Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT</b>.\n\nIf possible, it has been launched into the
46 example - if the application is not in split-screen mode, it will be launched full-screen.
47 If it is launched in the same task as the initial Activity, it will retain its activity
56 <string name="activity_bounds_description">This activity has been launched with a launch bounds
57 set in its intent. The bounds define the area into which the activity should be launched.
60 <string name="activity_minimum_description">This activity has a minimum size.\nIt was launched
63 \n\nNote that this Activity was launched in a different task, otherwise the properties from
64 the Activity that launched this one would have been applied
    [all...]
  /development/samples/browseable/MultiWindowPlayground/res/values/
strings.xml 36 <string name="activity_description_basic">This Activity was launched in a new task without any
43 <string name="activity_adjacent_description">This activity was launched with the flag
44 <b>Intent.FLAG_ACTIVITY_LAUNCH_ADJACENT</b>.\n\nIf possible, it has been launched into the
46 example - if the application is not in split-screen mode, it will be launched full-screen.
47 If it is launched in the same task as the initial Activity, it will retain its activity
56 <string name="activity_bounds_description">This activity has been launched with a launch bounds
57 set in its intent. The bounds define the area into which the activity should be launched.
60 <string name="activity_minimum_description">This activity has a minimum size.\nIt was launched
63 \n\nNote that this Activity was launched in a different task, otherwise the properties from
64 the Activity that launched this one would have been applied
    [all...]
  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerStartShortcutTest.java 63 "No activities launched");
69 final List<Intent> launched = launchShortcutAndGetIntents(launcher, client, id, 1); local
70 assertTrue(launched.size() > 0);
102 List<Intent> launched = launchShortcutAndGetIntents(mLauncherContext1, mPackageContext1, local
104 assertEquals(1, launched.size());
105 assertEquals(Intent.ACTION_MAIN, launched.get(0).getAction());
106 assertTrue((launched.get(0).getFlags() & Intent.FLAG_ACTIVITY_NO_ANIMATION) != 0);
107 assertEquals("v1", launched.get(0).getStringExtra("k1"));
134 List<Intent> launched = launchShortcutAndGetIntents(mLauncherContext1, mPackageContext1, local
136 assertEquals(3, launched.size())
270 List<Intent> launched = launchShortcutAndGetIntents(mLauncherContext1, mPackageContext1, local
282 List<Intent> launched = launchShortcutAndGetIntents(mLauncherContext1, mPackageContext1, local
    [all...]
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerDockedStackTests.java 79 mAmWmState.assertFocusedActivity("Launched to side activity must be in front.",
89 mAmWmState.assertFocusedActivity("Launched to side covering activity must be in front.",
92 // Launch activity that was first launched to side. It should be brought to front.
99 mAmWmState.assertFocusedActivity("Launched to side covering activity must be in front.",
112 mAmWmState.assertNotNull("Launched to side activity must be in fullscreen stack.",
122 mAmWmState.assertFocusedActivity("Launched to side activity must remain in front.",
124 mAmWmState.assertNotNull("Launched to side activity must remain in fullscreen stack.",
151 mAmWmState.assertNotNull("Launched to side activity must be in fullscreen stack.",
167 mAmWmState.assertFocusedActivity("Launched to side activity must be in front.",
169 mAmWmState.assertNotNull("Launched to side activity must be launched in fullscreen stack."
    [all...]
  /device/sample/apps/upgrade/src/com/example/android/platform/upgrade/
Upgrade.java 27 * This will be launched during system boot, after the core system has
29 * started. It is launched in a special state, with no content provider
39 // And now disable this component so it won't get launched during
  /system/sepolicy/
blkid.te 14 # For blkid launched through popen()
  /packages/apps/Settings/src/com/android/settings/
ChooseLockSettingsHelper.java 64 * @return true if one exists and we launched an activity to confirm it
77 * @return true if one exists and we launched an activity to confirm it
91 * @return true if one exists and we launched an activity to confirm it
108 * @param external specifies whether this activity is launched externally, meaning that it will
111 * @return true if one exists and we launched an activity to confirm it
129 * @param external specifies whether this activity is launched externally, meaning that it will
133 * @return true if one exists and we launched an activity to confirm it
150 * @return true if one exists and we launched an activity to confirm it
168 * @return true if one exists and we launched an activity to confirm it
184 * @param external specifies whether this activity is launched externally, meaning that it wil
    [all...]
  /developers/build/prebuilts/gradle/AppRestrictions/Application/src/main/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
  /developers/samples/android/content/multiuser/AppRestrictions/
template-params.xml 31 When launched under the primary User account, you can toggle between standard app restriction
32 types and custom. When launched under a restricted profile, this activity displays app
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
ApiDemosTest.java 35 * Verifies that activity under test can be launched.
38 assertNotNull("activity should be launched successfully", getActivity());
  /development/samples/BrokenKeyDerivation/tests/src/com/example/android/brokenkeyderivation/
BrokenKeyDerivationTest.java 35 * Verifies that the activity under test can be launched.
38 assertNotNull("activity should be launched successfully", getActivity());
  /development/samples/HelloActivity/tests/src/com/example/android/helloactivity/
HelloActivityTest.java 35 * Verifies that the activity under test can be launched.
38 assertNotNull("activity should be launched successfully", getActivity());
  /development/samples/LunarLander/tests/src/com/example/android/lunarlander/
LunarLanderTest.java 37 * Verifies that the activity under test can be launched.
40 assertNotNull("activity should be launched successfully", getActivity());

Completed in 1490 milliseconds

1 2 3 4 5 6 7 8 91011>>