OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newPinOrPuk
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java
222
String
newPinOrPuk
= mSib;
223
int pinLen =
newPinOrPuk
.length();
225
if (!
newPinOrPuk
.equals(mSic)) {
241
mUiccApplication.changeIccLockPassword(oldPinOrPuk,
newPinOrPuk
,
244
mUiccApplication.changeIccFdnPassword(oldPinOrPuk,
newPinOrPuk
,
247
mUiccApplication.supplyPuk(oldPinOrPuk,
newPinOrPuk
,
250
mUiccApplication.supplyPuk2(oldPinOrPuk,
newPinOrPuk
,
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java
798
String
newPinOrPuk
= mSib;
799
int pinLen =
newPinOrPuk
.length();
801
if (!
newPinOrPuk
.equals(mSic)) {
817
mUiccApplication.changeIccLockPassword(oldPinOrPuk,
newPinOrPuk
,
820
mUiccApplication.changeIccFdnPassword(oldPinOrPuk,
newPinOrPuk
,
823
mUiccApplication.supplyPuk(oldPinOrPuk,
newPinOrPuk
,
826
mUiccApplication.supplyPuk2(oldPinOrPuk,
newPinOrPuk
,
[
all
...]
Completed in 78 milliseconds