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

1 2 3 4

  /device/samsung/toro/
system.prop 13 persist.radio.imsregrequired=1
14 persist.radio.imsallowmtsms=1
  /device/samsung/torospr/
system.prop 13 persist.radio.imsregrequired=1
14 persist.radio.imsallowmtsms=1
  /device/samsung/crespo4g/recovery/
recovery_updater.c 69 Value* radio;
70 if (ReadValueArgs(state, argv, 1, &radio) != 0) {
73 if (radio->type != VAL_BLOB) {
75 FreeValue(radio);
79 if (radio->size <= 0) {
84 printf("UpdateModemFn with %d bytes\n", radio->size);
95 fw.firmware = radio->data;
96 fw.size = radio->size;
126 FreeValue(radio);
  /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/samsung/toro/recovery/
Android.mk 5 # Edify extension functions for doing modem (radio) updates on Toro devices.
  /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);
  /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/base/cmds/dumpstate/
dumpstate.c 48 char radio[PROPERTY_VALUE_MAX], bootloader[PROPERTY_VALUE_MAX]; local
55 property_get("ro.baseband", radio, "(unknown)");
67 printf("Radio: %s\n", radio);
131 run_command("RADIO LOG", 20, "logcat", "-b", "radio", "-v", "threadtime", "-d", "*:v", NULL);
213 run_command("LAST RADIO LOG", 10, "parse_radio_log", "/proc/last_radio_log", NULL);
  /build/core/
legacy_prebuilts.mk 105 radio.img \
  /device/moto/stingray/ril/
qbp-dump.sh 100 echo dump_log > /sys/class/radio/mdm6600/command
  /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 110 OPT_PARAM( radio, "<device>", "redirect radio modem interface to character device" )
  /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);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videodev.h 185 int radio; /* Radio minor */ member in struct:video_unit
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLInputElement02.js 79 the element when the type attribute has the value checkbox or radio.
HTMLInputElement21.js 78 HTMLInputElement.click should change the state of checked on a radio button.
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLInputElement02.js 79 the element when the type attribute has the value checkbox or radio.
HTMLInputElement21.js 78 HTMLInputElement.click should change the state of checked on a radio button.

Completed in 375 milliseconds

1 2 3 4