Searched refs:stopListeningMethod (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp937 Method* stopListeningMethod = new Method; local
938 stopListeningMethod->modifiers = PUBLIC;
939 stopListeningMethod->returnType = VOID_TYPE;
940 stopListeningMethod->name = "stopListening";
941 stopListeningMethod->statements = new StatementBlock;
942 proxyClass->elements.push_back(stopListeningMethod);
946 stopListeningMethod->statements->Add(ifst);

Completed in 17 milliseconds