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

  /packages/apps/Settings/src/com/android/settings/
ChooseLockSettingsHelper.java 52 * @return true if one exists and we launched an activity to confirm it
56 boolean launched = false;
59 launched = confirmPattern(request, message, details);
66 launched = confirmPassword(request);
69 return launched;
77 * @return true if we launched an activity to confirm pattern
99 * @return true if we launched an activity to confirm password
CredentialStorage.java 347 boolean launched = new ChooseLockSettingsHelper(this)
351 return launched;
  /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;
  /external/chromium/chrome/browser/service/
service_process_control.h 73 // |success_task| is called when we have successfully launched the process
144 bool launched() const { return launched_; } function in class:ServiceProcessControl::Launcher
168 // Method called by Launcher when the service process is launched.
service_process_control.cc 174 if (launcher_->launched()) {
349 // If the service process is not launched yet then check again in 2 seconds.
  /gdk/build/core/
check-cygwin-make.mk 36 # GNU Make, even if launched from a Cygwin shell, will not
  /ndk/build/core/
check-cygwin-make.mk 36 # GNU Make, even if launched from a Cygwin shell, will not
  /frameworks/base/cmds/am/src/com/android/commands/am/
Am.java 293 } else if (opt.equals("--activity-launched-from-history")) {
498 boolean launched = false;
501 launched = true;
504 launched = true;
510 launched = true;
517 launched = true;
523 launched = true;
554 if (mWaitOption && launched) {
    [all...]
  /external/chromium/base/
process_util_win.cc 284 BOOL launched =
291 if (!launched)
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 87 boolean launched = doLaunch(config, mode, launch, monitor);
88 if (!launched) {
146 // - if we have previously launched this config, and the device used is present, use that
269 // wait for a couple of seconds for activity to be launched
417 * be launched, then this method will confirm that the requested activity is defined in the
423 * @return activity name that should be launched, or null if no launchable activity.
  /external/chromium/chrome/browser/ui/
browser_init.cc 370 // chosen to restore last session and launched incognito, fallback to
379 LM_AS_WEBAPP, // Launched as a installed web application.
380 LM_WITH_URLS, // Launched with urls in the cmd line.
381 LM_SHORTCUT_NONE, // Not launched from a shortcut.
382 LM_SHORTCUT_NONAME, // Launched from shortcut but no name available.
383 LM_SHORTCUT_UNKNOWN, // Launched from user-defined shortcut.
384 LM_SHORTCUT_QUICKLAUNCH, // Launched from the quick launch bar.
385 LM_SHORTCUT_DESKTOP, // Launched from a desktop shortcut.
386 LM_SHORTCUT_STARTMENU, // Launched from start menu.
546 bool launched = lwp.Launch(profile, urls_to_launch, process_startup) local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
UsageStatsService.java 65 * of various components, like when a particular package is launched or
66 * paused and aggregates events like number of time a component is launched
193 void updateResume(String comp, boolean launched) {
194 if (launched) {
    [all...]
  /external/libvpx/build/make/
configure.sh 108 Object files are built at the place where configure is launched.
  /external/chromium/chrome/browser/resources/touch_ntp/standalone/
standalone_hack.js 323 // Called when an app is launched
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 680 milliseconds