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

1 2 3

  /device/common/
clear-factory-images-variables.sh 23 unset RADIO
generate-factory-images-common.sh 17 RADIOSRC=radio.img
27 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$BOOTLOADERSRC
29 if test "$RADIO" != ""
31 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$RADIOSRC
35 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/radio-cdma.img
40 cp tmp/RADIO/$BOOTLOADERSRC tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.img
44 if test "$RADIO" != ""
46 cp tmp/RADIO/$RADIOSRC tmp/$PRODUCT-$VERSION/radio-$DEVICE-$RADIO.im
    [all...]
  /device/samsung/maguro/factory-images/
generate-factory-images-package.sh 32 RADIO=i9250xxlf1
42 RADIO=i9250xxlf1
  /device/samsung/toro/factory-images/
generate-factory-images-package.sh 32 RADIO=i515.fg02
  /external/libpcap/
tokdefs.h 122 RADIO = 348,
226 #define RADIO 348
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/welcome/
UsagePermissionPage.java 77 mYesRadio = new Button(container, SWT.RADIO);
81 mNoRadio = new Button(container, SWT.RADIO);
124 // Radio buttons selected
WelcomeWizardPage.java 80 mInstallNewRadio = new Button(container, SWT.RADIO);
128 mUseExistingRadio = new Button(container, SWT.RADIO);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
LogCatMonitorDialog.java 73 final Button disableButton = new Button(c, SWT.RADIO);
77 final Button enableButton = new Button(c, SWT.RADIO);
  /frameworks/base/core/java/android/os/
Build.java 62 * The radio firmware version number.
64 * @deprecated The radio firmware version is frequently not
70 public static final String RADIO = getString(TelephonyProperties.PROPERTY_BASEBAND_VERSION);
458 * Returns the version string for the radio firmware. May return
459 * null (if, for instance, the radio is not currently on).
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/elements/
LocationGroup.java 77 final Button createNewProjectRadio = new Button(this, SWT.RADIO);
81 final Button createSampleRadio = new Button(this, SWT.RADIO);
85 final Button existing_project_radio = new Button(this, SWT.RADIO);
207 "Ilegal State with New Project radio buttons."); //$NON-NLS-1$
  /external/chromium/chrome/browser/extensions/
extension_menu_manager.cc 83 if (type_ != CHECKBOX && type_ != RADIO)
141 if (item->type() == ExtensionMenuItem::RADIO && item->checked())
349 // Iterate backwards from |item| and uncheck any adjacent radio items.
355 if ((*i)->type() != ExtensionMenuItem::RADIO)
361 // Now iterate forwards from |item| and uncheck any adjacent radio items.
363 if ((*i)->type() != ExtensionMenuItem::RADIO)
388 if (item->type() == ExtensionMenuItem::RADIO)
431 item->type() == ExtensionMenuItem::RADIO) {
435 // RADIO items always get set to true when you click on them, but CHECKBOX
438 (item->type() == ExtensionMenuItem::RADIO) ? true : !was_checked
    [all...]
extension_menu_manager.h 68 RADIO,
169 // This should only be true for items of type CHECKBOX or RADIO.
264 // This is a helper function which takes care of de-selecting any other radio
extension_context_menu_api.cc 27 "Only items with type \"radio\" or \"checkbox\" can be checked";
97 } else if (type_string == "radio") {
98 *result = ExtensionMenuItem::RADIO;
121 type != ExtensionMenuItem::RADIO) {
  /tools/motodev/src/plugins/android/src/com/motorola/studio/android/wizards/installapp/
DeployWizardPage.java 161 overwiteRadio = new Button(mainComposite, SWT.RADIO);
183 uninstallRadio = new Button(mainComposite, SWT.RADIO);
205 doNothingRadio = new Button(mainComposite, SWT.RADIO);
  /tools/motodev/src/plugins/db.core/src/com/motorolamobility/studio/android/db/core/ui/wizards/
AddTableFieldDialog.java 152 noneButton = new Button(primaryKeyOptions, SWT.RADIO);
156 incrementalButton = new Button(primaryKeyOptions, SWT.RADIO);
161 decrementalButton = new Button(primaryKeyOptions, SWT.RADIO);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 78 mUseExistingKey = new Button(composite, SWT.RADIO);
100 mCreateKey = new Button(composite, SWT.RADIO);
KeystoreSelectionPage.java 71 mUseExistingKeystore = new Button(composite, SWT.RADIO);
77 mCreateKeystore = new Button(composite, SWT.RADIO);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
TestTargetPage.java 78 mCurrentRadioButton = new Button(container, SWT.RADIO);
83 mExistingRadioButton = new Button(container, SWT.RADIO);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
MainLaunchConfigTab.java 144 mDefaultActionButton = new Button(group, SWT.RADIO);
162 mActivityActionButton = new Button(group, SWT.RADIO);
189 mDoNothingActionButton = new Button(group, SWT.RADIO);
EmulatorConfigTab.java 180 // radio button for the target mode
190 mManualTargetButton = new Button(targetModeGroup, SWT.RADIO);
193 mAllDevicesTargetButton = new Button(targetModeGroup, SWT.RADIO);
213 // add the radio button
214 mAutoTargetButton = new Button(targetModeGroup, SWT.RADIO);
  /tools/motodev/src/plugins/preflighting.ui/src/com/motorolamobility/preflighting/ui/tabs/
GeneralSettingsComposite.java 191 outputTypePlainText = new Button(outputTypeComposite, SWT.RADIO);
215 outputTypeXML = new Button(outputTypeComposite, SWT.RADIO);
235 outputTypeCSV = new Button(outputTypeComposite, SWT.RADIO);
  /frameworks/base/services/java/com/android/server/
BootReceiver.java 94 .append("Radio: ").append(Build.RADIO).append("\n")
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 265 * First add a radio area, which may be either 2 radio controls or
283 // We don't want the builtin message area label (we use a radio control
342 Button radio1 = new Button(content, SWT.RADIO);
346 Button radio2 = new Button(content, SWT.RADIO);
  /tools/motodev/src/plugins/installer/src/com/motorola/studio/android/installer/ui/dialogs/
AcceptLicensesDialog.java 46 * Show all unaccepted licenses and a single radio to allow accept the licenses
143 Button acceptLicense = new Button(mainComposite, SWT.RADIO);
161 Button doNotAcceptLicense = new Button(mainComposite, SWT.RADIO);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/
PackagesPage.java 92 SORT_API_LEVEL (SWT.RADIO, "Sort by API Level"),
93 SORT_SOURCE (SWT.RADIO, "Sort by Repository")
366 mCheckSortApi = new Button(mGroupOptions, SWT.RADIO);
381 mCheckSortSource = new Button(mGroupOptions, SWT.RADIO);
492 // Toggle this button (radio or checkbox)
496 // SWT doesn't automatically switch radio buttons when using the
498 if (!value && (button.getStyle() & SWT.RADIO) != 0) {
499 // we'll be selecting this radio button, so deselect all ther other ones
504 (child.getStyle() & SWT.RADIO) != 0) {
    [all...]

Completed in 579 milliseconds

1 2 3