Lines Matching defs:obj

93         AsyncResult ar = (AsyncResult) msg.obj;
334 public void registerForUnknownConnection(Handler h, int what, Object obj) {
335 mActivePhone.registerForUnknownConnection(h, what, obj);
342 public void registerForPreciseCallStateChanged(Handler h, int what, Object obj) {
343 mActivePhone.registerForPreciseCallStateChanged(h, what, obj);
350 public void registerForNewRingingConnection(Handler h, int what, Object obj) {
351 mActivePhone.registerForNewRingingConnection(h, what, obj);
358 public void registerForIncomingRing(Handler h, int what, Object obj) {
359 mActivePhone.registerForIncomingRing(h, what, obj);
366 public void registerForDisconnect(Handler h, int what, Object obj) {
367 mActivePhone.registerForDisconnect(h, what, obj);
374 public void registerForMmiInitiate(Handler h, int what, Object obj) {
375 mActivePhone.registerForMmiInitiate(h, what, obj);
382 public void registerForMmiComplete(Handler h, int what, Object obj) {
383 mActivePhone.registerForMmiComplete(h, what, obj);
398 public void registerForServiceStateChanged(Handler h, int what, Object obj) {
399 mActivePhone.registerForServiceStateChanged(h, what, obj);
406 public void registerForSuppServiceNotification(Handler h, int what, Object obj) {
407 mActivePhone.registerForSuppServiceNotification(h, what, obj);
414 public void registerForSuppServiceFailed(Handler h, int what, Object obj) {
415 mActivePhone.registerForSuppServiceFailed(h, what, obj);
422 public void registerForInCallVoicePrivacyOn(Handler h, int what, Object obj){
423 mActivePhone.registerForInCallVoicePrivacyOn(h,what,obj);
430 public void registerForInCallVoicePrivacyOff(Handler h, int what, Object obj){
431 mActivePhone.registerForInCallVoicePrivacyOff(h,what,obj);
438 public void registerForCdmaOtaStatusChange(Handler h, int what, Object obj) {
439 mActivePhone.registerForCdmaOtaStatusChange(h,what,obj);
446 public void registerForSubscriptionInfoReady(Handler h, int what, Object obj) {
447 mActivePhone.registerForSubscriptionInfoReady(h, what, obj);
454 public void registerForEcmTimerReset(Handler h, int what, Object obj) {
455 mActivePhone.registerForEcmTimerReset(h,what,obj);
462 public void registerForRingbackTone(Handler h, int what, Object obj) {
463 mActivePhone.registerForRingbackTone(h,what,obj);
470 public void registerForResendIncallMute(Handler h, int what, Object obj) {
471 mActivePhone.registerForResendIncallMute(h,what,obj);
675 public void setOnPostDialCharacter(Handler h, int what, Object obj) {
676 mActivePhone.setOnPostDialCharacter(h, what, obj);
879 public void registerForCallWaiting(Handler h, int what, Object obj){
880 mActivePhone.registerForCallWaiting(h,what,obj);
887 public void registerForSignalInfo(Handler h, int what, Object obj) {
888 mActivePhone.registerForSignalInfo(h,what,obj);
895 public void registerForDisplayInfo(Handler h, int what, Object obj) {
896 mActivePhone.registerForDisplayInfo(h,what,obj);
903 public void registerForNumberInfo(Handler h, int what, Object obj) {
904 mActivePhone.registerForNumberInfo(h, what, obj);
911 public void registerForRedirectedNumberInfo(Handler h, int what, Object obj) {
912 mActivePhone.registerForRedirectedNumberInfo(h, what, obj);
919 public void registerForLineControlInfo(Handler h, int what, Object obj) {
920 mActivePhone.registerForLineControlInfo( h, what, obj);
927 public void registerFoT53ClirlInfo(Handler h, int what, Object obj) {
928 mActivePhone.registerFoT53ClirlInfo(h, what, obj);
935 public void registerForT53AudioControlInfo(Handler h, int what, Object obj) {
936 mActivePhone.registerForT53AudioControlInfo( h, what, obj);
943 public void setOnEcbModeExitResponse(Handler h, int what, Object obj){
944 mActivePhone.setOnEcbModeExitResponse(h,what,obj);