HomeSort by relevance Sort by last modified time
    Searched defs:dial (Results 1 - 25 of 31) sorted by null

1 2

  /frameworks/base/core/java/android/widget/
AnalogClock.java 175 final Drawable dial = mDial; local
176 int w = dial.getIntrinsicWidth();
177 int h = dial.getIntrinsicHeight();
190 dial.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
192 dial.draw(canvas);
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 173 dial (String dialString, int clirMode, UUSInfo uusInfo) throws CallStateException { method in class:GsmCallTracker
178 throw new CallStateException("cannot dial in current state");
186 // but the dial might fail before this happens
200 throw new CallStateException("cannot dial in current state");
220 cm.dial(pendingMO.address, clirMode, uusInfo, obtainCompleteMessage());
230 dial(String dialString) throws CallStateException { method in class:GsmCallTracker
231 return dial(dialString, CommandsInterface.CLIR_DEFAULT, null);
235 dial(String dialString, UUSInfo uusInfo) throws CallStateException { method in class:GsmCallTracker
236 return dial(dialString, CommandsInterface.CLIR_DEFAULT, uusInfo);
240 dial(String dialString, int clirMode) throws CallStateException method in class:GsmCallTracker
    [all...]
GSMPhone.java 698 dial(String dialString) throws CallStateException { method in class:GSMPhone
699 return dial(dialString, null);
703 dial (String dialString, UUSInfo uusInfo) throws CallStateException { method in class:GSMPhone
719 return mCT.dial(newDialString, uusInfo);
721 return mCT.dial(mmi.dialingNumber, mmi.getCLIRMode(), uusInfo);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 185 dial (String dialString, int clirMode) throws CallStateException { method in class:CdmaCallTracker
190 throw new CallStateException("cannot dial in current state");
236 cm.dial(pendingMO.address, clirMode, obtainCompleteMessage());
253 dial (String dialString) throws CallStateException { method in class:CdmaCallTracker
254 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
    [all...]
CDMAPhone.java 364 dial (String dialString) throws CallStateException { method in class:CDMAPhone
367 return mCT.dial(newDialString);
370 public Connection dial(String dialString, UUSInfo uusInfo) throws CallStateException { method in class:CDMAPhone
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 157 public Connection dial(String dialString) throws CallStateException { method in class:SipPhone
168 throw new CallStateException("cannot dial in current state");
175 throw new CallStateException("cannot dial in current state");
180 Connection c = foregroundCall.dial(dialString);
183 Log.e(LOG_TAG, "dial()", e);
184 throw new CallStateException("dial error: " + e);
387 Connection dial(String originalNumber) throws SipException { method in class:SipPhone.SipCall
399 c.dial();
404 throw new SipException("dial", e);
737 void dial() throws SipException method in class:SipPhone.SipConnection
    [all...]
SipCommandInterface.java 77 public void dial(String address, int clirMode, Message result) { method in class:SipCommandInterface
80 public void dial(String address, int clirMode, UUSInfo uusInfo, method in class:SipCommandInterface
SipPhoneBase.java 68 public Connection dial(String dialString, UUSInfo uusInfo) method in class:SipPhoneBase
71 return dial(dialString);
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java 233 public void dial(String address, int clirMode, Message result) { method in class:UsimDataDownloadCommands
237 public void dial(String address, int clirMode, UUSInfo uusInfo, Message result) { method in class:UsimDataDownloadCommands
  /packages/apps/Phone/src/com/android/phone/
PhoneInterfaceManager.java 245 public void dial(String number) { method in class:PhoneInterfaceManager
246 if (DBG) log("dial: " + number);
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 484 public void dial (String address, int clirMode, Message result) { method in class:SimulatedCommands
501 public void dial(String address, int clirMode, UUSInfo uusInfo, Message result) { method in class:SimulatedCommands
    [all...]
  /hardware/ril/libril/
ril.cpp 600 RIL_Dial dial; local
607 memset (&dial, 0, sizeof(dial));
609 dial.address = strdupReadString(p);
612 dial.clir = (int)t;
614 if (status != NO_ERROR || dial.address == NULL) {
620 sizeOfDial = sizeof(dial) - sizeof(RIL_UUS_Info *);
629 dial.uusInfo = NULL;
655 dial.uusInfo = &uusInfo;
657 sizeOfDial = sizeof(dial);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallManager.java 49 * 1. Call control and operation, such as dial() and hangup()
204 * they have same phone APIs, such as dial(). The real implementation, for
714 public Connection dial(Phone phone, String dialString) throws CallStateException { method in class:CallManager
719 Log.d(LOG_TAG, " dial(" + basePhone + ", "+ dialString + ")");
724 throw new CallStateException("cannot dial in current state");
746 result = basePhone.dial(dialString);
749 Log.d(LOG_TAG, "End dial(" + basePhone + ", "+ dialString + ")");
766 public Connection dial(Phone phone, String dialString, UUSInfo uusInfo) throws CallStateException { method in class:CallManager
767 return phone.dial(dialString, uusInfo);
    [all...]
CommandsInterface.java 45 // Used as parameter to dial() and setCLIR() below
733 void dial (String address, int clirMode, Message result); method in interface:CommandsInterface
746 void dial(String address, int clirMode, UUSInfo uusInfo, Message result); method in interface:CommandsInterface
    [all...]
Phone.java 488 * Example: If Phone.dial is called with "*#31#", then the app will
833 Connection dial(String dialString) throws CallStateException; method in interface:Phone
846 Connection dial(String dialString, UUSInfo uusInfo) throws CallStateException; method in interface:Phone
850 * without SEND (so <code>dial</code> is not appropriate).
    [all...]
PhoneProxy.java 519 public Connection dial(String dialString) throws CallStateException { method in class:PhoneProxy
520 return mActivePhone.dial(dialString);
523 public Connection dial(String dialString, UUSInfo uusInfo) throws CallStateException { method in class:PhoneProxy
524 return mActivePhone.dial(dialString, uusInfo);
RIL.java 861 dial (String address, int clirMode, Message result) { method in class:RIL
862 dial(address, clirMode, null, result); method
866 dial(String address, int clirMode, UUSInfo uusInfo, Message result) { method in class:RIL
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 

Completed in 459 milliseconds

1 2