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

1 2 3 4 5 6 7 8 910

  /packages/apps/Settings/src/com/android/settings/
ChooseLockSettingsHelper.java 42 * @return true if one exists and we launched an activity to confirm it
47 boolean launched = false;
50 launched = confirmPattern(request, message, details);
56 launched = confirmPassword(request);
59 return launched;
67 * @return true if we launched an activity to confirm pattern
85 * @return true if we launched an activity to confirm password
  /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
  /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/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());
  /development/samples/NotePad/tests/src/com/example/android/notepad/
NotePadTest.java 37 * Verifies that the activity under test can be launched.
40 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());
  /packages/apps/Tag/tests/src/com/android/apps/tag/
TagsTest.java 36 * Verifies that the activity under test can be launched.
39 assertNotNull("activity should be launched successfully", getActivity());
  /frameworks/base/test-runner/src/android/test/
SingleLaunchActivityTestCase.java 41 * package hosting the activity to be launched, which is specified in the AndroidManifest.xml
44 * @param pkg The package hosting the activity to be launched.
85 assertNotNull("activity should be launched successfully", sActivity);
  /external/netcat/scripts/
bsh 13 echo "launched on port $LPN"
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
LaunchBrowserMode.java 26 /** Launch browser if not already launched. */
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
EventLogTags.logtags 40 # User launched a typed search
48 # User launched a Voice Search
Logger.java 56 * The user launched a search.
64 * The user launched a voice search.
  /cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/
AccessibilitySettingsTest.java 40 String message = "Accessibility settings activity must be launched via Intent " +
  /development/samples/ApiDemos/res/layout/
launcher_shortcuts.xml 31 <!-- Section: The intent that launched this Activity -->
  /development/samples/TicTacToeMain/res/values/
strings.xml 23 <string name="explain2">This activity is defined in one project. The second activity, launched by one of the buttons below, is located in another project which is a \"library\" to the main one and merged in the same APK.</string>
  /device/sample/apps/upgrade/
AndroidManifest.xml 25 booting, before the home app is launched or BOOT_COMPLETED
  /frameworks/ex/common/java/com/android/common/
Search.java 27 * Key for the source identifier set by the application that launched a search intent.
  /packages/apps/QuickSearchBox/tests/slow/src/com/android/quicksearchbox/tests/slow/
SlowSuggestionLauncher.java 31 Log.i(TAG, "Launched a slow suggestion: " + intent);
  /packages/apps/QuickSearchBox/tests/spammy/src/com/android/quicksearchbox/tests/spammy/
SpammySuggestionLauncher.java 31 Log.i(TAG, "Launched a spammy suggestion: " + intent);
  /external/ipsec-tools/src/racoon/
schedule.c 65 static time_t launched; /* time when the program launched. */ variable
187 t = n - launched;
278 time(&launched);
280 deltaY2038 = Y2038TIME_T - launched;
  /frameworks/base/core/java/android/test/
InstrumentationTestCase.java 81 * package hosting the activity to be launched, which is specified in the AndroidManifest.xml
84 * @param pkg The package hosting the activity to be launched.
87 * @return The activity, or null if non launched.
104 * package hosting the activity to be launched, which is specified in the AndroidManifest.xml
107 * @param pkg The package hosting the activity to be launched.
110 * @return The activity, or null if non launched.
  /bionic/libc/bionic/
libc_init_static.c 34 * which is directly invoked by the kernel when the program is launched.
37 * arrays that must be run before the program's 'main' routine is launched.
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarUpgradeReceiver.java 29 * This will be launched during system boot, after the core system has
31 * started. It is launched in a special state, with no content provider

Completed in 3919 milliseconds

1 2 3 4 5 6 7 8 910