OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_SET_COMPLETE
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java
51
static final int
EVENT_SET_COMPLETE
= 1;
210
obtainMessage(
EVENT_SET_COMPLETE
, this));
238
if (msg.what ==
EVENT_SET_COMPLETE
) {
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmMmiCode.java
101
static final int
EVENT_SET_COMPLETE
= 1;
639
obtainMessage(
EVENT_SET_COMPLETE
, this));
642
obtainMessage(
EVENT_SET_COMPLETE
, this));
706
serviceClass, obtainMessage(
EVENT_SET_COMPLETE
, this));
731
newPwd, obtainMessage(
EVENT_SET_COMPLETE
, this));
746
obtainMessage(
EVENT_SET_COMPLETE
, this));
775
obtainMessage(
EVENT_SET_COMPLETE
, this));
778
obtainMessage(
EVENT_SET_COMPLETE
, this));
781
obtainMessage(
EVENT_SET_COMPLETE
, this));
784
obtainMessage(
EVENT_SET_COMPLETE
, this))
[
all
...]
Completed in 19 milliseconds