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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl38 void dial(String number);
149 * without SEND (so <code>dial</code> is not appropriate).
H A DPhoneProxy.java422 public Connection dial(String dialString) throws CallStateException { method in class:PhoneProxy
423 return mActivePhone.dial(dialString);
H A DPhone.java444 * 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).
1100 * a post-dial character on an outgoing call.<p>
1107 * Message.arg1 will be the post dial character being processed,
1116 * for the telephony system to continue playing the post-dial
1127 * post-dial DTMF sequence.<p>
1129 * Only one post dial character handler may be set. <p>
1517 * this decides if the dial number is OTA(Over the air provision) number or not
H A DCommandsInterface.java87 // Used as parameter to dial() and setCLIR() below
660 void dial (String address, int clirMode, Message result); method in interface:CommandsInterface
H A DRIL.java798 dial (String address, int clirMode, Message result) { method in class:RIL
/frameworks/base/core/java/android/widget/
H A DAnalogClock.java174 final Drawable dial = mDial;
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/
H A DGSMPhoneTest.java164 mGSMPhone.dial("+13125551212");
652 mGSMPhone.dial("+13125551212");
774 Connection cn = mGSMPhone.dial("+13125551212");
801 mGSMPhone.dial("+13125551212");
820 mGSMPhone.dial("+13125551212");
850 cn = mGSMPhone.dial("+13125551212");
867 mGSMPhone.dial("+13125551212");
885 mGSMPhone.dial("+13125551212");
950 mGSMPhone.dial("+13125551212");
1057 mGSMPhone.dial("
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/
H A DGsmCallTracker.java170 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);
H A DGSMPhone.java714 dial (String dialString) throws CallStateException { method in class:GSMPhone
730 return mCT.dial(newDialString);
732 return mCT.dial(mmi.dialingNumber, mmi.getCLIRMode());
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCdmaCallTracker.java179 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);
994 cm.dial(pendingMO.address, pendingCallClirMode, obtainCompleteMessage());
H A DCDMAPhone.java341 dial (String dialString) throws CallStateException { method in class:CDMAPhone
344 return mCT.dial(newDialString);
1188 * This function extracts the system selection code from the dial string.
1210 * the dial string "sysSelCodeInt' is the system selection code specified
1223 // Check if the selection code extracted from the dial string falls
1232 // If the carrier ota sp number schema is not correct, we still allow dial
1244 * The following function checks if a dial string is a carrier specified
1311 * isOTASPNumber: checks a given number against the IS-683A OTASP dial string and carrier
1312 * OTASP dial string.
1315 * @return true if the number is in IS-683A OTASP dial strin
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java488 public void dial (String address, int clirMode, Message result) { method in class:SimulatedCommands

Completed in 106 milliseconds