OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIN_NOT_SET
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
Vvm3EventHandler.java
70
PIN_NOT_SET
103
public static final int
PIN_NOT_SET
= -100;
142
postError(status,
PIN_NOT_SET
);
147
status.setConfigurationState(
PIN_NOT_SET
);
157
postError(status,
PIN_NOT_SET
);
278
case
PIN_NOT_SET
:
/packages/apps/Dialer/java/com/android/dialer/app/voicemail/error/
Vvm3VoicemailMessageCreator.java
84
public static final int
PIN_NOT_SET
= -100;
264
if (
PIN_NOT_SET
== status.configurationState) {
365
if (
PIN_NOT_SET
== status.configurationState) {
368
"
PIN_NOT_SET
, showing set PIN dialog");
Completed in 1014 milliseconds