Searched defs:MATCH_GROUP_ACTION (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java93 static final int MATCH_GROUP_ACTION = 2; field in class:CdmaMmiCode
120 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmMmiCode.java183 static final int MATCH_GROUP_ACTION = 2; field in class:GsmMmiCode
232 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java214 private static final int MATCH_GROUP_ACTION = 2; field in class:ImsPhoneMmiCode
263 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));

Completed in 28 milliseconds