OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CommandsInterface
(Results
51 - 55
of
55
) sorted by null
1
2
3
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java
34
public abstract class BaseCommands implements
CommandsInterface
{
114
//*****
CommandsInterface
implementation
PhoneProxy.java
61
private
CommandsInterface
mCommandsInterface;
[
all
...]
SubscriptionController.java
145
public static SubscriptionController init(Context c,
CommandsInterface
[] ci) {
[
all
...]
SMSDispatcher.java
140
protected final
CommandsInterface
mCi;
[
all
...]
RIL.java
222
* RIL implementation of the
CommandsInterface
.
226
public final class RIL extends BaseCommands implements
CommandsInterface
{
650
//*****
CommandsInterface
implementation
[
all
...]
Completed in 295 milliseconds
1
2
3