Lines Matching refs:Message

21 import android.os.Message;
46 public void getIccCardStatus(Message result) {
50 public void supplyIccPin(String pin, Message result) {
54 public void supplyIccPuk(String puk, String newPin, Message result) {
58 public void supplyIccPin2(String pin, Message result) {
62 public void supplyIccPuk2(String puk, String newPin2, Message result) {
66 public void changeIccPin(String oldPin, String newPin, Message result) {
70 public void changeIccPin2(String oldPin2, String newPin2, Message result) {
75 String newPwd, Message result) {
79 public void supplyNetworkDepersonalization(String netpin, Message result) {
83 public void getCurrentCalls(Message result) {
87 @Deprecated public void getPDPContextList(Message result) {
91 public void getDataCallList(Message result) {
95 public void dial(String address, int clirMode, Message result) {
100 Message result) {
104 public void getIMSI(Message result) {
108 public void getIMSIForApp(String aid, Message result) {
112 public void getIMEI(Message result) {
116 public void getIMEISV(Message result) {
121 public void hangupConnection (int gsmIndex, Message result) {
125 public void hangupWaitingOrBackground (Message result) {
129 public void hangupForegroundResumeBackground (Message result) {
133 public void switchWaitingOrHoldingAndActive (Message result) {
137 public void conference (Message result) {
142 public void setPreferredVoicePrivacy(boolean enable, Message result) {
146 public void getPreferredVoicePrivacy(Message result) {
150 public void separateConnection (int gsmIndex, Message result) {
154 public void acceptCall (Message result) {
158 public void rejectCall (Message result) {
162 public void explicitCallTransfer (Message result) {
166 public void getLastCallFailCause (Message result) {
171 public void getLastPdpFailCause (Message result) {
175 public void getLastDataCallFailCause (Message result) {
179 public void setMute (boolean enableMute, Message response) {
183 public void getMute (Message response) {
187 public void getSignalStrength (Message result) {
191 public void getVoiceRegistrationState (Message result) {
195 public void getDataRegistrationState (Message result) {
199 public void getOperator(Message result) {
203 public void sendDtmf(char c, Message result) {
207 public void startDtmf(char c, Message result) {
211 public void stopDtmf(Message result) {
216 Message result) {
220 public void sendSMS (String smscPDU, String pdu, Message result) {
224 public void sendSMSExpectMore (String smscPDU, String pdu, Message result) {
228 public void sendCdmaSms(byte[] pdu, Message result) {
233 int retry, int messageRef, Message response) {
238 Message response) {
242 public void getImsRegistrationState (Message result) {
246 public void deleteSmsOnSim(int index, Message response) {
250 public void deleteSmsOnRuim(int index, Message response) {
254 public void writeSmsToSim(int status, String smsc, String pdu, Message response) {
258 public void writeSmsToRuim(int status, String pdu, Message response) {
263 boolean allowRoaming, Message result) {
267 public void deactivateDataCall(int cid, int reason, Message result) {
271 public void setRadioPower(boolean on, Message result) {
275 public void setSuppServiceNotifications(boolean enable, Message result) {
280 Message result) {
285 Message result) {
290 Message result) {
295 int p3, String data, String pin2, Message result) {
299 int p3, String data, String pin2, String aid, Message result) {
303 public void getCLIR(Message result) {
307 public void setCLIR(int clirMode, Message result) {
311 public void queryCallWaiting(int serviceClass, Message response) {
316 Message response) {
320 public void setNetworkSelectionModeAutomatic(Message response) {
325 String operatorNumeric, Message response) {
329 public void getNetworkSelectionMode(Message response) {
333 public void getAvailableNetworks(Message response) {
338 String number, int timeSeconds, Message response) {
343 String number, Message response) {
347 public void queryCLIP(Message response) {
351 public void getBasebandVersion (Message response) {
356 int serviceClass, Message response) {
361 int serviceClass, String appId, Message response) {
366 String password, int serviceClass, Message response) {
371 String password, int serviceClass, String appId, Message response) {
375 public void sendUSSD (String ussdString, Message response) {
379 public void cancelPendingUssd (Message response) {
383 public void resetRadio(Message result) {
387 public void invokeOemRilRequestRaw(byte[] data, Message response) {
391 public void invokeOemRilRequestStrings(String[] strings, Message response) {
395 public void setBandMode (int bandMode, Message response) {
399 public void queryAvailableBandMode (Message response) {
403 public void sendTerminalResponse(String contents, Message response) {
407 public void sendEnvelope(String contents, Message response) {
411 public void sendEnvelopeWithStatus(String contents, Message response) {
416 boolean accept, Message response) {
420 public void setPreferredNetworkType(int networkType , Message response) {
424 public void getPreferredNetworkType(Message response) {
428 public void setLocationUpdates(boolean enable, Message response) {
432 public void getSmscAddress(Message result) {
436 public void setSmscAddress(String address, Message result) {
440 public void reportSmsMemoryStatus(boolean available, Message result) {
444 public void reportStkServiceIsRunning(Message result) {
448 public void getCdmaSubscriptionSource(Message response) {
452 public void getGsmBroadcastConfig(Message response) {
456 public void setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) {
460 public void setGsmBroadcastActivation(boolean activate, Message response) {
465 public void getDeviceIdentity(Message response) {
469 public void getCDMASubscription(Message response) {
477 public void queryCdmaRoamingPreference(Message response) {
481 public void setCdmaRoamingPreference(int cdmaRoamingType, Message response) {
485 public void setCdmaSubscriptionSource(int cdmaSubscription , Message response) {
489 public void queryTTYMode(Message response) {
493 public void setTTYMode(int ttyMode, Message response) {
497 public void sendCDMAFeatureCode(String FeatureCode, Message response) {
501 public void getCdmaBroadcastConfig(Message response) {
505 public void setCdmaBroadcastConfig(CdmaSmsBroadcastConfigInfo[] configs, Message response) {
509 public void setCdmaBroadcastActivation(boolean activate, Message response) {
513 public void exitEmergencyCallbackMode(Message response) {
517 public void supplyIccPinForApp(String pin, String aid, Message response) {
521 public void supplyIccPukForApp(String puk, String newPin, String aid, Message response) {
525 public void supplyIccPin2ForApp(String pin2, String aid, Message response) {
529 public void supplyIccPuk2ForApp(String puk2, String newPin2, String aid, Message response) {
533 public void changeIccPinForApp(String oldPin, String newPin, String aidPtr, Message response) {
538 Message response) {
542 public void requestIsimAuthentication(String nonce, Message response) {
546 public void requestIccSimAuthentication(int authContext, String data, String aid, Message response) {
550 public void getVoiceRadioTechnology(Message result) {
554 public void setInitialAttachApn(DataProfile dataProfile, boolean isRoaming, Message result) {
558 public void setDataProfile(DataProfile[] dps, boolean isRoaming, Message result) {
562 public void iccOpenLogicalChannel(String AID, int p2, Message response) {
566 public void iccCloseLogicalChannel(int channel, Message response) {
571 int p1, int p2, int p3, String data, Message response) {
576 int p3, String data, Message response) {
580 public void nvReadItem(int itemID, Message response) {
584 public void nvWriteItem(int itemID, String itemValue, Message response) {
588 public void nvWriteCdmaPrl(byte[] preferredRoamingList, Message response) {
592 public void nvResetConfig(int resetType, Message response) {
596 public void getHardwareConfig(Message result) {
600 public void requestShutdown(Message result) {
604 public void startLceService(int reportIntervalMs, boolean pullMode, Message result) {
608 public void stopLceService(Message result) {
612 public void pullLceData(Message result) {
616 public void getModemActivityInfo(Message result) {
620 public void setAllowedCarriers(List<CarrierIdentifier> carriers, Message result) {
624 public void getAllowedCarriers(Message result) {
628 public void sendDeviceState(int stateType, boolean state, Message result) {
632 public void setUnsolResponseFilter(int filter, Message result){
636 public void setSimCardPower(boolean powerUp, Message result) {