HomeSort by relevance Sort by last modified time
    Searched refs:MATCH_GROUP_ACTION (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaMmiCode.java 84 static final int MATCH_GROUP_ACTION = 2;
111 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmMmiCode.java 155 static final int MATCH_GROUP_ACTION = 2;
192 ret.mAction = makeEmptyNull(m.group(MATCH_GROUP_ACTION));
    [all...]

Completed in 22 milliseconds