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

1 2 3

  /device/common/
clear-factory-images-variables.sh 24 unset RADIO
generate-factory-images-common.sh 26 RADIOSRC=radio.img
37 # Extract the bootloader(s) and radio(s) as necessary
40 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$XLOADERSRC
44 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$BOOTLOADERSRC
46 if test "$RADIO" != "" -a "$RADIOFILE" = ""
48 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/$RADIOSRC
52 unzip -d tmp ${SRCPREFIX}$PRODUCT-target_files-$BUILD.zip RADIO/radio-cdma.img
59 cp tmp/RADIO/$XLOADERSRC tmp/$PRODUCT-$VERSION/xloader-$DEVICE-$XLOADER.img
63 cp tmp/RADIO/$BOOTLOADERSRC tmp/$PRODUCT-$VERSION/bootloader-$DEVICE-$BOOTLOADER.im
    [all...]
  /device/google/marlin/factory-images_marlin/
generate-factory-images-package.sh 24 RADIO=8996-011701-1606291944
  /device/google/marlin/factory-images_sailfish/
generate-factory-images-package.sh 24 RADIO=8996-011701-1606291944
  /device/google/muskie/factory-images/
generate-factory-images-package.sh 24 RADIO=g8998-00033-1707051711
  /device/google/taimen/factory-images/
generate-factory-images-package.sh 24 RADIO=g8998-00033-1707051711
  /build/soong/cmd/zip2zip/
zip2zip_test.go 49 "RADIO/a",
70 "RADIO/a",
92 "RADIO/",
93 "RADIO/a",
113 "RADIO/a",
120 "RADIO/",
121 "RADIO/a",
143 "RADIO/",
144 "RADIO/a",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMenuListener.java 170 DEFAULT), SWT.RADIO, mode == DEFAULT);
173 SCREENS), SWT.RADIO, mode == SCREENS);
177 LOCALES), SWT.RADIO, mode == LOCALES);
194 INCLUDES), SWT.RADIO, mode == INCLUDES);
203 VARIATIONS), SWT.RADIO, mode == VARIATIONS);
210 CUSTOM), SWT.RADIO, mode == CUSTOM);
213 NONE), SWT.RADIO, mode == NONE);
  /external/autotest/client/common_lib/
android_utils.py 118 RADIO = 'radio.img'
127 DEFAULT_STANDALONE_IMAGES = [BOOTLOADER, RADIO]
140 # android_standalone_xyz: bootloader.img,radio.img
152 # android_zipped_xyz: bootloader.img,radio.img
  /external/libpcap/
grammar.h 149 RADIO = 359,
271 #define RADIO 359
grammar.y 325 %token RADIO
525 | RADIO { $$ = Q_RADIO; }
  /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);
  /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);
ProjectNamePage.java 130 mCreateNewButton = new Button(container, SWT.RADIO);
137 mCreateSampleRadioButton = 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 171 // radio button for the target mode
181 mManualTargetButton = new Button(targetModeGroup, SWT.RADIO);
184 mAllDevicesTargetButton = new Button(targetModeGroup, SWT.RADIO);
204 // add the radio button
205 mAutoTargetButton = new Button(targetModeGroup, SWT.RADIO);
DeviceChooserDialog.java 382 mDeviceRadioButton = new Button(top, SWT.RADIO);
404 // offset the selector from the radio button
470 Button radio2 = new Button(top, SWT.RADIO);
473 // offset the selector from the radio button
  /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);
  /frameworks/base/core/java/android/os/
Build.java 88 * The radio firmware version number.
90 * @deprecated The radio firmware version is frequently not
96 public static final String RADIO = getString(TelephonyProperties.PROPERTY_BASEBAND_VERSION);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ChooseAssetTypePage.java 73 Button button = new Button(container, SWT.RADIO);
  /test/vts/compilation_tools/vtsc/
VtsCompilerUtils.cpp 107 case RADIO:
108 return "radio";

Completed in 770 milliseconds

1 2 3