HomeSort by relevance Sort by last modified time
    Searched refs:setup (Results 226 - 250 of 355) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 427 setup(); method
452 public void setup() { method in class:ScoAudioTest.SimpleRecordController
453 Log.e(TAG, "SimpleRecordController setup()");
  /packages/apps/Email/src/com/android/email/activity/
UIControllerBase.java 36 import com.android.email.activity.setup.AccountSettings;
37 import com.android.email.activity.setup.MailboxSettings;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupBasics.java 17 package com.android.email.activity.setup;
50 import com.android.email.activity.setup.AccountSettingsUtils.Provider;
71 * If the domain is not known, or the user selects Manual setup, we invoke the
136 * This generates setup data that can be used to start a self-contained account creation flow
146 * This generates setup data that can be used to start a self-contained account creation flow
264 // the account manager. Most exit paths represent an failed or abandoned setup,
434 * Finish the auto setup process, in some cases after showing a warning dialog.
452 // Populate the setup data, assuming that the duplicate account check will succeed
461 * If there is some problem with the URI we give up and go on to manual setup.
539 // Can't use auto setup (although EAS accounts may still be able to AutoDiscover
    [all...]
AccountSecurity.java 17 package com.android.email.activity.setup;
AccountServerBaseFragment.java 17 package com.android.email.activity.setup;
72 // This is null in the setup wizard screens, and non-null in AccountSettings mode
113 * (If not included, you'll be in "setup" mode which behaves slightly differently.)
AccountSettingsUtils.java 17 package com.android.email.activity.setup;
MailboxSettings.java 17 package com.android.email.activity.setup;
AccountSetupExchangeFragment.java 17 package com.android.email.activity.setup;
54 * Provides generic setup for Exchange accounts.
147 // Additional setup only used while in "settings" mode
371 * Entry point from Activity after entering new settings and verifying them. For setup mode.
378 * Entry point from Activity after entering new settings and verifying them. For setup mode.
AccountSetupOptions.java 17 package com.android.email.activity.setup;
140 // Setup any additional items to support EAS & EAS flow mode
202 * It collects the data from the UI, updates the setup account record, and commits
358 * Move to final setup screen
372 // Move to final setup screen
AccountSetupOutgoingFragment.java 17 package com.android.email.activity.setup;
155 // Additional setup only used while in "settings" mode
338 * Entry point from Activity after entering new settings and verifying them. For setup mode.
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 583 public void setup(int id, int progress, boolean fromUser) { method in class:ProgressBar.RefreshProgressRunnable
629 r.setup(id, progress, fromUser);
    [all...]
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 76 config.wps.setup = WpsInfo.PBC;
  /external/bluetooth/bluez/src/
adapter.h 169 int (*setup) (void); member in struct:btd_adapter_ops
  /external/kernel-headers/original/linux/
module.h 53 void (*setup)(struct module *, const char *); member in struct:module_attribute
122 * 1. So modinfo can show license info for users wanting to vet their setup
  /external/oprofile/module/x86/
op_nmi.c 3 * Setup and handling of NMI PMC interrupts
54 /* ---------------- PMC setup ------------------ */
365 setup: pmc_setup_all,
  /external/srec/srec/Recognizer/include/
SR_Recognizer.h 173 ESR_ReturnCode(*setup)(struct SR_Recognizer_t* self); member in struct:SR_Recognizer_t
285 * or if the rule could not be setup, or if the acoustic models could not be setup;
556 * @name Recognizer Setup operations
676 * @name Recognizer rule Setup/Activation operations
714 * or if the rule could not be setup, or if the acoustic models could not be setup;
    [all...]
  /external/srec/srec/Recognizer/src/
Recognizer.c 71 return self->setup(self);
  /external/webkit/Source/JavaScriptCore/bytecode/
SamplingTool.cpp 222 void SamplingTool::setup() function in class:JSC::SamplingTool
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 84 * Setup the tab host and create all necessary tabs.
88 // Setup the tab host
89 setup(); method
125 // Setup the key listener to jump between the last tab view and the market icon
  /external/icu4c/i18n/
tmutfmt.cpp 374 //setup has to be done in constructors.
376 //In Java, create an empty instance does not setup locale as
380 setup(status);
384 TimeUnitFormat::setup(UErrorCode& err) { function in class:TimeUnitFormat
736 setup(status);
    [all...]
  /external/webp/src/dec/
idec.c 644 VP8IoSetupHook setup,
652 idec->io_.setup = setup;
  /system/core/toolbox/
dd.c 106 static void setup(void);
138 setup();
156 setup(void) function
  /external/oprofile/utils/
opcontrol 140 --setup give setup arguments (may be omitted)
269 # setup variables related to path or daemon. Set vars according to following
345 # location for daemon setup information
397 # save all the setup related information
447 # reload all the setup-related information
622 # setup any needed default value in chosen events
665 SETUP=no
698 --setup)
699 SETUP=ye
    [all...]
  /external/collada/src/dae/
daeMetaElement.cpp 21 ret->setup(this);
  /ndk/
ndk-gdb 228 echo "Setup a gdb debugging session for your Android NDK application."
521 log "Using gdb setup init: $GDBSETUP_INIT"
615 # Setup network redirection
616 log "Setup network redirection"
619 echo "ERROR: Could not setup network redirection to gdbserver?"
635 GDBSETUP=$APP_OUT/gdb.setup

Completed in 1552 milliseconds

1 2 3 4 5 6 7 8 91011>>