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

1 2 3 4 5

  /device/samsung/toro/
system.prop 13 persist.radio.imsregrequired=1
14 persist.radio.imsallowmtsms=1
  /frameworks/base/core/java/android/net/
NetworkConfig.java 38 * the radio number from radio attributes config
40 public int radio; field in class:NetworkConfig
62 * [associated radio-type],[priority],[dependencyMet]
68 radio = Integer.parseInt(fragments[2]);
78 return (type == radio);
  /frameworks/base/core/tests/coretests/src/android/widget/
RadioGroupPreCheckedTest.java 38 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_one); local
39 assertTrue("The first radio button should be checked", radio.isChecked());
42 assertEquals("The first radio button should be checked", R.id.value_one,
50 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_two); local
51 TouchUtils.clickView(this, radio);
55 assertFalse("The first radio button should not be checked", old.isChecked());
56 assertTrue("The second radio button should be checked", radio.isChecked());
59 assertEquals("The second radio button should be checked", R.id.value_two
    [all...]
  /system/extras/tests/fstest/
perm_checker.conf 24 /data/misc/rild* 600 660 root radio root radio
40 /dev/alarm 600 664 root radio root radio
49 /dev/htc-acoustic 600 640 radio radio radio radio
63 /dev/ppp 660 660 radio radio vpn vp
    [all...]
  /device/asus/tilapia/
releasetools.py 22 bootloader_bin = info.input_zip.read("RADIO/bootloader.raw")
29 radio_img = info.input_zip.read("RADIO/radio.raw")
31 print "no radio.raw in target_files; skipping install"
38 target_bootloader_bin = info.target_zip.read("RADIO/bootloader.raw")
40 source_bootloader_bin = info.source_zip.read("RADIO/bootloader.raw")
52 target_radio_img = info.target_zip.read("RADIO/radio.raw")
54 source_radio_img = info.source_zip.read("RADIO/radio.raw"
    [all...]
  /device/common/
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/toro/recovery/
Android.mk 5 # Edify extension functions for doing modem (radio) updates on Toro devices.
  /device/samsung/toroplus/recovery/
Android.mk 5 # Edify extension functions for doing modem (radio) updates on toroplus devices.
  /tools/motodev/src/plugins/android.codeutils/templates/activity_samples/single_selection_img/
single_sel_img_activity.java 44 public final String RADIO_KEY = "radio";
64 new int[] { R.id.text1, R.id.text2, R.id.img1, R.id.radio});
115 RadioButton radio = (RadioButton) v.findViewById(R.id.radio); local
116 boolean checked = radio.isChecked();
130 selectedRadio = radio;
134 radio.setChecked(!checked);
203 holder.radioButton = (RadioButton) convertView.findViewById(R.id.radio);
  /external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 33 // Create some radio items.
35 console.log("radio item " + info.menuItemId +
39 var radio1 = chrome.contextMenus.create({"title": "Radio 1", "type": "radio",
41 var radio2 = chrome.contextMenus.create({"title": "Radio 2", "type": "radio",
  /system/core/rootdir/etc/
init.goldfish.sh 8 # want the RIL (radio interface layer) to talk to
30 # no need for the radio interface daemon
32 setprop ro.radio.noril yes
  /external/qemu/android/utils/
debug.h 21 _VERBOSE_TAG(radio, "emulated GSM AT Command channel") \
  /external/chromium/chrome/browser/resources/chromeos/
proxy_settings.js 21 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
  /build/core/
legacy_prebuilts.mk 84 radio.img \
  /external/chromium/chrome/browser/ui/gtk/
content_setting_bubble_gtk.cc 175 GtkWidget* radio = local
181 gtk_box_pack_start(GTK_BOX(bubble_content), radio, FALSE, FALSE, 0); local
185 gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(radio), TRUE);
187 radio_group_gtk_.push_back(radio);
300 NOTREACHED() << "unknown radio toggled";
  /frameworks/native/cmds/dumpstate/
dumpstate.c 50 char radio[PROPERTY_VALUE_MAX], bootloader[PROPERTY_VALUE_MAX]; local
57 property_get("ro.baseband", radio, "(unknown)");
70 printf("Radio: %s\n", radio);
110 run_command("RADIO LOG", 20, "logcat", "-b", "radio", "-v", "threadtime", "-d", "*:v", NULL);
217 run_command("LAST RADIO LOG", 10, "parse_radio_log", "/proc/last_radio_log", NULL);
  /external/chromium/chrome/browser/ui/views/
content_setting_bubble_contents.cc 158 NOTREACHED() << "unknown radio";
264 views::RadioButton* radio = new views::RadioButton(UTF8ToWide(*i), 0); local
265 radio->set_listener(this);
266 radio_group_.push_back(radio);
270 layout->AddView(radio);
  /external/qemu/android/
cmdline-options.h 111 OPT_PARAM( radio, "<device>", "redirect radio modem interface to character device" )
  /external/sepolicy/
property_contexts 12 persist.radio u:object_r:radio_prop:s0
  /hardware/ti/wlan/wl1271/platforms/os/linux/build/
Makefile 88 FW_SRCS = ./firmware.c ./radio.c
221 # Handles firmware image and radio module for when firmware is statically linked
229 radio.c: $(RAD_IMAGE) $(BIN2C)
  /external/webkit/Source/WebCore/html/
InputType.h 271 const AtomicString& radio();
RadioInputType.cpp 46 return InputTypeNames::radio();
73 // Left and up mean "previous radio button".
74 // Right and down mean "next radio button".
75 // Tested in WinIE, and even for RTL, left still means previous radio button (and so moves
90 // Look for more radio buttons.
111 // If an unselected radio is tabbed into (because the entire group has nothing
120 // When using Spatial Navigation, every radio button should be focusable.
124 // Never allow keyboard tabbing to leave you in the same radio group. Always
145 // Don't send a change event for a radio button that's getting unchecked.
155 // We want radio groups to end up in sane states, i.e., to have something checked
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 182 RadioButton radio; field in class:MusicPicker.TrackListAdapter.ViewHolder
222 vh.radio = (RadioButton) v.findViewById(R.id.radio);
272 vh.radio.setChecked(id == mSelectedId);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 185 int radio; /* Radio minor */ member in struct:video_unit
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videodev.h 185 int radio; /* Radio minor */ member in struct:video_unit

Completed in 793 milliseconds

1 2 3 4 5