Searched refs:dial (Results 1 - 4 of 4) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DAnalogClock.java187 final Drawable dial = mDial;
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);
/packages/services/Telephony/tests/src/com/android/phone/tests/
H A DCallDialTest.java101 log("onClick: ITelephony.dial()...");
178 log("- calling dial()...");
179 phone.dial(number);
/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java256 public void dial(String number) { method in class:PhoneInterfaceManager
257 if (DBG) log("dial: " + number);
H A DPhoneUtils.java665 // After calling CallManager#dial(), getState() will return different state.
669 connection = app.mCM.dial(phone, numberToDial);
674 Log.w(LOG_TAG, "Exception from app.mCM.dial()", ex);
677 // Note that it's possible for CallManager.dial() to return
703 // phone.dial() succeeded: we're now in a normal phone call.
1220 * should dial.
1228 * telephony layer. It's guaranteed to be safe to dial: it's either a PSTN
2434 * MMI codes and the like cannot be used as a dial number for the

Completed in 800 milliseconds