Home | History | Annotate | Download | only in aidl

Lines Matching full:stoplistening

905     //     stopListening();
909 // void stopListening() {
911 // _presenter.stopListening();
928 startListeningMethod->statements->Add(new MethodCall(THIS_VALUE, "stopListening"));
937 stopListeningMethod->name = "stopListening";
945 ifst->statements->Add(new MethodCall(_presenter, "stopListening"));