OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getIccCard
(Results
1 - 14
of
14
) sorted by null
/packages/services/Telephony/src/com/android/phone/
EnableFdnScreen.java
71
mEnable = !mPhone.
getIccCard
().getIccFdnEnabled();
110
mPhone.
getIccCard
().setIccFdnEnabled(mEnable, getPin2(), callback);
EnableIccPinScreen.java
71
mEnable = !mPhone.
getIccCard
().getIccLockEnabled();
105
mPhone.
getIccCard
().setIccLockEnabled(mEnable, getPin(), callback);
FdnSetting.java
112
boolean isEnabled = mPhone.
getIccCard
().getIccFdnEnabled();
116
mPhone.
getIccCard
().setIccFdnEnabled(!isEnabled, password, onComplete);
186
mPhone.
getIccCard
().changeIccFdnPassword(
228
mPhone.
getIccCard
().supplyPuk2(mPuk2, mNewPin, onComplete);
439
if (mPhone.
getIccCard
().getIccFdnEnabled()) {
ChangeIccPinScreen.java
177
IccCard iccCardInterface = mPhone.
getIccCard
();
227
mPhone.
getIccCard
().supplyPuk2(mPUKCode.getText().toString(),
PhoneInterfaceManager.java
439
final UnlockSim checkSimPin = new UnlockSim(mPhone.
getIccCard
());
447
final UnlockSim checkSimPuk = new UnlockSim(mPhone.
getIccCard
());
886
return mPhone.
getIccCard
().hasIccCard();
EditFdnContactScreen.java
383
if (PhoneFactory.getDefaultPhone().
getIccCard
().getIccPin2Blocked()) {
385
} else if (PhoneFactory.getDefaultPhone().
getIccCard
().getIccPuk2Blocked()) {
IccNetworkDepersonalizationPanel.java
177
mPhone.
getIccCard
().supplyNetworkDepersonalization(pin,
PhoneGlobals.java
502
IccCard sim = phone.
getIccCard
();
[
all
...]
/packages/apps/Settings/src/com/android/settings/
IccLockSettings.java
132
return PhoneFactory.getDefaultPhone().
getIccCard
().getIccLockEnabled();
191
mPinToggle.setChecked(mPhone.
getIccCard
().getIccLockEnabled());
353
mPhone.
getIccCard
().setIccLockEnabled(mToState, mPin, callback);
385
mPhone.
getIccCard
().changeIccLockPassword(mOldPin,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DebugService.java
113
((IccCardProxy)phoneProxy.
getIccCard
()).dump(fd, pw, args);
Phone.java
608
IccCard
getIccCard
();
[
all
...]
PhoneBase.java
781
public IccCard
getIccCard
() {
783
//throw new Exception("
getIccCard
Shouldn't be called from PhoneBase");
[
all
...]
PhoneProxy.java
563
public IccCard
getIccCard
() {
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java
394
public IccCard
getIccCard
() {
Completed in 955 milliseconds