Searched refs: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.java161 static final int MATCH_GROUP_ACTION = 2; field in class:GsmMmiCode
202 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneMmiCode.java213 private static final int MATCH_GROUP_ACTION = 2; field in class:ImsPhoneMmiCode
254 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));

Completed in 14 milliseconds