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

  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 33 * Dial a number. This doesn't place the call. It displays
38 void dial(String number);
149 * without SEND (so <code>dial</code> is not appropriate).
PhoneProxy.java 422 public Connection dial(String dialString) throws CallStateException { method in class:PhoneProxy
423 return mActivePhone.dial(dialString);
Phone.java 444 * Example: If Phone.dial is called with "*#31#", then the app will
789 Connection dial(String dialString) throws CallStateException; method in interface:Phone
793 * without SEND (so <code>dial</code> is not appropriate).
    [all...]
CommandsInterface.java 87 // Used as parameter to dial() and setCLIR() below
660 void dial (String address, int clirMode, Message result); method in interface:CommandsInterface
    [all...]
RIL.java 798 dial (String address, int clirMode, Message result) { method in class:RIL
    [all...]
  /frameworks/base/core/java/android/widget/
AnalogClock.java 174 final Drawable dial = mDial; local
175 int w = dial.getIntrinsicWidth();
176 int h = dial.getIntrinsicHeight();
189 dial.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
191 dial.draw(canvas);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 164 mGSMPhone.dial("+13125551212");
652 mGSMPhone.dial("+13125551212");
774 Connection cn = mGSMPhone.dial("+13125551212");
    [all...]
  /hardware/ril/libril/
ril.cpp 572 RIL_Dial dial; local
579 memset (&dial, 0, sizeof(dial));
581 dial.address = strdupReadString(p);
584 dial.clir = (int)t;
586 if (status != NO_ERROR || dial.address == NULL) {
592 sizeOfDial = sizeof(dial) - sizeof(RIL_UUS_Info *);
601 dial.uusInfo = NULL;
627 dial.uusInfo = &uusInfo;
629 sizeOfDial = sizeof(dial);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 170 dial (String dialString, int clirMode) throws CallStateException { method in class:GsmCallTracker
175 throw new CallStateException("cannot dial in current state");
183 // but the dial might fail before this happens
197 throw new CallStateException("cannot dial in current state");
216 cm.dial(pendingMO.address, clirMode, obtainCompleteMessage());
227 dial (String dialString) throws CallStateException { method in class:GsmCallTracker
228 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
GSMPhone.java 714 dial (String dialString) throws CallStateException { method in class:GSMPhone
730 return mCT.dial(newDialString);
732 return mCT.dial(mmi.dialingNumber, mmi.getCLIRMode());
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 179 dial (String dialString, int clirMode) throws CallStateException { method in class:CdmaCallTracker
184 throw new CallStateException("cannot dial in current state");
228 cm.dial(pendingMO.address, clirMode, obtainCompleteMessage());
245 dial (String dialString) throws CallStateException { method in class:CdmaCallTracker
246 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
    [all...]
CDMAPhone.java 341 dial (String dialString) throws CallStateException { method in class:CDMAPhone
344 return mCT.dial(newDialString);
    [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 219 public void dial(String number) { method in class:PhoneInterfaceManager
220 if (DBG) log("dial: " + number);
PhoneUtils.java 493 * Dial the number using the phone passed in.
507 Connection cn = phone.dial(number);
508 if (DBG) log("===> phone.dial() returned: " + cn);
538 // phone.dial() succeeded: we're now in a normal phone call.
566 Log.w(LOG_TAG, "Exception from phone.dial()", ex);
574 * Dial the number using a 3rd party provider gateway. Should
615 connection = phone.dial(gatewayNumber);
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 488 public void dial (String address, int clirMode, Message result) { method in class:SimulatedCommands
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 619 milliseconds