OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:radioState
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java
43
import com.android.internal.telephony.CommandsInterface.
RadioState
;
83
private
RadioState
mLastRadioState =
RadioState
.RADIO_UNAVAILABLE;
176
RadioState
radioState
= mCi.getRadioState();
177
if (DBG) log("update:
radioState
=" +
radioState
+ " mLastRadioState="
180
if (
radioState
==
RadioState
.RADIO_ON && mLastRadioState ==
RadioState
.RADIO_ON)
[
all
...]
/hardware/ril/libril/
ril.cpp
307
static int decodeVoiceRadioTechnology (RIL_RadioState
radioState
);
308
static int decodeCdmaSubscriptionSource (RIL_RadioState
radioState
);
[
all
...]
Completed in 55 milliseconds