Home
last modified time | relevance | path

Searched defs:sendButton (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc-java/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/
DHelloworldActivity.java42 private Button sendButton; field in HelloworldActivity
113 Button sendButton = (Button) activity.findViewById(R.id.send_button); in onPostExecute() local
/external/grpc-grpc-java/examples/android/clientcache/app/src/main/java/io/grpc/clientcacheexample/
DClientCacheExampleActivity.java51 private Button sendButton; field in ClientCacheExampleActivity
164 Button sendButton = (Button) activity.findViewById(R.id.send_button); in onPostExecute() local
/external/grpc-grpc/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/cpp/
DHelloworldActivity.java39 private Button sendButton; field in HelloworldActivity
147 Button sendButton = (Button) activity.findViewById(R.id.send_button); in onPostExecute() local
/external/grpc-grpc/src/android/test/interop/app/src/main/java/io/grpc/interop/cpp/
DInteropActivity.java38 private Button sendButton; field in InteropActivity
103 Button sendButton = (Button) activity.findViewById(R.id.ping_pong_button); in onPostExecute() local
/external/grpc-grpc-java/examples/example-kotlin/android/helloworld/app/src/main/kotlin/io/grpc/helloworldexample/
DHelloworldActivity.kt94 val sendButton: Button = activity.findViewById(R.id.send_button) in onPostExecute() constant