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

/frameworks/base/tools/aidl/
H A Dgenerate_java_rpc.cpp934 Method* stopListeningMethod = new Method; local
935 stopListeningMethod->modifiers = PUBLIC;
936 stopListeningMethod->returnType = VOID_TYPE;
937 stopListeningMethod->name = "stopListening";
938 stopListeningMethod->statements = new StatementBlock;
939 proxyClass->elements.push_back(stopListeningMethod);
943 stopListeningMethod->statements->Add(ifst);

Completed in 22 milliseconds