Searched refs:radio (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/net/
H A DNetworkConfig.java38 * 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/
H A DRadioGroupPreCheckedTest.java38 RadioButton radio = (RadioButton) activity.findViewById(R.id.value_one);
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);
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 butto
[all...]
/frameworks/base/cmds/dumpstate/
H A Ddumpstate.c48 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);
/frameworks/base/services/java/com/android/server/
H A DConnectivityService.java114 // how long to wait before switching back to a radio's default network
416 if (mRadioAttributes[n.radio] == null) {
418 "radio " + n.radio + " in network type " + n.type);
481 switch (mNetConfigs[netType].radio) {
512 loge("Trying to create a DataStateTracker for an unknown radio type " +
513 mNetConfigs[netType].radio);
1048 // check if the radio in play can make another contact
H A DInputMethodManagerService.java2337 (RadioButton)view.findViewById(com.android.internal.R.id.radio);

Completed in 99 milliseconds