OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:puk2
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Phone/src/com/android/phone/
FdnSetting.java
69
private boolean mSkipOldPin; // Indicates we know that we are
PUK2
blocked.
123
// reset the state on cancel, either to expect
PUK2
or PIN2
137
// Also handle the
PUK2
entry, if it is requested.
172
// display the
PUK2
dialog if we KNOW that we're
PUK2
locked.
186
String
puk2
= mButtonChangePin2.getText();
local
189
if (validatePin (
puk2
, true)) {
191
mPhone.getIccCard().supplyPuk2(
puk2
, mNewPin, onComplete);
213
// see if
PUK2
is requested and alert the user accordingly.
216
// make sure we set the
PUK2
state so that we can ski
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java
235
public void supplyIccPuk2(String
puk2
, String newPin2, Message result) {
246
if (
puk2
!= null &&
puk2
.equals(SIM_PUK2_CODE)) {
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java
735
* Supply the SIM
PUK2
to the SIM card
748
void supplyIccPuk2(String
puk2
, String newPin2, Message result);
751
* Supply the
PUK2
, newPin2 for the app with this AID on the ICC card
766
void supplyIccPuk2ForApp(String
puk2
, String newPin2, String aid, Message result);
[
all
...]
IccCard.java
265
public void supplyPuk2 (String
puk2
, String newPin2, Message onComplete) {
266
mPhone.mCM.supplyIccPuk2(
puk2
, newPin2,
609
// a PIN/PUK/PIN2/
PUK2
/Network Personalization
[
all
...]
RIL.java
733
supplyIccPuk2(String
puk2
, String newPin2, Message result) {
734
supplyIccPuk2ForApp(
puk2
, newPin2, null, result);
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipCommandInterface.java
395
public void supplyIccPuk2ForApp(String
puk2
, String newPin2, String aid, Message response) {
Completed in 239 milliseconds