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

1 2 3

  /frameworks/base/core/java/android/widget/
AnalogClock.java 192 final Drawable dial = mDial; local
193 int w = dial.getIntrinsicWidth();
194 int h = dial.getIntrinsicHeight();
207 dial.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
209 dial.draw(canvas);
  /packages/apps/DeskClock/src/com/android/deskclock/
AnalogClock.java 187 final Drawable dial = mDial; local
188 int w = dial.getIntrinsicWidth();
189 int h = dial.getIntrinsicHeight();
202 dial.setBounds(x - (w / 2), y - (h / 2), x + (w / 2), y + (h / 2));
204 dial.draw(canvas);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadsetClient.aidl 56 boolean dial(in BluetoothDevice device, String number);
BluetoothHeadsetClient.java 920 public boolean dial(BluetoothDevice device, String number) { method in class:BluetoothHeadsetClient
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 161 mGSMPhone.dial("+13125551212");
649 mGSMPhone.dial("+13125551212");
771 Connection cn = mGSMPhone.dial("+13125551212");
    [all...]
UsimDataDownloadCommands.java.broken 234 public void dial(String address, int clirMode, Message result) {
238 public void dial(String address, int clirMode, UUSInfo uusInfo, Message result) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 174 dial (String dialString, int clirMode, UUSInfo uusInfo, Bundle intentExtras) method in class:GsmCallTracker
180 throw new CallStateException("cannot dial in current state");
191 // but the dial might fail before this happens
195 // This is a hack to delay DIAL so that it is sent out to RIL only after
197 // multi-way conference calls due to DIAL being sent out before SWITCH is processed
213 throw new CallStateException("cannot dial in current state");
233 mCi.dial(mPendingMO.getAddress(), clirMode, uusInfo, obtainCompleteMessage());
248 dial(String dialString) throws CallStateException { method in class:GsmCallTracker
249 return dial(dialString, CommandsInterface.CLIR_DEFAULT, null);
253 dial(String dialString, UUSInfo uusInfo, Bundle intentExtras) throws CallStateException method in class:GsmCallTracker
258 dial(String dialString, int clirMode, Bundle intentExtras) throws CallStateException { method in class:GsmCallTracker
    [all...]
GSMPhone.java 797 dial(String dialString, int videoState) throws CallStateException { method in class:GSMPhone
798 return dial(dialString, null, videoState, null);
803 dial (String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:GSMPhone
838 return imsPhone.dial(dialString, uusInfo, videoState, intentExtras);
852 throw new CallStateException("cannot dial in current state");
879 return mCT.dial(newDialString, uusInfo, intentExtras);
881 return mCT.dial(mmi.mDialingNumber, mmi.getCLIRMode(), uusInfo, intentExtras);
    [all...]
  /hardware/libhardware/include/hardware/
bt_hf_client.h 328 * if number is NULL last called number is called (aka re-dial)*/
329 bt_status_t (*dial) (const char *number); member in struct:__anon24719
331 /** place a call with number specified by location (speed dial) */
  /packages/services/Telephony/tests/src/com/android/phone/tests/
CallDialTest.java 40 * CALL and DIAL intents.
93 log("onClick: DIAL...");
101 log("onClick: ITelephony.dial()...");
117 // Based on the number, fire off a CALL or DIAL intent:
121 // - if it's blank, fire off a blank CALL or DIAL intent
178 log("- calling dial()...");
179 phone.dial(number);
  /external/libvncserver/x11vnc/misc/turbovnc/
README 135 that is very fast. In such a situation you may want to dial down
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 174 dial (String dialString, int clirMode) throws CallStateException { method in class:CdmaCallTracker
179 throw new CallStateException("cannot dial in current state");
244 mCi.dial(mPendingMO.getAddress(), clirMode, obtainCompleteMessage());
266 dial (String dialString) throws CallStateException { method in class:CdmaCallTracker
267 return dial(dialString, CommandsInterface.CLIR_DEFAULT);
    [all...]
CDMAPhone.java 409 dial (String dialString, int videoState) throws CallStateException { method in class:CDMAPhone
410 return dial(dialString, null, videoState, null);
420 return mCT.dial(newDialString);
424 public Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:CDMAPhone
463 return imsPhone.dial(dialString, uusInfo, videoState, intentExtras);
477 throw new CallStateException("cannot dial in current state");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 183 public Connection dial(String dialString, int videoState) throws CallStateException { method in class:SipPhone
195 throw new CallStateException("dialInternal: cannot dial in current state");
202 throw new CallStateException("cannot dial in current state");
207 Connection c = mForegroundCall.dial(dialString);
211 throw new CallStateException("dial error: " + e);
475 Connection dial(String originalNumber) throws SipException { method in class:SipPhone.SipCall
476 if (SC_DBG) log("dial: num=" + (SC_VDBG ? originalNumber : "xxx"));
489 c.dial();
494 throw new SipException("dial", e);
858 void dial() throws SipException method in class:SipPhone.SipConnection
    [all...]
SipCommandInterface.java 92 public void dial(String address, int clirMode, Message result) { method in class:SipCommandInterface
96 public void dial(String address, int clirMode, UUSInfo uusInfo, method in class:SipCommandInterface
SipPhoneBase.java 74 public Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:SipPhoneBase
77 return dial(dialString, videoState);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 337 public boolean dial(BluetoothDevice device, String number) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
342 return service.dial(device, number);
646 boolean dial(BluetoothDevice device, String number) { method in class:HeadsetClientService
  /system/bt/btif/src/
btif_hf_client.c 390 ** Function dial
397 static bt_status_t dial(const char *number) function
417 ** Description place a call with number specified by location (speed dial)
677 .dial = dial,
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 42 * Dial a number. This doesn't place the call. It displays
47 void dial(String number);
265 * without SEND (so <code>dial</code> is not appropriate).
274 * without SEND (so <code>dial</code> is not appropriate) for
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCommandInterface.java 93 public void dial(String address, int clirMode, Message result) { method in class:ImsPhoneCommandInterface
97 public void dial(String address, int clirMode, UUSInfo uusInfo, method in class:ImsPhoneCommandInterface
ImsPhone.java 533 dial(String dialString, int videoState) throws CallStateException { method in class:ImsPhone
539 dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:ImsPhone
556 return mCT.dial(dialString, videoState, intentExtras);
567 return mCT.dial(dialString, videoState, intentExtras);
569 return mCT.dial(mmi.getDialingNumber(), mmi.getCLIRMode(), videoState, intentExtras);
    [all...]
  /hardware/ril/libril/
ril.cpp 756 RIL_Dial dial; local
764 memset (&dial, 0, sizeof(dial));
766 dial.address = strdupReadString(p);
769 dial.clir = (int)t;
771 if (status != NO_ERROR || dial.address == NULL) {
777 sizeOfDial = sizeof(dial) - sizeof(RIL_UUS_Info *);
786 dial.uusInfo = NULL;
812 dial.uusInfo = &uusInfo;
814 sizeOfDial = sizeof(dial);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java 479 * Example: If Phone.dial is called with "*#31#", then the app will
853 * @param dialString The dial string.
860 Connection dial(String dialString, int videoState) throws CallStateException; method in interface:Phone
880 Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in interface:Phone
    [all...]
PhoneProxy.java 763 public Connection dial(String dialString, int videoState) throws CallStateException { method in class:PhoneProxy
764 return mActivePhone.dial(dialString, videoState);
768 public Connection dial(String dialString, UUSInfo uusInfo, int videoState, Bundle intentExtras) method in class:PhoneProxy
770 return mActivePhone.dial(dialString, uusInfo, videoState, intentExtras);
    [all...]
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnectionService.java 262 phone.dial(number, request.getVideoState());

Completed in 1055 milliseconds

1 2 3