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
43
import com.android.internal.telephony.uicc.
IccCardProxy
;
59
private
IccCardProxy
mIccCardProxy;
92
mIccCardProxy = new
IccCardProxy
(mActivePhone.getContext(), mCommandsInterface, mActivePhone.getPhoneId());
95
// 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
81
public class
IccCardProxy
extends Handler implements IccCard {
83
private static final String LOG_TAG = "
IccCardProxy
";
120
private boolean mQuietMode = false; // when set to true
IccCardProxy
will not broadcast
125
public
IccCardProxy
(Context context, CommandsInterface ci) {
138
public
IccCardProxy
(Context context, CommandsInterface ci, int cardIndex) {
193
log("updateQuietMode: is cdma/lte device, force
IccCardProxy
into 3gpp mode");
[
all
...]
Completed in 35 milliseconds