OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IccCardProxy
(Results
1 - 3
of
3
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DebugService.java
22
import com.android.internal.telephony.uicc.
IccCardProxy
;
113
((
IccCardProxy
)phoneProxy.getIccCard()).dump(fd, pw, args);
PhoneProxy.java
37
import com.android.internal.telephony.uicc.
IccCardProxy
;
52
private
IccCardProxy
mIccCardProxy;
81
mIccCardProxy = new
IccCardProxy
(phone.getContext(), mCommandsInterface);
83
// For the purpose of
IccCardProxy
we only care about the technology family
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardProxy.java
72
public class
IccCardProxy
extends Handler implements IccCard {
74
private static final String LOG_TAG = "
IccCardProxy
";
102
private boolean mQuietMode = false; // when set to true
IccCardProxy
will not broadcast
107
public
IccCardProxy
(Context context, CommandsInterface ci) {
166
log("updateQuietMode: is cdma/lte device, force
IccCardProxy
into 3gpp mode");
714
pw.println("
IccCardProxy
: " + this);
Completed in 673 milliseconds