Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grpc/grpc-java
/ isConnected
Method
isConnected
android/src/main/java/io/grpc/android/UdsSocket.java:213–216 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
211
}
212
213
@Override
214
public
boolean isConnected() {
215
return
localSocket.isConnected();
216
}
217
218
@Override
219
public
synchronized boolean isInputShutdown() {
Callers
3
setActiveNetworkInfo
Method · 0.45
onReceive
Method · 0.45
clientTrustedWithSocketTest
Method · 0.45
Calls
no outgoing calls
Tested by
2
setActiveNetworkInfo
Method · 0.36
clientTrustedWithSocketTest
Method · 0.36