Lines Matching refs:mCi

129     public CommandsInterface mCi;
257 mCi = ci;
271 mCi.setOnCallRing(this, EVENT_CALL_RING, null);
310 mCi.unSetOnCallRing(this);
470 mCi.registerForInCallVoicePrivacyOn(h,what,obj);
476 mCi.unregisterForInCallVoicePrivacyOn(h);
482 mCi.registerForInCallVoicePrivacyOff(h,what,obj);
488 mCi.unregisterForInCallVoicePrivacyOff(h);
584 mCi.setNetworkSelectionModeAutomatic(response);
586 mCi.setNetworkSelectionModeManual(networkSelection, response);
631 mCi.registerForRingbackTone(h,what,obj);
637 mCi.unregisterForRingbackTone(h);
643 mCi.registerForResendIncallMute(h,what,obj);
649 mCi.unregisterForResendIncallMute(h);
845 mCi.setCellInfoListRate(rateInMillis, null);
865 mCi.queryCdmaRoamingPreference(response);
886 mCi.setCdmaRoamingPreference(cdmaRoamingType, response);
894 mCi.setCdmaSubscriptionSource(cdmaSubscriptionType, response);
902 mCi.setPreferredNetworkType(networkType, response);
907 mCi.getPreferredNetworkType(response);
912 mCi.getSmscAddress(result);
917 mCi.setSmscAddress(address, result);
922 mCi.setTTYMode(ttyMode, onComplete);
927 mCi.queryTTYMode(onComplete);
944 mCi.setBandMode(bandMode, response);
949 mCi.queryAvailableBandMode(response);
954 mCi.invokeOemRilRequestRaw(data, response);
959 mCi.invokeOemRilRequestStrings(strings, response);
1159 mCi.registerForSignalInfo(h, what, obj);
1164 mCi.unregisterForSignalInfo(h);
1169 mCi.registerForDisplayInfo(h, what, obj);
1174 mCi.unregisterForDisplayInfo(h);
1179 mCi.registerForNumberInfo(h, what, obj);
1184 mCi.unregisterForNumberInfo(h);
1189 mCi.registerForRedirectedNumberInfo(h, what, obj);
1194 mCi.unregisterForRedirectedNumberInfo(h);
1199 mCi.registerForLineControlInfo( h, what, obj);
1204 mCi.unregisterForLineControlInfo(h);
1209 mCi.registerFoT53ClirlInfo(h, what, obj);
1214 mCi.unregisterForT53ClirInfo(h);
1219 mCi.registerForT53AudioControlInfo( h, what, obj);
1224 mCi.unregisterForT53AudioControlInfo(h);
1383 return mCi.getLteOnCdmaMode();
1413 pw.println(" mCi=" + mCi);