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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 169 * clirMode is one of the CLIR_ constants
172 dial (String dialString, int clirMode, UUSInfo uusInfo) throws CallStateException {
222 mCi.dial(mPendingMO.getAddress(), clirMode, uusInfo, obtainCompleteMessage());
247 dial(String dialString, int clirMode) throws CallStateException {
248 return dial(dialString, clirMode, null);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 170 * clirMode is one of the CLIR_ constants
173 dial (String dialString, int clirMode) throws CallStateException {
243 mCi.dial(mPendingMO.getAddress(), clirMode, obtainCompleteMessage());
247 mPendingCallClirMode=clirMode;
    [all...]

Completed in 316 milliseconds