OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandsInterface
(Results
26 - 33
of
33
) sorted by null
1
2
/frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java
27
public interface
CommandsInterface
{
[
all
...]
BaseCommands.java
36
public abstract class BaseCommands implements
CommandsInterface
{
115
//*****
CommandsInterface
implementation
PhoneProxy.java
46
private
CommandsInterface
mCommandsInterface;
SMSDispatcher.java
119
protected final
CommandsInterface
mCm;
[
all
...]
RIL.java
194
* RIL implementation of the
CommandsInterface
.
199
public final class RIL extends BaseCommands implements
CommandsInterface
{
645
//*****
CommandsInterface
implementation
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaConnection.java
432
} else if (phone.mCM.getNvState() !=
CommandsInterface
.RadioState.NV_READY
CdmaServiceStateTracker.java
20
import com.android.internal.telephony.
CommandsInterface
;
418
// This is a notification from
CommandsInterface
.setOnSignalStrengthUpdate.
472
&& cm.getRadioState() ==
CommandsInterface
.RadioState.RADIO_OFF) {
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java
20
import com.android.internal.telephony.
CommandsInterface
;
376
//
CommandsInterface
.setOnSignalStrengthUpdate
446
//
CommandsInterface
.setOnRestrictedStateChanged
464
&& cm.getRadioState() ==
CommandsInterface
.RadioState.RADIO_OFF) {
[
all
...]
Completed in 368 milliseconds
1
2