Lines Matching defs:what

114         switch(msg.what) {
132 String what = (msg.what == EVENT_VOICE_RADIO_TECH_CHANGED) ?
137 logd(what + ": newVoiceTech=" + newVoiceTech);
140 loge(what + ": has no tech!");
143 loge(what + ": exception=" + ar.exception);
163 + msg.what);
458 public void registerForUnknownConnection(Handler h, int what, Object obj) {
459 mActivePhone.registerForUnknownConnection(h, what, obj);
468 public void registerForHandoverStateChanged(Handler h, int what, Object obj) {
469 mActivePhone.registerForHandoverStateChanged(h, what, obj);
478 public void registerForPreciseCallStateChanged(Handler h, int what, Object obj) {
479 mActivePhone.registerForPreciseCallStateChanged(h, what, obj);
488 public void registerForNewRingingConnection(Handler h, int what, Object obj) {
489 mActivePhone.registerForNewRingingConnection(h, what, obj);
499 Handler h, int what, Object obj) {
500 mActivePhone.registerForVideoCapabilityChanged(h, what, obj);
509 public void registerForIncomingRing(Handler h, int what, Object obj) {
510 mActivePhone.registerForIncomingRing(h, what, obj);
519 public void registerForDisconnect(Handler h, int what, Object obj) {
520 mActivePhone.registerForDisconnect(h, what, obj);
529 public void registerForMmiInitiate(Handler h, int what, Object obj) {
530 mActivePhone.registerForMmiInitiate(h, what, obj);
539 public void registerForMmiComplete(Handler h, int what, Object obj) {
540 mActivePhone.registerForMmiComplete(h, what, obj);
559 public void registerForServiceStateChanged(Handler h, int what, Object obj) {
560 mActivePhone.registerForServiceStateChanged(h, what, obj);
569 public void registerForSuppServiceNotification(Handler h, int what, Object obj) {
570 mActivePhone.registerForSuppServiceNotification(h, what, obj);
579 public void registerForSuppServiceFailed(Handler h, int what, Object obj) {
580 mActivePhone.registerForSuppServiceFailed(h, what, obj);
589 public void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj){
590 mActivePhone.registerForInCallVoicePrivacyOn(h,what,obj);
599 public void registerForInCallVoicePrivacyOff(Handler h, int what, Object obj){
600 mActivePhone.registerForInCallVoicePrivacyOff(h,what,obj);
609 public void registerForCdmaOtaStatusChange(Handler h, int what, Object obj) {
610 mActivePhone.registerForCdmaOtaStatusChange(h,what,obj);
619 public void registerForSubscriptionInfoReady(Handler h, int what, Object obj) {
620 mActivePhone.registerForSubscriptionInfoReady(h, what, obj);
629 public void registerForEcmTimerReset(Handler h, int what, Object obj) {
630 mActivePhone.registerForEcmTimerReset(h,what,obj);
639 public void registerForRingbackTone(Handler h, int what, Object obj) {
640 mActivePhone.registerForRingbackTone(h,what,obj);
649 public void registerForOnHoldTone(Handler h, int what, Object obj) {
650 mActivePhone.registerForOnHoldTone(h,what,obj);
659 public void registerForResendIncallMute(Handler h, int what, Object obj) {
660 mActivePhone.registerForResendIncallMute(h,what,obj);
669 public void registerForSimRecordsLoaded(Handler h, int what, Object obj) {
670 mActivePhone.registerForSimRecordsLoaded(h,what,obj);
678 public void registerForTtyModeReceived(Handler h, int what, Object obj) {
679 mActivePhone.registerForTtyModeReceived(h, what, obj);
938 public void setOnPostDialCharacter(Handler h, int what, Object obj) {
939 mActivePhone.setOnPostDialCharacter(h, what, obj);
1207 public void registerForCallWaiting(Handler h, int what, Object obj){
1208 mActivePhone.registerForCallWaiting(h,what,obj);
1217 public void registerForSignalInfo(Handler h, int what, Object obj) {
1218 mActivePhone.registerForSignalInfo(h,what,obj);
1227 public void registerForDisplayInfo(Handler h, int what, Object obj) {
1228 mActivePhone.registerForDisplayInfo(h,what,obj);
1237 public void registerForNumberInfo(Handler h, int what, Object obj) {
1238 mActivePhone.registerForNumberInfo(h, what, obj);
1247 public void registerForRedirectedNumberInfo(Handler h, int what, Object obj) {
1248 mActivePhone.registerForRedirectedNumberInfo(h, what, obj);
1257 public void registerForLineControlInfo(Handler h, int what, Object obj) {
1258 mActivePhone.registerForLineControlInfo( h, what, obj);
1267 public void registerFoT53ClirlInfo(Handler h, int what, Object obj) {
1268 mActivePhone.registerFoT53ClirlInfo(h, what, obj);
1277 public void registerForT53AudioControlInfo(Handler h, int what, Object obj) {
1278 mActivePhone.registerForT53AudioControlInfo( h, what, obj);
1286 public void registerForRadioOffOrNotAvailable(Handler h, int what, Object obj) {
1287 mActivePhone.registerForRadioOffOrNotAvailable( h, what, obj);
1295 public void setOnEcbModeExitResponse(Handler h, int what, Object obj){
1296 mActivePhone.setOnEcbModeExitResponse(h,what,obj);
1421 public void registerForAllDataDisconnected(Handler h, int what, Object obj) {
1423 ((CDMALTEPhone)mActivePhone).registerForAllDataDisconnected(h, what, obj);
1425 ((GSMPhone)mActivePhone).registerForAllDataDisconnected(h, what, obj);
1543 public void registerForRadioCapabilityChanged(Handler h, int what, Object obj) {
1544 mActivePhone.registerForRadioCapabilityChanged(h, what, obj);