OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RadioState
(Results
1 - 21
of
21
) sorted by null
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccControllerTest.java
120
assertEquals(CommandsInterface.
RadioState
.RADIO_UNAVAILABLE,
129
assertEquals(CommandsInterface.
RadioState
.RADIO_ON, mSimulatedCommands.getRadioState());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java
37
protected
RadioState
mState =
RadioState
.RADIO_UNAVAILABLE;
116
public
RadioState
getRadioState() {
213
if (mState ==
RadioState
.RADIO_OFF || !mState.isAvailable()) {
761
* Store new
RadioState
and send notification based on the changes
766
*
RadioState
has 3 values : RADIO_OFF, RADIO_UNAVAILABLE, RADIO_ON.
768
* @param newState new
RadioState
decoded from RIL_UNSOL_RADIO_STATE_CHANGED
770
protected void setRadioState(
RadioState
newState) {
771
RadioState
oldState;
CommandsInterface.java
33
enum
RadioState
{
117
RadioState
getRadioState();
131
* Fires on any
RadioState
transition
147
* Fires on any transition into
RadioState
.isOn()
156
* Fires on any transition out of
RadioState
.isAvailable()
165
* Fires on any transition into !
RadioState
.isAvailable()
174
* Fires on any transition into RADIO_OFF or !
RadioState
.isAvailable()
[
all
...]
RIL.java
698
setRadioState (
RadioState
.RADIO_UNAVAILABLE);
[
all
...]
ServiceStateTracker.java
[
all
...]
GsmCdmaPhone.java
374
CommandsInterface.
RadioState
radioState
= mCi.getRadioState();
375
if (
radioState
.isAvailable()) {
377
if (
radioState
.isOn()) {
381
if (!
radioState
.isAvailable() || !
radioState
.isOn()) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java
48
import com.android.internal.telephony.CommandsInterface.
RadioState
;
86
private
RadioState
mLastRadioState =
RadioState
.RADIO_UNAVAILABLE;
178
RadioState
radioState
= mCi.getRadioState();
179
if (DBG) log("update:
radioState
=" +
radioState
+ " mLastRadioState="
182
if (
radioState
==
RadioState
.RADIO_ON && mLastRadioState ==
RadioState
.RADIO_ON)
[
all
...]
IccCardProxy.java
216
if (CommandsInterface.
RadioState
.RADIO_UNAVAILABLE == mCi.getRadioState()) {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java
142
setRadioState(
RadioState
.RADIO_ON);
462
if ((mState ==
RadioState
.RADIO_ON) && !isSimLocked()) {
[
all
...]
SimulatedCommandsVerifier.java
44
public
RadioState
getRadioState() {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
/frameworks/base/
compiled-classes-phone
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
Completed in 374 milliseconds