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

/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java378 && isBehindNAT(mLocalIp)) {
451 private boolean isBehindNAT(String address) { method in class:SipService
453 // TODO: How is isBehindNAT used and why these constanst address:
1061 if ((mKeepAliveSession == null) && (isBehindNAT(mLocalIp)

Completed in 51 milliseconds