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

1 2

  /cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
ShortcutManagerStartShortcutTest.java 62 "No activities launched");
69 final List<Intent> launched = launchShortcutAndGetIntents(launcher, client, id, 1, local
71 assertTrue(launched.size() > 0);
106 List<Intent> launched = launchShortcutAndGetIntents(mLauncherContext1, mPackageContext1, local
108 assertEquals(1, launched.size());
109 assertEquals(Intent.ACTION_MAIN, launched.get(0).getAction());
110 assertTrue((launched.get(0).getFlags() & Intent.FLAG_ACTIVITY_NO_ANIMATION) != 0);
111 assertEquals("v1", launched.get(0).getStringExtra("k1"));
138 List<Intent> launched = launchShortcutAndGetIntents(mLauncherContext1, mPackageContext1, local
140 assertEquals(3, launched.size())
275 List<Intent> launched = launchShortcutAndGetIntents(mLauncherContext1, mPackageContext1, local
287 List<Intent> launched = launchShortcutAndGetIntents(mLauncherContext1, mPackageContext1, local
    [all...]
  /prebuilts/tools/linux-x86_64/kythe/studio/
serve_studio_kythe.sh 22 echo $0 must be launched from the root of the studio branch.
build_studio_kythe.sh 16 echo $0 must be launched from the root of the studio branch.
  /packages/apps/Settings/src/com/android/settings/password/
ConfirmDeviceCredentialActivity.java 89 boolean launched;
94 launched = helper.launchFrpConfirmationActivity(0, title, details, alternateButton);
99 launched = helper.launchConfirmationActivityWithExternalAndChallenge(
103 launched = helper.launchConfirmationActivity(0 /* request code */, null /* title */,
106 if (!launched) {
ChooseLockSettingsHelper.java 68 * @return true if one exists and we launched an activity to confirm it
81 * @return true if one exists and we launched an activity to confirm it
95 * @return true if one exists and we launched an activity to confirm it
112 * @param external specifies whether this activity is launched externally, meaning that it will
115 * @return true if one exists and we launched an activity to confirm it
133 * @param external specifies whether this activity is launched externally, meaning that it will
137 * @return true if one exists and we launched an activity to confirm it
154 * @return true if one exists and we launched an activity to confirm it
172 * @return true if one exists and we launched an activity to confirm it
188 * @param external specifies whether this activity is launched externally, meaning that it wil
    [all...]
  /test/vts/utils/python/mirror/
shell_mirror.py 78 launched = client.LaunchDriverService(
83 if not launched:
lib_mirror.py 164 launched = client.LaunchDriverService(
174 if not launched:
  /compatibility/cdd/8_performance-and-power/
8_1_user-experience-consistency.md 16 launched, re-launching an already-running application after it has been
17 launched MUST take less than 1 second.
  /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/services/core/java/com/android/server/
GestureLauncherService.java 359 boolean launched = false;
366 launched = true;
380 if (launched) {
383 launched = handleCameraGesture(false /* useWakelock */,
385 if (launched) {
392 outLaunched.value = launched;
393 return intercept && launched;
397 * @return true if camera was launched, false otherwise.
  /prebuilts/go/darwin-x86/src/cmd/vet/
rangeloop.go 7 literals that are deferred or launched in new goroutines. We only check
  /prebuilts/go/linux-x86/src/cmd/vet/
rangeloop.go 7 literals that are deferred or launched in new goroutines. We only check
  /compatibility/cdd/9_security-model/
9_4_alternate-execution-environments.md 27 * [C-0-6] Alternate runtimes MUST NOT be launched with, be granted, or grant
9_10_device-integrity.md 58 If a device implementation is already launched without supporting verified boot
9_9_full-disk-encryption.md 17 implementations are already launched on an earlier Android version with
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 436 boolean launched = new ChooseLockSettingsHelper(this)
439 return launched;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
KeyguardBottomAreaView.java 475 public void unbindCameraPrewarmService(boolean launched) {
477 if (mPrewarmMessenger != null && launched) {
523 final boolean launched = isSuccessfulLaunch(result);
527 unbindCameraPrewarmService(launched);
535 // launched behind lockscreen.
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
runtime-lldb_test.go 93 print "Process launched"
134 Process launched
  /prebuilts/go/darwin-x86/src/time/
example_test.go 56 fmt.Printf("Go launched at %s\n", t.Local())
57 // Output: Go launched at 2009-11-10 15:00:00 -0800 PST
  /prebuilts/go/linux-x86/src/runtime/
runtime-lldb_test.go 93 print "Process launched"
134 Process launched
  /prebuilts/go/linux-x86/src/time/
example_test.go 56 fmt.Printf("Go launched at %s\n", t.Local())
57 // Output: Go launched at 2009-11-10 15:00:00 -0800 PST
  /external/autotest/docs/
test-that.md 110 is launched with the --hwtest flag. Once [this bug](crbug.com/299838) is
  /frameworks/rs/tests/lldb/tests/harness/
util_android.py 477 to be launched.
522 launched.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 89 boolean launched = doLaunch(config, mode, launch, monitor);
90 if (!launched) {
148 // - if we have previously launched this config, and the device used is present, use that
270 // wait for a couple of seconds for activity to be launched
436 * be launched, then this method will confirm that the requested activity is defined in the
442 * @return activity name that should be launched, or null if no launchable activity.
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerShellCommand.java 423 boolean launched = false;
426 launched = true;
429 launched = true;
435 launched = true;
442 launched = true;
448 launched = true;
490 if (mWaitOption && launched) {
    [all...]

Completed in 3111 milliseconds

1 2